@types/dockerode
Advanced tools
Comparing version 2.5.31 to 2.5.32
@@ -434,4 +434,4 @@ // Type definitions for dockerode 2.5 | ||
Driver: string; | ||
Config?: { [key: string]: string }; | ||
Options?: Array<{ [key: string]: string }>; | ||
Config?: Array<{[key: string]: string }>; | ||
Options?: { [key: string]: string }; | ||
} | ||
@@ -438,0 +438,0 @@ /* tslint:enable:interface-name */ |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.31", | ||
"version": "2.5.32", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "24c7844a9e4b2cd0264dcb5415f4971e0a5fde80e62e763867681ecd4921ee77", | ||
"typesPublisherContentHash": "34dd614df9f674a78714ee9b7ea806ebde0450d268c26c048d2759ea327ff570", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 01 Jun 2020 22:10:39 GMT | ||
* Last updated: Fri, 12 Jun 2020 18:35:25 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
46094