cordova-import-npm
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "cordova-import-npm", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Import files from npm packages into your cordova www directory automatically, upon cordova prepare or cordova build", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ // const fs = require('fs') | ||
// const isTest = process.argv[2] === '--test' | ||
console.log('Postinstall script running on ' + colors.cyan(__dirname)) | ||
console.log('Postinstall script running on ' + colors.cyan(process.env.INIT_CWD)) | ||
process.exitCode = 0 | ||
@@ -13,0 +13,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
357044
4