Comparing version 1.8.0 to 1.9.0
@@ -6,5 +6,7 @@ var array = require('postgres-array'); | ||
return { | ||
parse: array.parse | ||
parse: function() { | ||
return array.parse(source, transform); | ||
} | ||
}; | ||
} | ||
}; |
{ | ||
"name": "pg-types", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Query result type converters for node-postgres", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24801
795
0