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

bootme

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootme - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

9

lib/state.js

@@ -85,2 +85,11 @@ 'use strict'

this.queue.add(async child => {
if (this.pipeline.errored) {
debug(
'Task <%s:%s> cancel next Job due to (Job) error',
this.task.constructor.name,
this.task.name
)
return
}
try {

@@ -87,0 +96,0 @@ await fn(new State(child, this.task, this.pipeline))

2

package.json
{
"name": "bootme",
"version": "0.0.23",
"version": "0.0.24",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.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