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

pg-promise

Package Overview
Dependencies
Maintainers
1
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-promise - npm Package Compare versions

Comparing version 11.0.2 to 11.1.0

10

package.json
{
"name": "pg-promise",
"version": "11.0.2",
"version": "11.1.0",
"description": "PostgreSQL interface for Node.js",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

"assert-options": "0.8.0",
"pg": "8.8.0",
"pg": "8.9.0",
"pg-minify": "1.6.2",

@@ -54,4 +54,4 @@ "spex": "3.2.0"

"coveralls": "3.1.1",
"cspell": "6.18.1",
"eslint": "8.30.0",
"cspell": "6.19.2",
"eslint": "8.32.0",
"istanbul": "0.4.5",

@@ -61,3 +61,3 @@ "jasmine-node": "3.0.0",

"JSONStream": "1.3.5",
"pg-query-stream": "4.2.4",
"pg-query-stream": "4.3.0",
"tslint": "6.1.3",

@@ -64,0 +64,0 @@ "typescript": "4.9.4"

@@ -16,3 +16,3 @@ /*

//
// Supported version of pg: 8.7.1 and later.
// Supported version of pg: 8.9.0 and later.
//

@@ -24,2 +24,3 @@ // pg: https://github.com/brianc/node-postgres

import {checkServerIdentity} from 'tls';
import {Stream} from 'stream';

@@ -107,2 +108,3 @@ declare namespace pg {

keepalives_idle?: number
stream?: Stream | ((cn: IConnectionParameters) => Stream)
Client?: new(config: string | IConnectionParameters) => C

@@ -109,0 +111,0 @@ Promise?: any

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