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

socket.io-express-session

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io-express-session - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "socket.io-express-session",
"version": "0.1.1",
"version": "0.1.2",
"description": "Use express-session as socket.io middleware.",

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

@@ -51,1 +51,3 @@ # [socket.io](http://socket.io/)-[express-session](https://github.com/expressjs/session)

```
**NOTE**: You should change the default MemoryStore session store. It is not designed for a production environment. If you do use the default store then you should pass the same session instance to express and io app (data are saved in memory).
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