We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After converting yarn.lock, generated package-lock.json is missing some dep declaration and some "dev" flags (using 1.9.4)
Here all json/lock files : https://gofile.io/uploadFiles Or directly attached (beware of .txt extension) package-lock-npm.json.txt package-lock-synp.json.txt package.json.txt yarn.lock.txt
I made a gitlab project for testing synp AND https://github.com/jeremylong/DependencyCheck. https://gitlab.com/boloss/test-dependency-check You can fork it if you want
The text was updated successfully, but these errors were encountered:
@sebastienroux
As I can see, we now have false-positive dev flags. It will take some time to clarify how the npm implements this logic.
dev
Sorry, something went wrong.
No branches or pull requests
Issue description:
After converting yarn.lock, generated package-lock.json is missing some dep declaration and some "dev" flags (using 1.9.4)
Here all json/lock files : https://gofile.io/uploadFiles
Or directly attached (beware of .txt extension)
package-lock-npm.json.txt
package-lock-synp.json.txt
package.json.txt
yarn.lock.txt
I made a gitlab project for testing synp AND https://github.com/jeremylong/DependencyCheck.
https://gitlab.com/boloss/test-dependency-check
You can fork it if you want
The text was updated successfully, but these errors were encountered: