Comparing version 6.1.46 to 6.1.47
@@ -32,6 +32,6 @@ // Type definitions for pg 6.1 | ||
import { TlsServerOptions } from "tls"; | ||
import { TlsOptions } from "tls"; | ||
export interface ClientConfig extends ConnectionConfig { | ||
ssl?: boolean | TlsServerOptions; | ||
ssl?: boolean | TlsOptions; | ||
} | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "@types/pg", | ||
"version": "6.1.46", | ||
"version": "6.1.47", | ||
"description": "TypeScript definitions for pg", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4b4e71e955a2fbfe04c08c28178363095f792c41b17a970df1d6347ed686fb42", | ||
"typesPublisherContentHash": "8eb085621ad243063dfda4f57ef200837faf0f9df9f6eaf3a3bc4cd60bbe6b1c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 10 Feb 2018 21:44:46 GMT | ||
* Last updated: Tue, 13 Feb 2018 20:54:40 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
6733