@types/dockerode
Advanced tools
Comparing version 2.5.23 to 2.5.24
@@ -454,2 +454,12 @@ // Type definitions for dockerode 2.5 | ||
FinishedAt: string; | ||
Health?: { | ||
Status: string; | ||
FailingStreak: number; | ||
Log: Array<{ | ||
Start: string; | ||
End: string; | ||
ExitCode: number; | ||
Output: string; | ||
}>; | ||
}; | ||
}; | ||
@@ -456,0 +466,0 @@ Image: string; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.23", | ||
"version": "2.5.24", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "875326400ff156cad2941f4da4e170290c02fd7756f5bc117998ea57c4afd74c", | ||
"typesPublisherContentHash": "f56f44aad3f3bf132c5a9ab00d159743cf0697c5e67f54a82d883cfb3d8a79ef", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 18 Feb 2020 18:06:40 GMT | ||
* Last updated: Tue, 25 Feb 2020 19:08:56 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/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
39380
1123