Comparing version 8.10.4 to 8.10.5
@@ -177,3 +177,5 @@ // Type definitions for pg 8.10 | ||
connect(): Promise<PoolClient>; | ||
connect(callback: (err: Error, client: PoolClient, done: (release?: any) => void) => void): void; | ||
connect( | ||
callback: (err: Error | undefined, client: PoolClient | undefined, done: (release?: any) => void) => void, | ||
): void; | ||
@@ -180,0 +182,0 @@ end(): Promise<void>; |
{ | ||
"name": "@types/pg", | ||
"version": "8.10.4", | ||
"version": "8.10.5", | ||
"description": "TypeScript definitions for pg", | ||
@@ -32,4 +32,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg", | ||
}, | ||
"typesPublisherContentHash": "165077ccc9922bfc08f157a127f58348a90563290df9aa878aad5eded4b89889", | ||
"typesPublisherContentHash": "d45f5581f143c478e6e9d1d28ffd4031f32f0dc74cf8ae7e3584b4379daaaedb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 09 Oct 2023 17:35:36 GMT | ||
* Last updated: Tue, 10 Oct 2023 19:45: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
14467
328