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

worksmith

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

TUTORIAL.md

3

index.js

@@ -1,2 +0,2 @@

var debug = require( 'debug')('workflow:common')
var debug = require('debug')('workflow:common')
var _ = require('lodash')

@@ -97,2 +97,3 @@ var path = require('path')

if (err) {
debug("error in workflow %s, error is %", workflowDefinition.task, err.message || err)
if (!err.supressMessage) {

@@ -99,0 +100,0 @@ console.error("Error in WF <%s>, error is:<%s> ", workflowDefinition.task, err.message || err)

{
"name": "worksmith",
"version": "0.0.10",
"version": "0.0.11",
"description": "A purely functional workflow engine ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,2 +7,3 @@ # worksmith

## [Step by step tutorial](https://github.com/guidesmiths/worksmith/blob/master/TUTORIAL.md)

@@ -9,0 +10,0 @@ ## Highlights

Sorry, the diff of this file is not supported yet

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