Comparing version 2.4.5 to 2.4.6
{ | ||
"name": "cld-light", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "A lightweight version of node-cld (100MB smaller on install)", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postinstall": "cd node_modules/cld/ && rm -r ./deps/ && find ./build -type f | grep -v 'cld.node' | xargs -I{} rm {}" | ||
"postinstall": "cd $(node -e \"console.log(require('path').dirname(require.resolve('cld')))\") && rm -r ./deps/ && find ./build -type f | grep -v 'cld.node' | xargs -I{} rm {}" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
12825