meteor-husky
Advanced tools
Comparing version 0.14.5 to 0.14.6
{ | ||
"name": "meteor-husky", | ||
"version": "0.14.5", | ||
"version": "0.14.6", | ||
"description": "Husky for the Meteor framework. Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", | ||
@@ -11,4 +11,4 @@ "engines": { | ||
"format": "prettier --single-quote --no-semi --write **/*.js", | ||
"install": "node ./bin/install.js", | ||
"uninstall": "node ./bin/uninstall.js" | ||
"install": "meteor node ./bin/install.js", | ||
"uninstall": "meteor node ./bin/uninstall.js" | ||
}, | ||
@@ -15,0 +15,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
88774