Comparing version 6.1.40 to 6.1.41
@@ -45,2 +45,3 @@ // Type definitions for pg 6.1 | ||
application_name?: string; | ||
Promise?: PromiseConstructorLike; | ||
} | ||
@@ -75,3 +76,3 @@ | ||
end(): Promise<void>; | ||
query(queryStream: QueryConfig & stream.Readable): stream.Readable; | ||
@@ -78,0 +79,0 @@ query(queryTextOrConfig: string | QueryConfig): Promise<QueryResult>; |
{ | ||
"name": "@types/pg", | ||
"version": "6.1.40", | ||
"version": "6.1.41", | ||
"description": "TypeScript definitions for pg", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "fca8de215c83bcff3354591196acf20b639a4ba7c27dab2bf6cbd3cb52d8696f", | ||
"typesPublisherContentHash": "780604b4bbf65413edcb0f9701f6b74b3a319fdac45396b75cfef32472589b2a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 04 May 2017 20:11:51 GMT | ||
* Last updated: Fri, 02 Jun 2017 13:25:33 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
6753
99