@types/dockerode
Advanced tools
Comparing version 2.5.26 to 2.5.27
@@ -935,8 +935,10 @@ // Type definitions for dockerode 2.5 | ||
port?: number | string; | ||
username?: string; | ||
ca?: string | string[] | Buffer | Buffer[]; | ||
cert?: string | string[] | Buffer | Buffer[]; | ||
key?: string | string[] | Buffer | Buffer[] | KeyObject[]; | ||
protocol?: 'https' | 'http'; | ||
protocol?: 'https' | 'http' | 'ssh'; | ||
timeout?: number; | ||
version?: string; | ||
sshAuthAgent?: string; | ||
Promise?: typeof Promise; | ||
@@ -943,0 +945,0 @@ } |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.26", | ||
"version": "2.5.27", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "51d782bbac49bdb7f5303c6b7cebba490d6382005feca58a231943f46545fbb8", | ||
"typesPublisherContentHash": "949dfe357d38a8d04e3c8fe3a40e85102deef44d5719f1416f8e4378365dae15", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Mar 2020 19:24:04 GMT | ||
* Last updated: Sat, 11 Apr 2020 03:30:05 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
45630
1195