Comparing version 0.2.0 to 0.2.1
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
19331
0
193
1