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

@bitdiver/model

Package Overview
Dependencies
Maintainers
1
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.1 to 1.2.2

README.md

2

lib/LogAdapter.js

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

// default is not to write to console
this.writeConsole = true;
this.writeConsole = false;
}

@@ -31,0 +31,0 @@

@@ -80,2 +80,7 @@ 'use strict';

this.countAll = 0;
// Allows to define how many parallel exection are possible on a per step basis.
// This value is normaly defined in the runner, but when given here it will overwrite
// the runner if this value is less
this.maxParallelSteps = opts.maxParallelSteps;
}

@@ -82,0 +87,0 @@

{
"name": "@bitdiver/model",
"version": "1.2.1",
"version": "1.2.2",
"description": "",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"test_only": "jest",
"test": "npm run src_format && npm run src_lint && npm run build && jest -c jest.config.json",
"test": "npm run build && jest -c jest.config.json",
"debug": "npm run build && node --inspect-brk ./node_modules/.bin/jest -i --config=./jest.config.json",

@@ -40,3 +40,3 @@ "prepare": "npm run build"

"babel-eslint": "^8.0.2",
"babel-jest": "^21.2.0",
"babel-jest": "^22.2.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",

@@ -52,8 +52,8 @@ "babel-plugin-transform-runtime": "^6.23.0",

"eslint-plugin-babel": "^4.0.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest": "^22.3.0",
"jest-cli": "^22.3.0",
"jest-environment-node-debug": "^2.0.0",
"prettier": "^1.8.2",
"regenerator-runtime": "^0.11.0",
"semantic-release": "^12.4.1"
"semantic-release": "^15.0.0"
},

@@ -60,0 +60,0 @@ "dependencies": {

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