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.7.1 to 3.8.0

5

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

@@ -71,3 +71,4 @@ "keywords": [

"os-tmpdir": "^1.0.2",
"shortid": "^2.2.6"
"shortid": "^2.2.6",
"update-notifier": "^2.1.0"
},

@@ -74,0 +75,0 @@ "standard": {

@@ -6,2 +6,4 @@ 'use strict'

const fs = Promise.promisifyAll(require('fs'))
const updateNotifier = require('update-notifier')
const args = require('./args')

@@ -12,2 +14,3 @@ const config = require('./config')

const proc = require('./proc')
const pkg = require('../package.json')
const output = require('./output')

@@ -21,2 +24,5 @@ const utils = require('./utils')

const instance = {
checkForUpdates: () => {
updateNotifier({ pkg }).notify()
},
/**

@@ -100,2 +106,3 @@ * @property {number} Timestamp of instance start

start: () => Promise.resolve()
.then(instance.checkForUpdates)
.then(instance.getConfig)

@@ -102,0 +109,0 @@ .then(cfg => {

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