@types/dockerode
Advanced tools
Comparing version 2.5.20 to 2.5.21
@@ -767,2 +767,7 @@ // Type definitions for dockerode 2.5 | ||
}; | ||
RootFS: { | ||
Type: string; | ||
Layers?: string[]; | ||
BaseLayer?: string; | ||
}; | ||
} | ||
@@ -769,0 +774,0 @@ |
{ | ||
"name": "@types/dockerode", | ||
"version": "2.5.20", | ||
"version": "2.5.21", | ||
"description": "TypeScript definitions for dockerode", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -60,4 +60,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "9ae5c903174a9bff9379b73e025d58d426f326af8c322fb3042d70be68dbf13f", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "56b8c7b463dabc64392cf390e8b01f3bec946cdd01d38a9d0111ccde76890e3c", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dockerode | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dockerode. | ||
Additional Details | ||
* Last updated: Mon, 01 Jul 2019 17:24:01 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Fri, 06 Dec 2019 05:46:02 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* 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>, and 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
38984
1107