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.4.6 to 2.5.0

15

dockerode/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for dockerode 2.4
// Type definitions for dockerode 2.5
// Project: https://github.com/apocas/dockerode

@@ -6,2 +6,3 @@ // Definitions by: Carl Winkler <https://github.com/seikho>

// ByeongHun Yoo <https://github.com/isac322>
// Ray Fang <https://github.com/lazarusx>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -659,2 +660,7 @@ // TypeScript Version: 2.2

interface KeyObject {
pem: string | Buffer;
passphrase?: string;
}
interface DockerOptions {

@@ -664,7 +670,8 @@ socketPath?: string;

port?: number | string;
ca?: string;
cert?: string;
key?: string;
ca?: string | string[] | Buffer | Buffer[];
cert?: string | string[] | Buffer | Buffer[];
key?: string | string[] | Buffer | Buffer[] | KeyObject[];
protocol?: "https" | "http";
timeout?: number;
version?: string;
Promise?: typeof Promise;

@@ -671,0 +678,0 @@ }

{
"name": "@types/dockerode",
"version": "2.4.6",
"version": "2.5.0",
"description": "TypeScript definitions for dockerode",

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

"githubUsername": "isac322"
},
{
"name": "Ray Fang",
"url": "https://github.com/lazarusx",
"githubUsername": "lazarusx"
}

@@ -33,4 +38,4 @@ ],

},
"typesPublisherContentHash": "b5e65964a33d8c811482d484521abc7a1adec5a1a0fbe8c890a601c39efb179b",
"typesPublisherContentHash": "a8391e707721d3a9fef4e83ed0de7ce403cf6961a8e0ca1fb5ffd3ee4a0fd33d",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT
* Last updated: Mon, 11 Sep 2017 15:18:39 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>.
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>.
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