Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dockerode

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerode - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

4

lib/docker.js

@@ -23,4 +23,6 @@ var EventEmitter = require('events').EventEmitter,

if (!(this instanceof Docker)) return new Docker(opts);
this.modem = new Modem(opts);
this.modem.Promise = opts.Promise || global.Promise;
this.modem.Promise = opts && opts.Promise || global.Promise;
};

@@ -27,0 +29,0 @@

{
"name": "dockerode",
"description": "Docker Remote API module.",
"version": "2.3.3",
"version": "2.3.4",
"author": "Pedro Dias <petermdias@gmail.com>",

@@ -6,0 +6,0 @@ "maintainers": [

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