@types/dockerode
Advanced tools
Comparing version 2.4.3 to 2.4.4
@@ -430,2 +430,11 @@ // Type definitions for dockerode 2.4 | ||
} | ||
}; | ||
Node?: { | ||
ID: string; | ||
IP: string; | ||
Addr: string; | ||
Name: string; | ||
Cpus: number; | ||
Memory: number; | ||
Labels: any; | ||
} | ||
@@ -432,0 +441,0 @@ }; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6f4fabc6d25e8c11f6ccfcdf5fae6772f5e2bb6b4c61687692259fa112fa54f1", | ||
"typesPublisherContentHash": "5eeb483337abd8fc1cd1125da84ea9ed4d9c8e506a2e3782abd84be210073ac5", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 28 Jun 2017 15:40:48 GMT | ||
* Last updated: Mon, 24 Jul 2017 18:25:51 GMT | ||
* Dependencies: stream, events, 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
816
29387