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

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 2.6.0 to 2.6.1

update.sh

4

lib/client.js

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

stream: c.stream,
ssl: c.ssl
ssl: this.connectionParameters.ssl
});

@@ -34,3 +34,3 @@ this.queryQueue = [];

this.secretKey = null;
this.ssl = c.ssl || false;
this.ssl = this.connectionParameters.ssl || false;
};

@@ -37,0 +37,0 @@

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

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "make install"
"prepublish": "make"
},

@@ -11,0 +11,0 @@ "author": "Brian M. Carlson",

Sorry, the diff of this file is not supported yet

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