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.1 to 0.3.2

13

index.js

@@ -241,12 +241,3 @@ /**

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

@@ -256,2 +247,2 @@ return FlashMiddleware

module.exports = Module
module.exports = Module

6

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

@@ -9,4 +9,4 @@ "main": "index.js",

},
"repository" : {
"type": "git",
"repository": {
"type": "git",
"url": "git://github.com/carlosascari/express-flash-notification.git"

@@ -13,0 +13,0 @@ },

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