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

flowx

Package Overview
Dependencies
Maintainers
2
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 5.1.0 to 6.0.0

10

lib/index.js

@@ -148,3 +148,3 @@ const _ = require('lodash')

}
return resolve(updatedInstance.currentState)
return resolve({state: updatedInstance.currentState, transition})
})

@@ -164,3 +164,3 @@ })

}
return resolve(updatedInstance.currentState)
return resolve({state: updatedInstance.currentState, transition})
})

@@ -170,3 +170,3 @@ }

this.goToDefault(updatedInstance).then((state) => {
return resolve(state)
return resolve({state, transition})
}).catch((err) => {

@@ -178,3 +178,3 @@ return reject(err)

this.goToDefault(updatedInstance).then((state) => {
return resolve(state)
return resolve({state, transition: {}})
}).catch((err) => {

@@ -185,3 +185,3 @@ return reject(err)

} else {
return resolve(updatedInstance.currentState)
return resolve({state: updatedInstance.currentState, transition: {}})
}

@@ -188,0 +188,0 @@ })

{
"name": "flowx",
"version": "5.1.0",
"version": "6.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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