cookie-store icon indicating copy to clipboard operation
cookie-store copied to clipboard

A polyfill for the Cookie Store API

Results 16 cookie-store issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

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:...

dependencies

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...

dependencies

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 [![Dependabot...

dependencies

The current [Cookie Store API](https://wicg.github.io/cookie-store/) 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` ![image](https://user-images.githubusercontent.com/36004334/157421026-1b8e04ee-d7c7-4459-9587-95af973c1e15.png) however, in other browsers and in tests, this polyfill returns `undefined` ![image](https://user-images.githubusercontent.com/36004334/157420964-83bbbb14-8e44-4a59-885d-222cabb73f11.png) 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.