@types/dockerode
Advanced tools
Comparing version 2.4.4 to 2.4.5
// Type definitions for dockerode 2.4 | ||
// Project: https://github.com/apocas/dockerode | ||
// Definitions by: Carl Winkler <https://github.com/seikho>, Nicolas Laplante <https://github.com/nlaplante> | ||
// Definitions by: Carl Winkler <https://github.com/seikho> | ||
// Nicolas Laplante <https://github.com/nlaplante> | ||
// ByeongHun Yoo <https://github.com/isac322> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -807,2 +809,7 @@ // TypeScript Version: 2.2 | ||
} | ||
interface ImageBuildContext { | ||
context: string; | ||
src: string[]; | ||
} | ||
} | ||
@@ -834,5 +841,5 @@ | ||
buildImage(file: string | NodeJS.ReadableStream, options: {}, callback: Callback<any>): void; | ||
buildImage(file: string | NodeJS.ReadableStream, callback: Callback<any>): void; | ||
buildImage(file: string | NodeJS.ReadableStream, options?: {}): Promise<any>; | ||
buildImage(file: string | NodeJS.ReadableStream | Dockerode.ImageBuildContext, options: {}, callback: Callback<any>): void; | ||
buildImage(file: string | NodeJS.ReadableStream | Dockerode.ImageBuildContext, callback: Callback<any>): void; | ||
buildImage(file: string | NodeJS.ReadableStream | Dockerode.ImageBuildContext, options?: {}): Promise<any>; | ||
@@ -839,0 +846,0 @@ getContainer(id: string): Dockerode.Container; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
"url": "https://github.com/nlaplante" | ||
}, | ||
{ | ||
"name": "ByeongHun Yoo", | ||
"url": "https://github.com/isac322" | ||
} | ||
@@ -27,4 +31,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "5eeb483337abd8fc1cd1125da84ea9ed4d9c8e506a2e3782abd84be210073ac5", | ||
"typesPublisherContentHash": "38b073281c01083245339b7d15c3cc550370dcb3b0695aff1b9b448bc7e4294d", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 24 Jul 2017 18:25:51 GMT | ||
* Last updated: Thu, 27 Jul 2017 21:51:09 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>. | ||
These definitions were written by Carl Winkler <https://github.com/seikho>, Nicolas Laplante <https://github.com/nlaplante>, ByeongHun Yoo <https://github.com/isac322>. |
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
29782
822