Comparing version 0.11.1 to 0.11.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
// Run when package is installed | ||
@@ -2,0 +4,0 @@ var fs = require('fs') |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
// Run when package is uninstalled | ||
@@ -2,0 +4,0 @@ var husky = require('../src/') |
{ | ||
"name": "husky", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"test": "node test", | ||
"install": "node ./bin/install.js", | ||
"uninstall": "node ./bin/uninstall.js" | ||
"install": "bin/install.js", | ||
"uninstall": "bin/uninstall.js" | ||
}, | ||
@@ -12,0 +12,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
9168
173