Socket
Socket
Sign inDemoInstall

pg.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg.js - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

4

lib/client.js

@@ -316,3 +316,5 @@ var crypto = require('crypto');

}
query._result._getTypeParser = this._types.getTypeParser.bind(this._types);
if(query._result) {
query._result._getTypeParser = this._types.getTypeParser.bind(this._types);
}

@@ -319,0 +321,0 @@ this.queryQueue.push(query);

{
"name": "pg.js",
"version": "4.1.0",
"version": "4.1.1",
"description": "node-postgres without the bindings",

@@ -5,0 +5,0 @@ "main": "index.js",

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