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.26 to 2.5.27

4

dockerode/index.d.ts

@@ -935,8 +935,10 @@ // Type definitions for dockerode 2.5

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

@@ -943,0 +945,0 @@ }

{
"name": "@types/dockerode",
"version": "2.5.26",
"version": "2.5.27",
"description": "TypeScript definitions for dockerode",

@@ -64,4 +64,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "51d782bbac49bdb7f5303c6b7cebba490d6382005feca58a231943f46545fbb8",
"typesPublisherContentHash": "949dfe357d38a8d04e3c8fe3a40e85102deef44d5719f1416f8e4378365dae15",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Mon, 23 Mar 2020 19:24:04 GMT
* Last updated: Sat, 11 Apr 2020 03:30:05 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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