Comparing version 8.10.0 to 8.10.1
@@ -24,3 +24,3 @@ // Type definitions for pg 8.10 | ||
keepAlive?: boolean | undefined; | ||
stream?: stream.Duplex | undefined; | ||
stream?: () => stream.Duplex | stream.Duplex | undefined; | ||
statement_timeout?: false | number | undefined; | ||
@@ -27,0 +27,0 @@ ssl?: boolean | ConnectionOptions | undefined; |
{ | ||
"name": "@types/pg", | ||
"version": "8.10.0", | ||
"version": "8.10.1", | ||
"description": "TypeScript definitions for pg", | ||
@@ -32,4 +32,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg", | ||
}, | ||
"typesPublisherContentHash": "5721eaf792d6183c5a30e72119a4399bfb30c9354f99374ceaf88b02f31a3265", | ||
"typesPublisherContentHash": "1efce8ebcc505b69d0c89dab55ed8f97a29a80f9b755b602458b8a3fea1d7cee", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 22 May 2023 19:32:54 GMT | ||
* Last updated: Tue, 23 May 2023 01:02:57 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/pg-protocol](https://npmjs.com/package/@types/pg-protocol), [@types/pg-types](https://npmjs.com/package/@types/pg-types) | ||
@@ -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
14282