@tinyhttp/cookie
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13897