-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version without all the react native code and dependencies? #547
Comments
Thank you for filing an issue! Please be patient. :-) Dont forget to add yourself to the contributors array in package.json! Have a great day! |
Hi there! Apologies for exceptionally long delay, I've been really busy with life outside of Github. The package currently ships together, a version for node.js and a version for use with browser. The dependencies for both should be very close to the same. I'm not aware of anything referencing React Native, although I think there is some React code in one of the sample apps that is inside the source depot... can you be more specific as to which dependencies? That would help me with isolating them or updating or whatever. |
D:[Programming]\HTML\Quagga2\quagga2>npm audit npm audit reportrequest * tough-cookie <4.1.3 4 moderate severity vulnerabilities Some issues need review, and may require choosing up to date, audited 893 packages in 3s 151 packages are looking for funding 4 moderate severity vulnerabilities Some issues need review, and may require choosing Run D:[Programming]\HTML\Quagga2\quagga2>npm run build
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
D:[Programming]\HTML\Quagga2\quagga2> |
I was looking through all the dependencies that were listed as having security related problems in my prosjekt and it seems this library also includes code/libraries that are specific to React Native? I am looking to reduce the number of external dependencies in my project as much as possible, so there are less security-related notifications to follow up on. Is there a fork or a version of this library that only include the parts needed to run in a browser? (or if I have misunderstood the dependencies included, let me know...)
The text was updated successfully, but these errors were encountered: