json-config-reader
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "json-config-reader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Reads and caches JSON configurations.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "node index.js", | ||
"postinstall": "node postinstall.js" | ||
"postversion": "node postinstall.js" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
@@ -1,1 +0,3 @@ | ||
console.log("Testing post-installation script") | ||
setTimeout(function(){ | ||
console.log("Testing post-installation script"); | ||
}, 1000) |
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
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
4997
53
0