Socket
Socket
Sign inDemoInstall

pg-native

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-native - npm Package Compare versions

Comparing version 1.4.3 to 1.5.0

test/version.js

4

index.js

@@ -34,3 +34,2 @@ var Libpq = require('libpq');

});
};

@@ -281,1 +280,4 @@

};
//export the version number so we can check it in node-postgres
module.exports.version = require('./package.json').version
{
"name": "pg-native",
"version": "1.4.3",
"version": "1.5.0",
"description": "A slightly nicer interface to Postgres over node-libpq",

@@ -35,4 +35,5 @@ "main": "index.js",

"okay": "^0.3.0",
"pg": "^3.4.2"
"pg": "^3.4.2",
"semver": "^4.1.0"
}
}
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