Comparing version 6.1.48 to 6.1.49
@@ -12,4 +12,10 @@ // Type definitions for pg 6.1 | ||
export declare function connect(connection: string, callback: (err: Error, client: Client, done: (err?: any) => void) => void): void; | ||
export declare function connect(config: ClientConfig, callback: (err: Error, client: Client, done: (err?: any) => void) => void): void; | ||
export declare function connect( | ||
connection: string, | ||
callback: (err: Error, client: Client, done: (err?: any) => void) => void, | ||
): void; | ||
export declare function connect( | ||
config: ClientConfig, | ||
callback: (err: Error, client: Client, done: (err?: any) => void) => void, | ||
): void; | ||
export declare function end(): void; | ||
@@ -16,0 +22,0 @@ |
{ | ||
"name": "@types/pg", | ||
"version": "6.1.48", | ||
"version": "6.1.49", | ||
"description": "TypeScript definitions for pg", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg", | ||
}, | ||
"typesPublisherContentHash": "6f914ce6020840d1717f018195aa57a31ef19773c49a708b8445780faa7d6101", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "5fe04698623a7f2144f7e9cbe2549172078b67aa012d6b0dbe4a60e43b1ed5a1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:28 GMT | ||
* Dependencies: [@types/pg-types](https://npmjs.com/package/@types/pg-types), [@types/node](https://npmjs.com/package/@types/node) | ||
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/pg-types](https://npmjs.com/package/@types/pg-types) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
7152
106
0