Socket
Socket
Sign inDemoInstall

express-flash-notification

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-flash-notification - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

12

index.js

@@ -128,2 +128,3 @@ /**

var resultHTML = []
async.each(

@@ -241,3 +242,12 @@ req.session[SESSION_NAME],

*/
render(req, res, next)
if (req.__flash_flip)
{
req.__flash_flip = false
render(req, res, next)
}
else
{
req.__flash_flip = true
next()
}
}

@@ -244,0 +254,0 @@ return FlashMiddleware

2

package.json
{
"name": "express-flash-notification",
"version": "0.3.0",
"version": "0.3.1",
"description": "Express.js flash notifications that works with any template engine",

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

Sorry, the diff of this file is not supported yet

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