cx-protofetch
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "cx-protofetch", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "A source dependency management tool for Protobuf.", | ||
@@ -9,6 +9,6 @@ "repository": "https://github.com/coralogix/protofetch.git", | ||
"bin": { | ||
"protofetch": "npm/run.js" | ||
"protofetch": "run.js" | ||
}, | ||
"scripts": { | ||
"postinstall": "node npm/scripts.js install" | ||
"postinstall": "node scripts.js install" | ||
}, | ||
@@ -31,6 +31,3 @@ "dependencies": { | ||
], | ||
"files": [ | ||
"npm/**/*" | ||
], | ||
"main": "index.js" | ||
} |
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
1898