Comparing version 7.4.5 to 7.4.6
@@ -110,3 +110,3 @@ // Type definitions for pg 7.4 | ||
query(queryConfig: QueryConfig): Promise<QueryResult>; | ||
query(queryText: string, values?: any[]): Promise<QueryResult>; | ||
query(queryTextOrConfig: string | QueryConfig, values?: any[]): Promise<QueryResult>; | ||
query(queryConfig: QueryArrayConfig, callback: (err: Error, result: QueryArrayResult) => void): Query; | ||
@@ -129,3 +129,3 @@ query(queryTextOrConfig: string | QueryConfig, callback: (err: Error, result: QueryResult) => void): Query; | ||
query(queryConfig: QueryConfig): Promise<QueryResult>; | ||
query(queryText: string, values?: any[]): Promise<QueryResult>; | ||
query(queryTextOrConfig: string | QueryConfig, values?: any[]): Promise<QueryResult>; | ||
query(queryConfig: QueryArrayConfig, callback: (err: Error, result: QueryArrayResult) => void): Query; | ||
@@ -132,0 +132,0 @@ query(queryTextOrConfig: string | QueryConfig, callback: (err: Error, result: QueryResult) => void): Query; |
{ | ||
"name": "@types/pg", | ||
"version": "7.4.5", | ||
"version": "7.4.6", | ||
"description": "TypeScript definitions for pg", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "fb01c7557d4d2571425e41b8d0261dfd7a2412483e08cb1a81ed662e47986c67", | ||
"typesPublisherContentHash": "9cf519be06ba5a5d9b1ba3a392f9994058e674e82f9a9edf5216e29032f1529e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 03 Mar 2018 00:41:20 GMT | ||
* Last updated: Tue, 17 Apr 2018 17:02:44 GMT | ||
* Dependencies: events, stream, pg-types, tls, 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
8005