@types/dockerode
Advanced tools
Comparing version 2.5.19 to 2.5.20
@@ -354,2 +354,12 @@ // Type definitions for dockerode 2.5 | ||
}; | ||
Mounts: Array<{ | ||
Name?: string; | ||
Type: string; | ||
Source: string; | ||
Destination: string; | ||
Driver?: string; | ||
Mode: string; | ||
RW: boolean; | ||
Propagation: string; | ||
}>; | ||
} | ||
@@ -468,2 +478,3 @@ | ||
Mounts: Array<{ | ||
Name?: string; | ||
Source: string; | ||
@@ -470,0 +481,0 @@ Destination: string; |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.19", | ||
"version": "2.5.20", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "249481754b6b159ffd6dfd323b38108694599cb0e7c7a6cdd7a617ba194ecd5e", | ||
"typesPublisherContentHash": "9ae5c903174a9bff9379b73e025d58d426f326af8c322fb3042d70be68dbf13f", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for dockerode ( https://github.com/apocas/dockerode ). | ||
This package contains type definitions for dockerode (https://github.com/apocas/dockerode). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 11 Jun 2019 20:37:31 GMT | ||
* Last updated: Mon, 01 Jul 2019 17:24:01 GMT | ||
* Dependencies: @types/node | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Carl Winkler <https://github.com/seikho>, Nicolas Laplante <https://github.com/nlaplante>, ByeongHun Yoo <https://github.com/isac322>, Ray Fang <https://github.com/lazarusx>, Marius Meisenzahl <https://github.com/meisenzahl>, Rob Moran <https://github.com/thegecko>, Cameron Diver <https://github.com/CameronDiver>, Pascal Sthamer <https://github.com/p4sca1>. | ||
These definitions were written by Carl Winkler <https://github.com/seikho>, Nicolas Laplante <https://github.com/nlaplante>, ByeongHun Yoo <https://github.com/isac322>, Ray Fang <https://github.com/lazarusx>, Marius Meisenzahl <https://github.com/meisenzahl>, Rob Moran <https://github.com/thegecko>, Cameron Diver <https://github.com/CameronDiver>, and Pascal Sthamer <https://github.com/p4sca1>. |
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
38841
1102