New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11 to 0.0.12

2

index.js

@@ -83,6 +83,6 @@ var debug = require('debug')('workflow:common')

}
initializeContext(context)
var decorated = wfInstance(context)
debug("preparing: %s", workflowDefinition.task)
initializeContext(context)

@@ -89,0 +89,0 @@ return function execute(done) {

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

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

@@ -98,3 +98,3 @@ # worksmith tutorial

`src/log.js`
`src/tasks/log.js`
```javascript

@@ -133,3 +133,3 @@ module.exports = function define(params) {

`src/log.js`
`src/tasks/log.js`
```javascript

@@ -136,0 +136,0 @@ module.exports = function define(params) {

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