Comparing version 0.6.8 to 0.6.9
{ "name": "pg", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "PostgreSQL client - pure javascript & libpq with the same API", | ||
@@ -17,5 +17,5 @@ "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], | ||
"test" : "make test", | ||
"install" : "node-waf configure build || true" | ||
"install" : "node-waf configure build || (exit 0)" | ||
}, | ||
"engines" : { "node": ">= 0.4.0" } | ||
} |
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
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
210493