Socket
Socket
Sign inDemoInstall

node-state

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

README.md

4

lib/nodestate.js

@@ -94,3 +94,5 @@ (function() {

}
return transition(this.current_data, callback);
return process.nextTick(function() {
return transition(_this.current_data, callback);
});
};

@@ -97,0 +99,0 @@

@@ -5,3 +5,3 @@ {

"description": "A finite state machine (FSM) implementation for node.js",
"version": "1.2.0",
"version": "1.2.1",
"main": "index",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/nrf110/node-state",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc