Socket
Socket
Sign inDemoInstall

@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.0 to 2.5.1

3

dockerode/index.d.ts

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

// Ray Fang <https://github.com/lazarusx>
// Marius Meisenzahl <https://github.com/meisenzahl>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -448,2 +449,3 @@ // TypeScript Version: 2.2

interface HostConfig {
AutoRemove: boolean;
Binds: string[];

@@ -598,2 +600,3 @@ ContainerIDFile: string;

HostConfig?: {
AutoRemove?: boolean;
Binds?: string[];

@@ -600,0 +603,0 @@ Links?: string[];

9

dockerode/package.json
{
"name": "@types/dockerode",
"version": "2.5.0",
"version": "2.5.1",
"description": "TypeScript definitions for dockerode",

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "lazarusx"
},
{
"name": "Marius Meisenzahl",
"url": "https://github.com/meisenzahl",
"githubUsername": "meisenzahl"
}

@@ -38,4 +43,4 @@ ],

},
"typesPublisherContentHash": "a8391e707721d3a9fef4e83ed0de7ce403cf6961a8e0ca1fb5ffd3ee4a0fd33d",
"typesPublisherContentHash": "9b79caafa71ae9d2cf8c49f01221b3a202c3292699ed07f3ef9ebe5803e011ec",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 11 Sep 2017 15:18:39 GMT
* Last updated: Tue, 03 Oct 2017 13:52:12 GMT
* Dependencies: stream, events, node

@@ -17,2 +17,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>.
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>.

Sorry, the diff of this file is not supported yet

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