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.3 to 1.3.4

14

lib/StepBase.js

@@ -24,4 +24,2 @@ 'use strict';

var _status = require('./status');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -116,16 +114,8 @@

run() {
if (this.type === STEP_TYPE_NORMAL && this.environmentTestcase.status < _status.STATUS_ERROR) {
// The run method should not be executed if the status >= Error
return this.doRun();
}
if (this.environmentRun.status < _status.STATUS_ERROR) {
return this.doRun();
}
return _promise2.default.resolve();
return this.doRun();
}
/**
*
* @return promise {promise} A promise to signal that the method is finished
* @deprecated This methode is not used any more. Take the run method direcktly
*/

@@ -132,0 +122,0 @@ doRun() {

2

package.json
{
"name": "@bitdiver/model",
"version": "1.3.3",
"version": "1.3.4",
"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