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

cookie-parser

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-parser - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

HISTORY.md

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

1.3.5 / 2015-05-19
==================
* deps: cookie@0.1.3
- Slight optimizations
1.3.4 / 2015-02-15

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

12

package.json
{
"name": "cookie-parser",
"description": "cookie parsing with signatures",
"version": "1.3.4",
"version": "1.3.5",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"licenses": "MIT",
"license": "MIT",
"repository": "expressjs/cookie-parser",

@@ -13,9 +13,9 @@ "keywords": [

"dependencies": {
"cookie": "0.1.2",
"cookie": "0.1.3",
"cookie-signature": "1.0.6"
},
"devDependencies": {
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"supertest": "0.15.0"
"istanbul": "0.3.9",
"mocha": "2.2.5",
"supertest": "1.0.1"
},

@@ -22,0 +22,0 @@ "files": [

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