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.2.4 to 1.3.0

4

lib/StepBase.js

@@ -84,2 +84,6 @@ 'use strict';

// If this is set to true, the step will executed even if the testcase is already failed
// This is important for cleanup steps, for Example.
this.runOnError = opts.runOnError ? opts.runOnError : false;
// Allows to define how many parallel exection are possible on a per step basis.

@@ -86,0 +90,0 @@ // This value is normaly defined in the runner, but when given here it will overwrite

22

package.json
{
"name": "@bitdiver/model",
"version": "1.2.4",
"version": "1.3.0",
"description": "",

@@ -37,26 +37,26 @@ "main": "lib/index.js",

"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.4",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-jest": "23.4.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",
"babel-register": "6.26.0",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.0.0",
"eslint": "5.2.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-babel": "5.1.0",
"jest": "22.4.3",
"jest-cli": "22.4.4",
"jest": "23.4.1",
"jest-cli": "23.4.1",
"jest-environment-node-debug": "2.0.0",
"prettier": "1.12.0",
"prettier": "1.13.7",
"regenerator-runtime": "0.12.0",
"semantic-release": "15.1.5"
"semantic-release": "15.8.1"
},
"dependencies": {
"jsonfile": "4.0.0",
"uuid": "3.3.0"
"uuid": "3.3.2"
}
}
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