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

dockerode-compose

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerode-compose - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

lib/volumes.js

@@ -36,3 +36,3 @@ async function down(docker, projectName, recipe, output) {

if (volume.name !== undefined) {
opts.Name = volumeName;
opts.Name = volume.name;
}

@@ -39,0 +39,0 @@ volumes.push(await docker.createVolume(opts));

{
"name": "dockerode-compose",
"version": "1.3.2",
"version": "1.3.3",
"description": "docker-compose in nodejs using dockerode",

@@ -5,0 +5,0 @@ "main": "./compose.js",

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