sinuous
sinuous copied to clipboard
🧬 Light, fast, reactive UI library
Hello, thanks for Sinuous I found easier to use directly 'render' in my apps like the code below. I have bundled Sinuous /render and Unistore in a library called MVU,...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Some bundlers can't resolve the correct ESM imports for `sinuous` due to the lack of a `"type": "module"` definition along with `"exports"` definitions for each package. Specifically, this will allow...
Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
The following test looks buggy to me: https://github.com/luwes/sinuous/blob/ece2c65c19939ec5742f999cfba6c83295c58118/packages/sinuous/observable/test/child.js#L230-L269 At line 264 we are basically just updating the observable from -1 to 0. The D computed depends only on this observable...
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 [karma](https://github.com/karma-runner/karma) from 6.3.12 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:...
In the following Solid code you can see in the console a message gets printed about once every second: https://playground.solidjs.com/?hash=-357212261&version=1.3.7 I don't have the equivalent code for Sinuous, but I'm...
Bumps [engine.io](https://github.com/socketio/engine.io) from 3.5.0 to 6.1.2. Release notes Sourced from engine.io's releases. 6.1.2 Bug Fixes uws: expose additional uWebSockets.js options (#634) (49bb7cf) uws: fix HTTP long-polling with CORS (45112a3) uws:...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 10.0.0 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...