Comparing version 0.9.0 to 2.5.0
@@ -1,2 +0,2 @@ | ||
module.exports = { | ||
var defaults = module.exports = { | ||
// database host defaults to localhost | ||
@@ -41,1 +41,6 @@ host: 'localhost', | ||
}; | ||
//parse int8 so you can get your count values as actual numbers | ||
module.exports.__defineSetter__("parseInt8", function(val) { | ||
require('./types').setTypeParser(20, 'text', val ? parseInt : function(val) { return val; }); | ||
}); |
{ | ||
"name": "pg.js", | ||
"version": "0.9.0", | ||
"version": "2.5.0", | ||
"description": "node-postgres without the bindings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
145327
39
4816
2
0
36
77