Comparing version 2.3.2 to 2.3.3
@@ -67,5 +67,7 @@ (function () { | ||
for (i = 0, l = matches.length; i < l; i+= 2) { | ||
var key = clean(matches[i]); | ||
var value = matches[i + 1]; | ||
result[key] = value=="NULL"?null:clean(value); | ||
if (matches[i] && matches[i + 1]) { | ||
var key = clean(matches[i]); | ||
var value = matches[i + 1]; | ||
result[key] = value=="NULL"?null:clean(value); | ||
} | ||
} | ||
@@ -72,0 +74,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"main": "lib/index.js", | ||
@@ -14,0 +14,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
21993
368
340394
10