tiny-cookie
tiny-cookie copied to clipboard
A tiny cookie manipulation plugin for the browser.
https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77
There is a CookieStore API spec: https://wicg.github.io/cookie-store/.
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Currently `remove` sets the cookie value to `'a'` which is confusing and means (among other things) calling `get` afterwards returns a value which isn't expected if you've just removed the...