Comparing version 7.4.12 to 7.4.13
@@ -209,3 +209,5 @@ // Type definitions for pg 7.4 | ||
export class Query extends events.EventEmitter { | ||
export class Query extends events.EventEmitter implements Submittable { | ||
constructor(queryTextOrConfig?: string | QueryConfig, values?: any[]); | ||
submit: (connection: Connection) => void; | ||
on(event: "row", listener: (row: any, result?: ResultBuilder) => void): this; | ||
@@ -212,0 +214,0 @@ on(event: "error", listener: (err: Error) => void): this; |
{ | ||
"name": "@types/pg", | ||
"version": "7.4.12", | ||
"version": "7.4.13", | ||
"description": "TypeScript definitions for pg", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "5c0b3ca32b6a0f1150622724780802765fb9474890e52028875f6b71797a2f0b", | ||
"typesPublisherContentHash": "e64575a91674b8dac78705a8c77c6d7c337eebb7d1f85c43886d78d6d9d97565", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:04:42 GMT | ||
* Last updated: Thu, 14 Feb 2019 18:10:46 GMT | ||
* Dependencies: @types/pg-types, @types/node | ||
@@ -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
9036
178