Comparing version 2.6.1 to 2.6.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74328