@types/dockerode
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -173,2 +173,10 @@ // Type definitions for dockerode 2.4 | ||
update(options: {}, callback: Callback<any>): void; | ||
update(callback: Callback<any>): void; | ||
update(options?: {}): Promise<any>; | ||
remove(options: {}, callback: Callback<any>): void; | ||
remove(callback: Callback<any>): void; | ||
remove(options?: {}): Promise<any>; | ||
modem: any; | ||
@@ -175,0 +183,0 @@ id?: string; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bfa4c270c4cb096a9bd4ddfe43e56ec2b26181fc7c39483735884ed5bc90e684", | ||
"typesPublisherContentHash": "6f4fabc6d25e8c11f6ccfcdf5fae6772f5e2bb6b4c61687692259fa112fa54f1", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 27 Jun 2017 13:51:11 GMT | ||
* Last updated: Wed, 28 Jun 2017 15:40:48 GMT | ||
* Dependencies: stream, events, 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
30177
807