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

pg-cursor

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-cursor - npm Package Compare versions

Comparing version 2.5.2 to 2.6.0

3

index.js

@@ -31,2 +31,5 @@ 'use strict'

this._shiftQueue()
if (this.connection) {
this.connection.removeListener('rowDescription', this._rowDescription)
}
}

@@ -33,0 +36,0 @@

12

package.json
{
"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

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