Comparing version 8.10.1 to 8.10.2
@@ -121,2 +121,4 @@ // Type definitions for pg 8.10 | ||
type ValueMapper = (param: any, index: number) => any; | ||
export interface BindConfig { | ||
@@ -127,2 +129,3 @@ portal?: string | undefined; | ||
values?: Array<Buffer | null | undefined | string> | undefined; | ||
valueMapper?: ValueMapper | undefined; | ||
} | ||
@@ -129,0 +132,0 @@ |
{ | ||
"name": "@types/pg", | ||
"version": "8.10.1", | ||
"version": "8.10.2", | ||
"description": "TypeScript definitions for pg", | ||
@@ -32,4 +32,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg", | ||
}, | ||
"typesPublisherContentHash": "1efce8ebcc505b69d0c89dab55ed8f97a29a80f9b755b602458b8a3fea1d7cee", | ||
"typesPublisherContentHash": "cf44f82f273867e6a720cb38d5290f46b91dc859bb2ba0e83d364a8dad8839d6", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 23 May 2023 01:02:57 GMT | ||
* Last updated: Tue, 06 Jun 2023 06:02:51 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
14381
324