rdx
rdx copied to clipboard
Like Redux, but smaller
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.22 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [docsify](https://github.com/docsifyjs/docsify) from 4.11.4 to 4.12.0. Release notes Sourced from docsify's releases. v4.12.0 Bug Fixes Fix Vue compatibility (#1271) Fix sidebar title error (#1360) Fix cannot read property 'startsWith' of...
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.12 to 2.2.6. Release notes Sourced from dompurify's releases. DOMPurify 2.2.6 Added new mXSS prevention logic created by SecurityMB DOMPurify 2.2.4 Fixed a new MathML-based bypass submitted...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
A first shot at implementing the changes required for addressing issue #26 I am not sure, if making Svelte a peerDependency is the right move. There are pros and cons...
(Note: This issue is a follow-up notice to a discussion on another channel.) Using Rdx with [Svelte](https://svelte.dev) works quite nicely, when exposed as a [custom Svelte store](https://svelte.dev/tutorial/custom-stores). In order not...