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
npm-asset packages don't have a shasum property. This could be added to let Composer check the file was not modified.
shasum
For example:
{ "name": "npm-asset/cropper", "version": "4.1.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/cropper/-/cropper-4.1.0.tgz", "shasum": "3c2faaa78f730a3c71814cee61e17c7a674b943f" }, "require": { "npm-asset/cropperjs": ">=1.5.6,<2.0.0" }, "type": "npm-asset", "license": [ "MIT" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
npm-asset packages don't have a
shasum
property.This could be added to let Composer check the file was not modified.
For example:
The text was updated successfully, but these errors were encountered: