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

worksmith

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worksmith - npm Package Compare versions

Comparing version 0.2.10 to 1.0.0

4

index.js

@@ -69,3 +69,3 @@ var debug = require('debug')('workflow:common')

configure: function(options) {
_.extend(settings, options);
_.assignIn(settings, options);
},

@@ -310,4 +310,4 @@

_.extend(wfLoader, workflow);
_.assignIn(wfLoader, workflow);
module.exports = wfLoader;
{
"name": "worksmith",
"version": "0.2.10",
"version": "1.0.0",
"description": "A purely functional workflow engine ",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha --exit"
},

@@ -27,4 +27,4 @@ "repository": {

"debug": "^2.1.3",
"handlebars": "^3.0.2",
"lodash": "^3.7.0",
"handlebars": "^4.1.0",
"lodash": "^4.17.11",
"pg": "^4.3.0",

@@ -34,5 +34,5 @@ "xregexp": "^2.0.0"

"devDependencies": {
"mocha": "^2.2.5",
"require-version": "^1.1.0"
"mocha": "^5.2.0",
"require-version": "^1.1.1"
}
}

@@ -10,3 +10,3 @@ var _ = require('lodash')

var content = require(jsonPath)
content = _.extend({}, content)
content = _.assignIn({}, content)
done(null, content)

@@ -13,0 +13,0 @@ }

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