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.19 to 2.5.20

11

dockerode/index.d.ts

@@ -354,2 +354,12 @@ // Type definitions for dockerode 2.5

};
Mounts: Array<{
Name?: string;
Type: string;
Source: string;
Destination: string;
Driver?: string;
Mode: string;
RW: boolean;
Propagation: string;
}>;
}

@@ -468,2 +478,3 @@

Mounts: Array<{
Name?: string;
Source: string;

@@ -470,0 +481,0 @@ Destination: string;

4

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

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

},
"typesPublisherContentHash": "249481754b6b159ffd6dfd323b38108694599cb0e7c7a6cdd7a617ba194ecd5e",
"typesPublisherContentHash": "9ae5c903174a9bff9379b73e025d58d426f326af8c322fb3042d70be68dbf13f",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for dockerode ( https://github.com/apocas/dockerode ).
This package contains type definitions for dockerode (https://github.com/apocas/dockerode).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 11 Jun 2019 20:37:31 GMT
* Last updated: Mon, 01 Jul 2019 17:24:01 GMT
* Dependencies: @types/node

@@ -18,2 +18,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>, Marius Meisenzahl <https://github.com/meisenzahl>, Rob Moran <https://github.com/thegecko>, Cameron Diver <https://github.com/CameronDiver>, 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