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

@bitdiver/model

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitdiver/model - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/StepBase.js

@@ -86,3 +86,3 @@ 'use strict';

// This is important for cleanup steps, for Example.
this.runOnError = opts.runOnError ? opts.runOnError : false;
this.runOnError = opts.runOnError !== undefined ? opts.runOnError : false;

@@ -89,0 +89,0 @@ // Allows to define how many parallel exection are possible on a per step basis.

{
"name": "@bitdiver/model",
"version": "1.3.0",
"version": "1.3.1",
"description": "",

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