@types/dockerode
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -7,2 +7,3 @@ // Type definitions for dockerode 2.5 | ||
// Ray Fang <https://github.com/lazarusx> | ||
// Marius Meisenzahl <https://github.com/meisenzahl> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -448,2 +449,3 @@ // TypeScript Version: 2.2 | ||
interface HostConfig { | ||
AutoRemove: boolean; | ||
Binds: string[]; | ||
@@ -598,2 +600,3 @@ ContainerIDFile: string; | ||
HostConfig?: { | ||
AutoRemove?: boolean; | ||
Binds?: string[]; | ||
@@ -600,0 +603,0 @@ Links?: string[]; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -26,2 +26,7 @@ "license": "MIT", | ||
"githubUsername": "lazarusx" | ||
}, | ||
{ | ||
"name": "Marius Meisenzahl", | ||
"url": "https://github.com/meisenzahl", | ||
"githubUsername": "meisenzahl" | ||
} | ||
@@ -38,4 +43,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "a8391e707721d3a9fef4e83ed0de7ce403cf6961a8e0ca1fb5ffd3ee4a0fd33d", | ||
"typesPublisherContentHash": "9b79caafa71ae9d2cf8c49f01221b3a202c3292699ed07f3ef9ebe5803e011ec", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 11 Sep 2017 15:18:39 GMT | ||
* Last updated: Tue, 03 Oct 2017 13:52:12 GMT | ||
* Dependencies: stream, events, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Carl Winkler <https://github.com/seikho>, Nicolas Laplante <https://github.com/nlaplante>, ByeongHun Yoo <https://github.com/isac322>, Ray Fang <https://github.com/lazarusx>. | ||
These definitions were written by Carl Winkler <https://github.com/seikho>, Nicolas Laplante <https://github.com/nlaplante>, ByeongHun Yoo <https://github.com/isac322>, Ray Fang <https://github.com/lazarusx>, Marius Meisenzahl <https://github.com/meisenzahl>. |
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
31688
832