@nodenv/nodenv
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@nodenv/nodenv", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Manage multiple NodeJS versions", | ||
@@ -8,3 +8,3 @@ "homepage": "https://github.com/nodenv/nodenv#readme", | ||
"contributors": [ | ||
"Jason Karns <jason@karns.name> (http://jason.karns.name)", | ||
"Jason Karns <jason.karns@gmail.com> (http://jasonkarns.com)", | ||
"Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us)", | ||
@@ -33,14 +33,13 @@ "Will McKenzie <willmckenzie@oinutter.co.uk> (http://www.oinutter.co.uk)" | ||
"scripts": { | ||
"clean": "scripty", | ||
"build": "src/configure && make -C src", | ||
"install": "npm run build", | ||
"clean": "src/configure && make -C src clean", | ||
"preinstall": "npm run clean", | ||
"postinstall": "npm run build", | ||
"test": "bats ${CI:+--tap} test", | ||
"test:with_native_ext": "scripty", | ||
"test:without_native_ext": "scripty", | ||
"preversion": "scripty", | ||
"version": "scripty", | ||
"version:sync": "scripty", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "npm run publish:github", | ||
"publish:github": "scripty" | ||
"test:with_native_ext": "npm run build && npm test", | ||
"test:without_native_ext": "npm run clean && npm test", | ||
"preversion": "script/preversion", | ||
"version": "script/sync-version", | ||
"postversion": "git push --follow-tags", | ||
"unmerged": "git for-each-ref refs/rbenv-tags --format='%(refname)' --merged" | ||
}, | ||
@@ -50,5 +49,4 @@ "devDependencies": { | ||
"bats-assert": "jasonkarns/bats-assert-1", | ||
"bats-support": "jasonkarns/bats-support", | ||
"scripty": "^2.0.0-0" | ||
"bats-support": "jasonkarns/bats-support" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 2 instances in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
88567
3
40
2
3