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

@sapphirecode/dcm

Package Overview
Dependencies
Maintainers
1
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.3 to 1.2.4

4

dist/lib/commands.js

@@ -127,4 +127,6 @@ "use strict";

service = services[index];
if (service.passive && !include_passive)
if (service.passive && !include_passive) {
services.splice(index, 1);
continue;
}
waiting_for = service.depends_on.filter(function (dep) {

@@ -131,0 +133,0 @@ var active = queue.filter(function (s) { return s.name === dep; }).length;

@@ -49,6 +49,7 @@ import path from 'path';

const service = services[index];
if (service.passive && !include_passive)
if (service.passive && !include_passive) {
services.splice (index, 1);
continue;
}
const waiting_for = service.depends_on.filter ((dep) => {

@@ -55,0 +56,0 @@ const active = queue.filter ((s) => s.name === dep).length;

{
"name": "@sapphirecode/dcm",
"version": "1.2.3",
"version": "1.2.4",
"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