Socket
Socket
Sign inDemoInstall

flowstate

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

5

lib/middleware/resume.js

@@ -33,2 +33,3 @@ var SessionStore = require('../stores/session');

var yieldState = state;
store.load(req, state.prev, function(err, state) {

@@ -39,2 +40,6 @@ if (err) { return next(err); }

req.state = state;
// Expose the state that is yeilding control back to the previous state.
// When the previous state is resumed, it can use this context to inform
// its behavior.
req.yieldState = yieldState;

@@ -41,0 +46,0 @@ var name = req.state.name;

2

package.json
{
"name": "flowstate",
"version": "0.1.2",
"version": "0.1.3",
"description": "Stateful, transactional flows using page-based navigation.",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc