Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/dockerode

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dockerode - npm Package Compare versions

Comparing version 2.5.20 to 2.5.21

5

dockerode/index.d.ts

@@ -767,2 +767,7 @@ // Type definitions for dockerode 2.5

};
RootFS: {
Type: string;
Layers?: string[];
BaseLayer?: string;
};
}

@@ -769,0 +774,0 @@

8

dockerode/package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc