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

docker-activator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-activator - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

containers.js

@@ -124,2 +124,6 @@ var Docker = require('dockerode'),

function exec(containerName, command, callback) {
if (command === '') {
callback(null);
return;
}
docker.getContainer(containerName).exec({ Cmd: [ 'sh', command ] }, function(err, exec) {

@@ -126,0 +130,0 @@ exec.start(function(err, stream) {

@@ -22,2 +22,3 @@ var containers = require('./containers'),

containers.stop(data.containerName, preShutdownCommand, callback);
lru.remove(data.containerName);
}

@@ -24,0 +25,0 @@ }

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {

@@ -10,0 +10,0 @@ "dockerode": "*"

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