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

simple-cookie

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-cookie - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json
{
"name": "simple-cookie",
"version": "1.0.10",
"version": "1.0.11",
"description": "Simple cookie parser & serializer",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -35,7 +35,7 @@ # simple-cookie

**expires** `DateString | Number | Date` (optional) : expire date (default type is Date)
**expires** `DateString | Number | Date` (optional) : expire date (default type is Date), value will be use as a parameter in `new Date`. e.g. `new Date(yourDateString)`.
**path** `String` (optional) : cookie path, defaults to `/`
**domain** `String` (optional) : cookie domain
**domain** `String` (optional) : cookie domain

@@ -63,3 +63,3 @@ **httponly** `Boolean` (optional) : defaults to `false`

]);
// cookie1=cvalue1; cookie2=cvalue2; cookie3=cvalue3
// cookie1=cvalue1; cookie2=cvalue2; cookie3=cvalue3
```

@@ -66,0 +66,0 @@

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