bundler-prototype-test
Advanced tools
Comparing version 3.16.22 to 3.16.23
{ | ||
"name": "bundler-prototype-test", | ||
"version": "3.16.22", | ||
"version": "3.16.23", | ||
"description": "bundler-test", | ||
@@ -9,3 +9,4 @@ "author": "Divas", | ||
"scripts": { | ||
"postinstall": "cd ../.. && npx husky install .husky && npx husky add .husky/commit-msg 'npx --no -- commitlint --config ./node_modules/bundler-prototype-test/commitlint.config.cjs --edit \"$1\"'" | ||
"postinstall": "cd ../.. && npx husky install .husky && node node_modules/.bin/husky add .husky/commit-msg 'npx --no -- commitlint --config ./node_modules/bundler-prototype-test/commitlint.config.cjs --edit \"$1\"'", | ||
"prepare": "husky install" | ||
}, | ||
@@ -15,4 +16,8 @@ "dependencies": { | ||
"@commitlint/config-conventional": "17.4.4", | ||
"husky": "^8.0.3" | ||
"husky": "^8.0.3", | ||
"husky-init": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"husky": "^8.0.0" | ||
} | ||
} |
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
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
1821
4
1
+ Addedhusky-init@^8.0.0
+ Addedhusky-init@8.0.0(transitive)