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

machina

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machina - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

lib/node/machina.js

18

package.json
{
"name" : "machina",
"description" : "A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior.",
"version" : "0.2.0",
"version" : "0.2.1",
"homepage" : "http://machina-js.org/",

@@ -10,7 +10,3 @@ "repository" : {

},
"author" : {
"name" : "Jim Cowart",
"email" : "jim@ifandelse.com",
"url" : "http://freshbrewedcode.com/jimcowart"
},
"author" : "Jim Cowart (http://freshbrewedcode.com/jimcowart)",
"contributors": [

@@ -26,6 +22,10 @@ {

"finite state machine",
"fsm",
"async",
"workflow",
"state",
"machina"
"machina",
"machina-js",
"machina.js",
"machinajs"
],

@@ -36,4 +36,4 @@ "bugs" : {

},
"directories" : { "lib" : "./" },
"main" : "./machina.js",
"directories" : { "lib" : "lib/node" },
"main" : "lib/node/machina.js",
"engines" : {

@@ -40,0 +40,0 @@ "node" : ">=0.4.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