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

express-session

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-session - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

6

History.md

@@ -0,1 +1,7 @@

1.5.2 / 2014-06-26
==================
* deps: cookie-signature@1.0.4
- fix for timing attacks
1.5.1 / 2014-06-21

@@ -2,0 +8,0 @@ ==================

8

package.json
{
"name": "express-session",
"version": "1.5.1",
"version": "1.5.2",
"description": "Simple session middleware for Express",

@@ -15,3 +15,3 @@ "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",

"cookie": "0.1.2",
"cookie-signature": "1.0.3",
"cookie-signature": "1.0.4",
"debug": "1.0.2",

@@ -24,4 +24,4 @@ "depd": "0.3.0",

"devDependencies": {
"cookie-parser": "1.1.0",
"istanbul": "0.2.10",
"cookie-parser": "1.3.2",
"istanbul": "0.2.12",
"express": "~4.4.0",

@@ -28,0 +28,0 @@ "mocha": "~1.20.1",

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