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.5.3 to 2.5.4

.travis.yml

2

lib/container.js

@@ -612,3 +612,3 @@ var extend = require('./util').extend,

var optsf = {
path: '/containers/' + this.id + '/restart',
path: '/containers/' + this.id + '/restart?',
method: 'POST',

@@ -615,0 +615,0 @@ statusCodes: {

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

@@ -23,5 +23,5 @@ "maintainers": [

"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"memorystream": "~0.2.0",
"chai": "~4.1.0",
"mocha": "~5.0.0",
"memorystream": "~0.3.0",
"bluebird": "^3.5.0"

@@ -31,3 +31,3 @@ },

"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec"
"test": "./node_modules/mocha/bin/mocha -R spec --exit"
},

@@ -34,0 +34,0 @@ "license": "Apache-2.0",

@@ -1,2 +0,2 @@

# dockerode
# dockerode [![Build Status](https://travis-ci.org/apocas/dockerode.svg?branch=master)](https://travis-ci.org/apocas/dockerode)

@@ -3,0 +3,0 @@ Not another Node.js Docker Remote API module.

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