Socket
Socket
Sign inDemoInstall

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.4.1 to 2.4.2

2

lib/network.js

@@ -73,3 +73,3 @@ var util = require('./util');

return new this.modem.Promise(function(resolve, reject) {
this.modem.dial(optsf, function(err, data) {
self.modem.dial(optsf, function(err, data) {
if (err) {

@@ -76,0 +76,0 @@ return reject(err);

{
"name": "dockerode",
"description": "Docker Remote API module.",
"version": "2.4.1",
"version": "2.4.2",
"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