Comparing version 6.1.45 to 6.1.46
@@ -32,18 +32,18 @@ // Type definitions for pg 6.1 | ||
import { TlsOptions } from "tls"; | ||
import { TlsServerOptions } from "tls"; | ||
export interface ClientConfig extends ConnectionConfig { | ||
ssl?: boolean | TlsOptions; | ||
ssl?: boolean | TlsServerOptions; | ||
} | ||
export interface PoolConfig extends ClientConfig { | ||
// properties from module 'node-pool' | ||
max?: number; | ||
min?: number; | ||
refreshIdle?: boolean; | ||
idleTimeoutMillis?: number; | ||
reapIntervalMillis?: number; | ||
returnToHead?: boolean; | ||
application_name?: string; | ||
Promise?: PromiseConstructorLike; | ||
// properties from module 'node-pool' | ||
max?: number; | ||
min?: number; | ||
refreshIdle?: boolean; | ||
idleTimeoutMillis?: number; | ||
reapIntervalMillis?: number; | ||
returnToHead?: boolean; | ||
application_name?: string; | ||
Promise?: PromiseConstructorLike; | ||
} | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "@types/pg", | ||
"version": "6.1.45", | ||
"version": "6.1.46", | ||
"description": "TypeScript definitions for pg", | ||
@@ -20,7 +20,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/pg-types": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "cd1f872aea6ec9a300b7bb187e9667699ccdf75b5546a1dd3de79d78ca850c6c", | ||
"typesPublisherContentHash": "4b4e71e955a2fbfe04c08c28178363095f792c41b17a970df1d6347ed686fb42", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT | ||
* Last updated: Sat, 10 Feb 2018 21:44:46 GMT | ||
* Dependencies: events, stream, pg-types, tls, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6745
0
3
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)