Socket
Socket
Sign inDemoInstall

cookie-store

Package Overview
Dependencies
5
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "cookie-store",
"version": "1.0.2",
"description": "An RFC-6265 cookie store to implement the mechanism of HTTP cookie and Set-Cookie header fields as a browser do.",
"version": "1.0.3",
"description": "An RFC-6265 cookie store to implement the mechanism of HTTP cookie and Set-Cookie header fields as a browser does.",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "src/index.js",

@@ -18,3 +18,3 @@ [![Build Status](https://travis-ci.org/kaelzhang/node-cookie-store.svg?branch=master)](https://travis-ci.org/kaelzhang/node-cookie-store)

An cookie store that fully complies to [RFC-6265](https://tools.ietf.org/html/rfc6265) and implements the mechanism of HTTP cookie and Set-Cookie header fields as a browser do.
An [RFC-6265](https://tools.ietf.org/html/rfc6265) cookie store to implement the mechanism of HTTP cookie and Set-Cookie header fields as a browser does.

@@ -25,4 +25,2 @@ - A central store for different domains and paths

## Install

@@ -96,3 +94,3 @@

- **name** `String` cookie name
- **name** `String`

@@ -99,0 +97,0 @@ Searches and returns the most matching cookie according to the sorting rule: [https://tools.ietf.org/html/rfc6265#section-5.4](https://tools.ietf.org/html/rfc6265#section-5.4)

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