node-powertools
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "node-powertools", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Powerful assistive functions for Node and Browser environments.", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"test": "./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000", | ||
"prepare": "node ./src/prepare.js" | ||
"prepare": "node -e 'require(`prepare-package`)'" | ||
}, | ||
@@ -32,4 +32,5 @@ "engines": { | ||
"fs-jetpack": "^4.3.1", | ||
"mocha": "^8.0.1" | ||
"mocha": "^8.0.1", | ||
"prepare-package": "^0.0.6" | ||
} | ||
} | ||
} |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
31945
3
6
633