Socket
Socket
Sign inDemoInstall

cookie-parser

Package Overview
Dependencies
2
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

6

HISTORY.md

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

1.4.1 / 2016-01-11
==================
* deps: cookie@0.2.3
* perf: enable strict mode
1.4.0 / 2015-09-18

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

2

index.js

@@ -8,2 +8,4 @@ /*!

'use strict';
/**

@@ -10,0 +12,0 @@ * Module dependencies.

8

package.json
{
"name": "cookie-parser",
"description": "cookie parsing with signatures",
"version": "1.4.0",
"version": "1.4.1",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",

@@ -16,8 +16,8 @@ "contributors": [

"dependencies": {
"cookie": "0.2.2",
"cookie": "0.2.3",
"cookie-signature": "1.0.6"
},
"devDependencies": {
"istanbul": "0.3.20",
"mocha": "2.2.5",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"

@@ -24,0 +24,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc