cookie-store
cookie-store copied to clipboard
A polyfill for the Cookie Store API
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.14 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ draft defines a [Monitoring Cookies](https://wicg.github.io/cookie-store/#intro-monitor) feature. It allows user to _"observe changes to cookies"_ and therefore _"avoid polling"_. As far as I saw, this is...
Since the published module (on npm) ships everything in the `dist` folder, the relevant entries in `package.json` should point into that folder. Otherwise Node's resolve algorithm will fail to import...
under all chromium browsers ``` await cookieStore.get('hello') ``` returns `null`  however, in other browsers and in tests, this polyfill returns `undefined`  this is due to the return value...
We've made some small fixes in master that we should release with a new version. However, there are refactor commits on master that we don't want to be released. So...
Version: [email protected] The type definition of `CookieListItem` has a `sameSite` property that must be a `cookieSameSite` enum and does not allow strings. But this enum is not exported, so it's...
These are the last of the tests that we can put in here before we need to start tracking info such as `expires` outside of the `document.cookie` variable.