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

flowx

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowx - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

index.js

@@ -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"
}
}
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