@tinyhttp/cookie
Advanced tools
Comparing version 0.1.4 to 0.1.5
# @tinyhttp/cookie | ||
## 0.1.5 | ||
### Patch Changes | ||
- Add --compact flag | ||
## 0.1.4 | ||
@@ -4,0 +10,0 @@ |
@@ -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
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
19788
365