Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pg-hstore

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-hstore - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

8

lib/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc