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.20 to 0.0.21

5

lib/registry.js

@@ -71,4 +71,5 @@ 'use strict'

addTask(task) {
if (!(task instanceof Task)) {
throw new TypeError('The Task must be a Task instance')
console.log(task.constructor.name, task instanceof Task, typeof task)
if (typeof task !== 'object') {
throw new TypeError('The Task must be an Object instance')
}

@@ -75,0 +76,0 @@ const t = this.tasks.find(t => t.name === task.name)

2

package.json
{
"name": "bootme",
"version": "0.0.20",
"version": "0.0.21",
"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