Comparing version 0.8.2 to 0.8.4
{ | ||
"name": "eclectica", | ||
"version": "0.8.2", | ||
"version": "0.8.4", | ||
"description": "Cool and eclectic version manager for any language", | ||
"scripts": { | ||
"postinstall": "EC_DEST=$(npm config get prefix)/bin EC_VERSION=0.8.2 ./scripts/install.sh" | ||
"postinstall": "EC_DEST=$(npm config get prefix)/bin EC_VERSION=0.8.4 ./scripts/install.sh" | ||
}, | ||
@@ -34,3 +34,6 @@ "bin": { | ||
], | ||
"files": ["scripts/install.sh", "bin"], | ||
"files": [ | ||
"scripts/install.sh", | ||
"bin" | ||
], | ||
"author": "Oleg Gaidarenko <markelog@gmail.com>", | ||
@@ -37,0 +40,0 @@ "license": "MIT", |
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
3773