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.31 to 2.5.32

4

dockerode/index.d.ts

@@ -434,4 +434,4 @@ // Type definitions for dockerode 2.5

Driver: string;
Config?: { [key: string]: string };
Options?: Array<{ [key: string]: string }>;
Config?: Array<{[key: string]: string }>;
Options?: { [key: string]: string };
}

@@ -438,0 +438,0 @@ /* tslint:enable:interface-name */

{
"name": "@types/dockerode",
"version": "2.5.31",
"version": "2.5.32",
"description": "TypeScript definitions for dockerode",

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

},
"typesPublisherContentHash": "24c7844a9e4b2cd0264dcb5415f4971e0a5fde80e62e763867681ecd4921ee77",
"typesPublisherContentHash": "34dd614df9f674a78714ee9b7ea806ebde0450d268c26c048d2759ea327ff570",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Mon, 01 Jun 2020 22:10:39 GMT
* Last updated: Fri, 12 Jun 2020 18:35:25 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

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