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

@tinyhttp/cookie

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/cookie - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md
# @tinyhttp/cookie
## 1.0.1
### Patch Changes
- Remove license notes from readmes, add readme for type-is
## 1.0.0

@@ -4,0 +10,0 @@

2

dist/index.js

@@ -27,3 +27,3 @@ const pairSplitRegExp = /; */;

function parse(str, options = {
decode: decodeURIComponent,
decode: decodeURIComponent
}) {

@@ -30,0 +30,0 @@ const obj = {};

{
"name": "@tinyhttp/cookie",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "HTTP cookie parser and serializer for Node.js",

@@ -153,3 +153,3 @@ # @tinyhttp/cookie

httpOnly: true,
maxAge: 60 * 60 * 24 * 7, // 1 week
maxAge: 60 * 60 * 24 * 7 // 1 week
})

@@ -183,5 +183,1 @@ )

```
## License
MIT © [v1rtl](https://v1rtl.site)

@@ -34,3 +34,3 @@ const pairSplitRegExp = /; */

} = {
decode: decodeURIComponent,
decode: decodeURIComponent
}

@@ -37,0 +37,0 @@ ) {

Sorry, the diff of this file is not supported yet

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