@tinyhttp/cookie
Advanced tools
Comparing version 0.1.19 to 0.1.20
# @tinyhttp/cookie | ||
## 0.1.20 | ||
### Patch Changes | ||
- Fix minor issues in the router | ||
## 0.1.19 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@tinyhttp/cookie", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"type": "module", | ||
@@ -37,5 +37,4 @@ "description": "HTTP cookie parser and serializer for Node.js", | ||
"scripts": { | ||
"build": "rollup -c ../../build/defaultConfig.js", | ||
"prepublishOnly": "pnpm build" | ||
"build": "rollup -c ../../build/defaultConfig.js" | ||
} | ||
} |
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
20751