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

@sapphirecode/dcm

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphirecode/dcm - npm Package Compare versions

Comparing version 1.2.12 to 1.2.13

3

dist/lib/commands.js

@@ -183,3 +183,2 @@ "use strict";

task_list = new tasks_1.TaskListVertical;
task_list.clear_completed = true;
debug_1.default.log = task_list.log.bind(task_list);

@@ -227,2 +226,4 @@ threads = [];

started.push(service.name);
log("".concat(service.name, " started"));
log("Started: ".concat(started.length, "/").concat(store.services.length, ", remaining: ").concat(queue.length));
return [3 /*break*/, 1];

@@ -229,0 +230,0 @@ case 7:

@@ -118,3 +118,2 @@ /* eslint-disable require-unicode-regexp, max-depth */

const task_list = new TaskListVertical;
task_list.clear_completed = true;
debug.log = task_list.log.bind (task_list);

@@ -150,2 +149,5 @@

started.push (service.name);
log (`${service.name} started`);
log (`Started: ${started.length}/${store.services.length
}, remaining: ${queue.length}`);
}

@@ -152,0 +154,0 @@ res ();

{
"name": "@sapphirecode/dcm",
"version": "1.2.12",
"version": "1.2.13",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Managing docker compose configurations, volumes and networks",

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