cordova-import-npm
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "cordova-import-npm", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Import files from npm packages into your cordova www directory automatically, upon cordova prepare or cordova build", | ||
"scripts": { | ||
"test": "standard && npm i jquery bootstrap && node test/test.js && npm remove jquery bootstrap && node scripts/postinstall.js --test && echo \"TEST OK\"", | ||
"install": "echo 'Postinstall' && node scripts/postinstall.js" | ||
"postinstall": "echo 'Postinstall' && node scripts/postinstall.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "keywords": [ |
@@ -11,2 +11,3 @@ // const fs = require('fs') | ||
console.log('Postinstall script running on ' + colors.cyan(__dirname)) | ||
process.exitCode = 0 | ||
@@ -13,0 +14,0 @@ /* |
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
357030
1324