Comparing version 2.5.2 to 2.6.0
@@ -31,2 +31,5 @@ 'use strict' | ||
this._shiftQueue() | ||
if (this.connection) { | ||
this.connection.removeListener('rowDescription', this._rowDescription) | ||
} | ||
} | ||
@@ -33,0 +36,0 @@ |
{ | ||
"name": "pg-cursor", | ||
"version": "2.5.2", | ||
"version": "2.6.0", | ||
"description": "Query cursor extension for node-postgres", | ||
@@ -14,3 +14,4 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/brianc/node-postgres.git" | ||
"url": "git://github.com/brianc/node-postgres.git", | ||
"directory": "packages/pg-cursor" | ||
}, | ||
@@ -21,5 +22,8 @@ "author": "Brian M. Carlson", | ||
"mocha": "^7.1.2", | ||
"pg": "^8.5.1" | ||
"pg": "^8.6.0" | ||
}, | ||
"gitHead": "fa4549af4fc8d1ffdc121c696faa72fc02459f4b" | ||
"peerDependencies": { | ||
"pg": "^8" | ||
}, | ||
"gitHead": "d45947938263bec30a1e3252452f04177b785f66" | ||
} |
Sorry, the diff of this file is not supported yet
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
24249
697
1