@nodenv/node-build-jxcore
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@nodenv/node-build-jxcore", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Install jxcore versions", | ||
@@ -15,16 +15,19 @@ "homepage": "https://github.com/nodenv/node-build-jxcore#readme", | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"script", | ||
"share" | ||
], | ||
"directories": { | ||
"test": "./test" | ||
}, | ||
"scripts": { | ||
"postinstall": "script/postinstall", | ||
"posttest": "npm run lint", | ||
"lint": "git ls-files bin script **/*.*sh | xargs shellcheck", | ||
"verify-definitions": "scripty", | ||
"preversion": "scripty", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "npm run publish:github && npm run publish:brew", | ||
"publish:brew": "brew-publish", | ||
"publish:github": "scripty", | ||
"preversion": "scripty", | ||
"postversion": "npm run publish:github && npm run publish:brew && npm publish" | ||
"publish:github": "scripty" | ||
}, | ||
@@ -31,0 +34,0 @@ "devDependencies": { |
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
22942
28
1