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 1.0.0 to 1.0.1

2

package.json

@@ -7,3 +7,3 @@ {

"keywords": ["pg", "postgres", "hstore"],
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",

@@ -10,0 +10,0 @@ "homepage": "https://github.com/scarney81/pg-hstore",

@@ -6,3 +6,3 @@ /*globals it, describe */

describe('node-hstore.parse', function() {
describe('pg-hstore.parse', function() {
it('should hstore parse an hstore string', function(done) {

@@ -9,0 +9,0 @@ var source = '"foo"=>"bar"';

@@ -6,3 +6,3 @@ /*globals it, describe */

describe('node-hstore.stringify', function() {
describe('pg-hstore.stringify', function() {
it('should hstore encode a string', function(done) {

@@ -9,0 +9,0 @@ var source = { foo: "bar" };

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