cli-eb-test
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "cli-eb-test", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A command-line tool for installation and customisation of the DADI platform", | ||
@@ -17,2 +17,3 @@ "main": "index.js", | ||
"colors": "^1.1.2", | ||
"fs-extra": "^4.0.2", | ||
"inquirer": "^3.2.0", | ||
@@ -44,3 +45,4 @@ "minimist": "^1.2.0", | ||
"test": "standard && jest && node test/utils/coverage.js", | ||
"test-dev": "jest --watch" | ||
"test-dev": "jest --watch", | ||
"postinstall": "node scripts/install.js" | ||
}, | ||
@@ -47,0 +49,0 @@ "jest": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
72498
36
1998
12
1
10
+ Addedfs-extra@^4.0.2
+ Addedfs-extra@4.0.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addeduniversalify@0.1.2(transitive)