Comparing version 6.1.37 to 6.1.38
@@ -92,2 +92,3 @@ // Type definitions for pg 6.1 | ||
query(queryStream: QueryConfig & stream.Readable): stream.Readable; | ||
query(queryTextOrConfig: string | QueryConfig): Promise<QueryResult>; | ||
@@ -94,0 +95,0 @@ query(queryText: string, values: any[]): Promise<QueryResult>; |
{ | ||
"name": "@types/pg", | ||
"version": "6.1.37", | ||
"version": "6.1.38", | ||
"description": "TypeScript definitions for pg", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ba1748084f508bb1486edcee433822ec6944dd1eff37085966441468eb4f3249", | ||
"typesPublisherContentHash": "92293db085f44c638de00499e6a74b6af9d9017c1c96564b9f58d796549d7dc9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 24 Feb 2017 22:44:15 GMT | ||
* Last updated: Fri, 24 Mar 2017 15:17:28 GMT | ||
* Dependencies: events, stream, pg-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
2
5341
3
96