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

pg-pool

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-pool - npm Package Compare versions

Comparing version 3.6.2 to 3.7.0

8

package.json
{
"name": "pg-pool",
"version": "3.6.2",
"version": "3.7.0",
"description": "Connection pool for node-postgres",

@@ -30,7 +30,7 @@ "main": "index.js",

"devDependencies": {
"bluebird": "3.4.1",
"bluebird": "3.7.2",
"co": "4.6.0",
"expect.js": "0.3.1",
"lodash": "^4.17.11",
"mocha": "^7.1.2",
"mocha": "^10.5.2",
"pg-cursor": "^1.3.0"

@@ -41,3 +41,3 @@ },

},
"gitHead": "b03c071d2d15af259e1e008e9628191c865e58fa"
"gitHead": "92cb640fd316972e323ced6256b2acd89b1b58e0"
}

@@ -7,3 +7,2 @@ 'use strict'

const it = require('mocha').it
const path = require('path')

@@ -10,0 +9,0 @@ const Pool = require('../')

const expect = require('expect.js')
const co = require('co')
const _ = require('lodash')

@@ -5,0 +4,0 @@ const describe = require('mocha').describe

const Pool = require('../')
const expect = require('expect.js')
const net = require('net')

@@ -6,0 +5,0 @@ describe('releasing clients', () => {

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