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

devlab

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devlab - npm Package Compare versions

Comparing version 3.3.4 to 3.3.5

4

package.json
{
"name": "devlab",
"version": "3.3.4",
"version": "3.3.5",
"description": "Node utility for running containerized tasks",

@@ -61,2 +61,3 @@ "keywords": [

"chalk": "^1.1.1",
"halcyon": "^0.19.1",
"js-yaml": "^3.4.2",

@@ -66,3 +67,2 @@ "log-symbols": "^1.0.2",

"ora": "^0.3.0",
"redash": "^0.18.0",
"shortid": "^2.2.6"

@@ -69,0 +69,0 @@ },

'use strict'
const _ = require('redash')
const _ = require('halcyon')
const min = require('minimist')

@@ -5,0 +5,0 @@ const pkg = require('../package.json')

'use strict'
const _ = require('redash')
const _ = require('halcyon')

@@ -5,0 +5,0 @@ const command = {

'use strict'
const _ = require('redash')
const _ = require('halcyon')
const Promise = require('bluebird')

@@ -5,0 +5,0 @@ const fs = require('fs')

'use strict'
const _ = require('redash')
const _ = require('halcyon')
const command = require('./command')

@@ -31,10 +31,6 @@ const proc = require('./proc')

_.groupBy(_.identity),
_.mapValues(_.length)
_.map(_.length)
])(svcs)
// Add service to list if disabled by all running tasks
services.disabled = _.pipe([
_.toPairs,
_.filter(([key, count]) => _.equals(count, objs.length)),
_.map(_.head)
])(counts)
services.disabled = _.keys(_.filter(_.equals(objs.length), counts))
if (!services.disabled.length) return cfg

@@ -41,0 +37,0 @@ // Keep service if name is not in disabled list

'use strict'
const _ = require('redash')
const _ = require('halcyon')
const proc = require('./proc')

@@ -5,0 +5,0 @@ const output = require('./output')

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