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.9 to 2.0.0

9

lib/StepBase.js

@@ -115,11 +115,2 @@ "use strict";

/**
* @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
*/
doRun() {
return Promise.resolve();
}
/**
* This method will be called just after the run is finished

@@ -126,0 +117,0 @@ * This method will be called even if the run method has failed

32

package.json
{
"name": "@bitdiver/model",
"version": "1.3.9",
"version": "2.0.0",
"description": "",

@@ -38,29 +38,29 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/node": "7.2.2",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.3.4",
"@babel/register": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/register": "7.4.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.1.0",
"babel-jest": "24.7.1",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.14.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-babel": "5.3.0",
"jest": "24.1.0",
"jest-cli": "24.1.0",
"jest": "24.7.1",
"jest-cli": "24.7.1",
"jest-environment-node-debug": "2.0.0",
"prettier": "1.16.4",
"regenerator-runtime": "0.13.1",
"prettier": "1.17.0",
"regenerator-runtime": "0.13.2",
"semantic-release": "15.13.3"
},
"dependencies": {
"@babel/runtime": "7.3.4",
"@bitdiver/logadapter": "1.0.9",
"@babel/runtime": "7.4.3",
"@bitdiver/logadapter": "1.4.1",
"uuid": "3.3.2"
}
}

@@ -209,3 +209,2 @@ import {

await step.run()
await step.doRun()
await step.afterRun()

@@ -212,0 +211,0 @@ await step.end()

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