Comparing version 2.1.0 to 2.1.1
@@ -30,3 +30,3 @@ (function () { | ||
module.exports = function (options) { | ||
options = _.defaults({ sanitize: false }, options); | ||
options = _.defaults({}, options, { sanitize: false }); | ||
@@ -33,0 +33,0 @@ return { |
@@ -7,3 +7,3 @@ { | ||
"keywords": ["pg", "postgres", "hstore"], | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "lib/index.js", | ||
@@ -10,0 +10,0 @@ "homepage": "https://github.com/scarney81/pg-hstore", |
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
16734