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
The plugin should be able to parse package manager specifications in package.json files containing security hash, such as:
package.json
"packageManager": "npm@10.9.1+sha512.c89530d37c4baa38afd43e76a077a84b9aa63840b986426584fd5c5a54ab0a0b21bb1595c851042b733784b0b43706d36a494b4d8ae1a086a762cb8d3f95942a"
The text was updated successfully, but these errors were encountered:
feat: added support of package manager specification ending with a se…
8f9cba1
…curity hash (#271)
771bdca
…curity hash (#271) (#279)
v1nc3n4
No branches or pull requests
The plugin should be able to parse package manager specifications in
package.json
files containing security hash, such as:"packageManager": "npm@10.9.1+sha512.c89530d37c4baa38afd43e76a077a84b9aa63840b986426584fd5c5a54ab0a0b21bb1595c851042b733784b0b43706d36a494b4d8ae1a086a762cb8d3f95942a"
The text was updated successfully, but these errors were encountered: