pg-promise
Advanced tools
Comparing version 11.0.2 to 11.1.0
{ | ||
"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 |
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
421643
9714