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

express-session

Package Overview
Dependencies
Maintainers
1
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.0.0 to 1.0.1

42

package.json
{
"name": "express-session",
"version": "1.0.0",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "./index.js",
"dependencies": {
"utils-merge": "1.0.0"
},
"devDependencies": {
"mocha": "~1.17.0",
"connect": "2.13.0",
"supertest": "0.9.0",
"should": "3.1.2",
"cookie-signature": "1.0.3",
"cookie-parser": "1.0.0"
},
"scripts": {
"test": "mocha --bail --ui bdd --reporter list -- test/*.js"
},
"license": "MIT"
"name": "express-session",
"version": "1.0.1",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "./index.js",
"dependencies": {
"utils-merge": "1.0.0",
"cookie": "0.1.0",
"uid2": "0.0.3",
"buffer-crc32": "0.2.1",
"debug": "0.7.4"
},
"devDependencies": {
"mocha": "~1.17.0",
"connect": "2.13.0",
"supertest": "0.9.0",
"should": "3.1.2",
"cookie-signature": "1.0.3",
"cookie-parser": "1.0.0"
},
"scripts": {
"test": "mocha --bail --ui bdd --reporter list -- test/*.js"
},
"license": "MIT"
}
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