Comparing version 7.4.7 to 7.4.8
@@ -120,3 +120,3 @@ // Type definitions for pg 7.4 | ||
export class ClientBase extends events.EventEmitter { | ||
constructor(config: string | ClientConfig); | ||
constructor(config?: string | ClientConfig); | ||
@@ -151,3 +151,3 @@ connect(): Promise<void>; | ||
export class Client extends ClientBase { | ||
constructor(config: string | ClientConfig); | ||
constructor(config?: string | ClientConfig); | ||
@@ -154,0 +154,0 @@ end(): Promise<void>; |
{ | ||
"name": "@types/pg", | ||
"version": "7.4.7", | ||
"version": "7.4.8", | ||
"description": "TypeScript definitions for pg", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7c8c0579b0b7df173f904039e8900ce73c2a24e381a8d650498770abe23f29a5", | ||
"typesPublisherContentHash": "d5d73b8117087a80b0a8beb7827e9ed81f632f3622d68993bad7497a88e635f6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Apr 2018 00:38:11 GMT | ||
* Last updated: Fri, 27 Apr 2018 05:36:59 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
8020