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 0.1.4 to 0.1.5

6

CHANGELOG.md
# @tinyhttp/cookie
## 0.1.5
### Patch Changes
- Add --compact flag
## 0.1.4

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

4

dist/index.js

@@ -108,4 +108,2 @@ const pairSplitRegExp = /; */;

return str;
}
export { parse, serialize };
}export{parse,serialize};
{
"name": "@tinyhttp/cookie",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",

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

"scripts": {
"build": "rollup -c"
"build": "rollup -c --compact"
}
}

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