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.0.6 to 0.0.7

54

package.json
{
"name": "@tinyhttp/cookie",
"version": "0.0.6",
"description": "HTTP cookie parser and serializer for Node.js",
"homepage": "https://github.com/talentlessguy/tinyhttp",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/talentlessguy/tinyhttp.git",
"directory": "packages/cookie"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"keywords": [
"tinyhttp",
"node.js",
"web framework",
"web",
"backend",
"static",
"cookie"
],
"author": "v1rtl",
"license": "MIT"
"name": "@tinyhttp/cookie",
"version": "0.0.7",
"description": "HTTP cookie parser and serializer for Node.js",
"homepage": "https://github.com/talentlessguy/tinyhttp",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/talentlessguy/tinyhttp.git",
"directory": "packages/cookie"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"keywords": [
"tinyhttp",
"node.js",
"web framework",
"web",
"backend",
"cookie"
],
"author": "v1rtl",
"license": "MIT"
}

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

```sh
npm install @tinyhttp/cookie
pnpm i @tinyhttp/cookie
```

@@ -13,0 +13,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