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.19 to 0.0.20

0

lib/pipeline.js

@@ -0,0 +0,0 @@ 'use strict'

2

lib/state.js

@@ -85,3 +85,3 @@ 'use strict'

debug(
'Task <%s:%s> execute rollback routines cause (Job) error',
'Task <%s:%s> execute rollback routines due to (Job) error',
this.task.constructor.name,

@@ -88,0 +88,0 @@ this.task.name

@@ -23,3 +23,3 @@ 'use strict'

if (typeof info !== 'string') {
if (info && typeof info !== 'string') {
throw new TypeError(`Info must be a string`)

@@ -74,7 +74,10 @@ }

error(
'Task <%s:%s> Invalid config schema',
this.constructor.name,
this.name
`Task <${this.constructor.name}:${this
.name}> Invalid config schema. Error: %O`,
result.error
)
throw result.error
throw new Error(
`Task <${this.constructor.name}:${this
.name}> has an innvalid config schema. ${result.error.message}`
)
} else if (result.value) {

@@ -81,0 +84,0 @@ this.config = result.value

{
"name": "bootme",
"version": "0.0.19",
"version": "0.0.20",
"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