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

8

lib/connection.js

@@ -463,3 +463,3 @@ var net = require('net');

ROW_DESCRIPTION = 'rowDescription';
var ROW_DESCRIPTION = 'rowDescription';
Connection.prototype.parseT = function(buffer, length) {

@@ -486,4 +486,4 @@ var msg = new Message(ROW_DESCRIPTION, length);

FORMAT_TEXT = 'text';
FORMAT_BINARY = 'binary';
var FORMAT_TEXT = 'text';
var FORMAT_BINARY = 'binary';
Connection.prototype.parseField = function(buffer) {

@@ -507,3 +507,3 @@ var field = new Field();

DATA_ROW = 'dataRow';
var DATA_ROW = 'dataRow';
var DataRowMessage = function(name, length, fieldCount) {

@@ -510,0 +510,0 @@ this.name = DATA_ROW;

{
"name": "pg.js",
"version": "2.6.1",
"version": "2.6.2",
"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