@types/dockerode
Advanced tools
Comparing version 2.5.15 to 2.5.16
@@ -596,6 +596,3 @@ // Type definitions for dockerode 2.5 | ||
PortBindings?: any; | ||
RestartPolicy?: { | ||
Name: string; | ||
MaximumRetryCount: number; | ||
}; | ||
RestartPolicy?: RestartPolicy; | ||
VolumeDriver?: string; | ||
@@ -602,0 +599,0 @@ VolumesFrom?: any; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.15", | ||
"version": "2.5.16", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "fd8b79204bce07694150bff30caab0089bb54b5126d707982f1f30e24c453dd6", | ||
"typesPublisherContentHash": "afd40ea03aca0c099f427f03759433c16aef631968cf770752f1d6689bfb0e06", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 26 Apr 2019 19:38:25 GMT | ||
* Last updated: Mon, 29 Apr 2019 08:33:09 GMT | ||
* Dependencies: @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
37025
1040