Comparing version 6.1.43 to 6.1.44
@@ -63,2 +63,8 @@ // Type definitions for pg 6.1 | ||
export interface Notification { | ||
processId: number, | ||
channel: string, | ||
payload?: string | ||
} | ||
export interface ResultBuilder extends QueryResult { | ||
@@ -113,3 +119,3 @@ addRow(row: any): void; | ||
on(event: "error", listener: (err: Error) => void): this; | ||
on(event: "notification" | "notice", listener: (message: any) => void): this; | ||
on(event: "notification" | "notice", listener: (message: Notification) => void): this; | ||
on(event: "end", listener: () => void): this; | ||
@@ -116,0 +122,0 @@ } |
{ | ||
"name": "@types/pg", | ||
"version": "6.1.43", | ||
"version": "6.1.44", | ||
"description": "TypeScript definitions for pg", | ||
@@ -22,5 +22,4 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3bbbe127c7bf7c1a1054025344629dbb0b4929fc5250e6038647a4049b5b4e2c", | ||
"typesPublisherContentHash": "6fb893bbefa0e9428afe9abb42a315f3b7dec496e38b6c901efd4ca70b353f3c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT | ||
* Last updated: Wed, 06 Sep 2017 14:55:01 GMT | ||
* Dependencies: events, stream, pg-types, tls, 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
6916
105