Florent SCHILDKNECHT
Florent SCHILDKNECHT
This package has a dependency towards `[email protected]` which has an upstream vulnerability towards node-forge: https://www.npmjs.com/advisories/1561 The vulnerability has been fixed upstream by [`[email protected]`](https://github.com/appfeel/node-pushnotifications/releases/tag/1.4.3) (latest release being [`[email protected]`](https://github.com/appfeel/node-pushnotifications/releases/tag/1.5.0)) Would it be...
Hello, When setting up the mock for jest, I face a typescript error: > Could not find a declaration file for module 'react-native-safe-area-context/jest/mock'. The [mock](https://github.com/th3rdwave/react-native-safe-area-context/blob/v3.3.2/jest/mock.js) is currently a JS file,...
### Description When following the official guide for [setting up the test environment](https://shopify.github.io/react-native-skia/docs/getting-started/installation#testing-with-jest), the mock is injected, but it does not cover the whole API of the library, more especially...
I originally developed this bundle to ease the Stripe integration in some projects I was working on. It still work today with specific versions of the Stripe PHP API and...
Hey @ArjanSchouten, I am actually looking for a PHP standalone HTML minifer to use in several projects. Just found out yours, which seems to be a very great job, thanks...
Hello, The TypeScript definition (abusively) [exports a const named "ReactNativeBlobUtil"](https://github.com/RonRadtke/react-native-blob-util/blob/v0.13.6/index.d.ts#L6) as well as the default export, while the [index.js does not export it](https://github.com/RonRadtke/react-native-blob-util/blob/v0.13.6/index.js#L45). When using `eslint-plugin-import`, the default `import/no-named-as-default` rule...
Hello @gorhom, thank you for this nice package :) Here is a small contribution based on accessibility findings using TalkBack on Android and Voice Over on iOS. If you are...