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

reflow

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflow - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -33,3 +33,3 @@ var async = require("async");

if(!conditionsOk) return callback(conditionErrors);
return set(obj, targetState, function(err) {
return set(obj, targetState, function(err, obj) {
if(err) return callback(err);

@@ -36,0 +36,0 @@ //Run any trigger functions now state is set

{
"name": "reflow",
"version": "0.0.5",
"version": "0.0.6",
"description": "Simple to use workflow/transitions helper.",

@@ -5,0 +5,0 @@ "keywords" : ["workflow", "workflows"],

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