stage0 icon indicating copy to clipboard operation
stage0 copied to clipboard

Collection of low-level DOM tools for building high performant web interfaces

Results 20 stage0 issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 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 aeb3e27 1.2.5...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I was not able to find anything indicating that this library supports SSR or rendering strings. Is it feasible to have SSR support on stage0?

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 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...

dependencies

`stage0` looks amazing! I'm wondering what the advantages and disadvantages are to similar libraries/frameworks. Would it be possible to create a comparison? I'm interested in using a library that doesn't...

Thought you might like to see how I made Stage0 a littler friendly for my use case. It added about 800 bytes to your library but I like how it...

Hi, thanks for providing stage0! I've been testing it out a bit and it seems super fast. I have a question about the #-syntax. How would I use it with...

Hi @Freak613 Can you give me an example to create a reusable components like material-ui. Thanks