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.3.0 to 1.3.1

5

History.md

@@ -0,1 +1,6 @@

1.3.1 / 2014-06-17
==================
* actually export `signedCookie`
1.3.0 / 2014-06-17

@@ -2,0 +7,0 @@ ==================

1

index.js

@@ -58,2 +58,3 @@ /*!

exports.JSONCookies = parse.JSONCookies;
exports.signedCookie = parse.signedCookie;
exports.signedCookies = parse.signedCookies;

2

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

@@ -6,0 +6,0 @@ "licenses": "MIT",

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