issues
search
jshttp
/
cookie
HTTP server cookie parsing and serialization
MIT License
1.36k
stars
159
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add stringify method to mirror parse
#214
blakeembrey
opened
1 day ago
4
fix(docs): add disclaimer about parsing set-cookie
#213
wesleytodd
opened
2 days ago
0
Incorrect parsing of cookies
#212
bytesnz
closed
2 days ago
4
Go ESM-only
#211
balazsorban44
opened
6 days ago
3
Loosen cookie name/value validation
#210
blakeembrey
closed
1 day ago
1
Fix codecov workflow in PRs
#209
blakeembrey
closed
6 days ago
0
add specific error messages, error codes, to serialize validation
#208
jonchurch
opened
1 week ago
2
fix: options.priority ternary in serialize validation
#207
jonchurch
closed
6 days ago
3
What's the purpose of the `options.sameSite` branch of ternary in serialize?
#206
jonchurch
closed
6 days ago
2
Option to return to old cookie validation regex
#205
sgewirtz1
closed
6 days ago
1
Serialization causes http-500
#204
Nils-Schiwek
closed
2 weeks ago
2
Can't use as ES Module in Babel project in cookie==1.0.1
#203
SeanHayes
closed
3 weeks ago
1
update
#202
nichoth
closed
4 weeks ago
0
Use correct units for maxAge option
#201
erikmusd
closed
1 month ago
9
cookie.parse ignores HttpOnly; Secure;
#200
gerhardcit
opened
1 month ago
5
import cookie from 'cookie' resolve as undefined, missing default export
#198
alexandre-combemorel
closed
1 month ago
2
Default export missing
#197
fabb
closed
1 month ago
3
Issue parsing a cookie in v. 1.0.1
#196
magalnick
closed
1 month ago
2
Cannot read properties of undefined (reading 'parse')
#195
nk18chi
closed
1 month ago
2
fix: case sensitive header options
#194
TorstenDittmann
closed
1 month ago
0
bug: regression with cookie header case sensivity
#193
TorstenDittmann
closed
1 month ago
1
Issue with Cookie Value in Latest Update (v1.0.0) – Request for Fix
#192
bderen
closed
1 month ago
1
Option to bypass validation during cookie serialization
#191
rosssteytler
closed
1 day ago
14
Update imports example in README.md
#190
isnifer
closed
1 month ago
1
sameSite "Lax" doesn't work any more
#189
ktdd
closed
1 month ago
2
v1 can't parse this cookie header
#188
cattermo
closed
1 month ago
4
fix benchmarks
#187
Uzlopak
closed
1 month ago
1
Update README options
#186
blakeembrey
closed
1 month ago
1
Use shields for badges
#185
blakeembrey
closed
1 month ago
1
CVE-2024-47764
#184
fsmeier
closed
1 month ago
1
remove hasOwnProperty call
#183
gurgunday
closed
1 month ago
6
Update top sites cookies
#182
blakeembrey
closed
1 month ago
1
Use URLSearchParams for cookies
#181
blakeembrey
opened
1 month ago
5
Remove quote parsing from package
#180
blakeembrey
closed
1 month ago
3
Shift try/catch to decode
#179
blakeembrey
closed
1 month ago
2
Enable codecov
#178
blakeembrey
closed
1 month ago
1
Fix object assignment of `hasOwnProperty`
#177
blakeembrey
closed
1 month ago
0
Change `obj.hasOwnProperty` to `Object.hasOwn` or `Object.prototype.hasOwnPerperty.call`
#176
rktyt
closed
1 month ago
1
Use modern JS features, ship TS defs
#175
blakeembrey
closed
1 month ago
1
Allow leading dot for domain
#174
blakeembrey
closed
1 month ago
0
0.7.0 no longer supports `.localhost` domain value
#173
EvHaus
closed
1 month ago
7
Remove more code and perf wins
#172
blakeembrey
closed
1 month ago
0
test(serialize): additional tests for name, domain and path RFC validations
#171
hdtmccallie
closed
1 month ago
0
Iterate whitespace for perf
#170
blakeembrey
closed
1 month ago
2
fix(serialize): added regex validation for cookie name
#169
hdtmccallie
closed
1 month ago
5
maxAge is ignored
#168
Rashe
closed
1 month ago
1
fix: narrow the validation of cookies to match RFC6265
#167
bewinsnw
closed
1 month ago
4
Fix exports for some bundlers
#166
proudparrot2
closed
1 month ago
1
incorrect validation regexes in serialize
#165
bewinsnw
closed
4 months ago
4
HttpOnly is ignored by the parse function
#164
mwanago
closed
4 months ago
7
Next