Comparing version 7.14.3 to 7.14.4
@@ -13,3 +13,3 @@ // Type definitions for pg 7.14 | ||
import { ConnectionOptions } from "tls"; | ||
import { ConnectionOptions } from 'tls'; | ||
@@ -31,2 +31,3 @@ export interface ClientConfig { | ||
idle_in_transaction_session_timeout?: number; | ||
application_name?: string; | ||
} | ||
@@ -51,4 +52,2 @@ | ||
log?: (...messages: any[]) => void; | ||
application_name?: string; | ||
Promise?: PromiseConstructorLike; | ||
@@ -55,0 +54,0 @@ } |
{ | ||
"name": "@types/pg", | ||
"version": "7.14.3", | ||
"version": "7.14.4", | ||
"description": "TypeScript definitions for pg", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "69ed5acb60b59bfb33120a85394a1b650a416312a6ea49a4b0af60a6c12bfcc5", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "568b4724f21049c71f9419490e09909c1950d2bec14314229e7df5a2c4236260", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 14 Mar 2020 01:38:53 GMT | ||
* Last updated: Thu, 09 Jul 2020 19:15:10 GMT | ||
* Dependencies: [@types/pg-types](https://npmjs.com/package/@types/pg-types), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
11131