Comparing version 1.2.0 to 1.2.1
@@ -52,3 +52,3 @@ 'use strict' | ||
return new Promise((resolve, reject) => { | ||
if (data.action) { | ||
if (data && data.action) { | ||
this.validateTransition(data.action).then((transition) => { | ||
@@ -55,0 +55,0 @@ this.searchNextState(transition.to).then((v) => { |
{ | ||
"name": "flowx", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -10,3 +10,6 @@ "main": "index.js", | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": { | ||
"bluebird": "^3.4.7" | ||
} | ||
} |
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
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
5554
1
+ Addedbluebird@^3.4.7
+ Addedbluebird@3.7.2(transitive)