megaplot
megaplot copied to clipboard
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) v5.3.3 5.3.3 (2022-05-18)...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Fixes #91 , and: * Removes some totally unused dependencies. * Updates all dependencies. * Adds dev dependency on prettier. * Runs prettier on all code to make it complaint....
Currently, no strict TypeScript checker is applied to code in this repository. Incorporate a strict TypeScript checker to pick up things like `let` variables that could be upgraded to `const`,...
On [LIT](https://github.com/PAIR-code/lit), we're using MegaPlot to replace the Scalars module. I noticed that the `div.scatterplot-container` into which I render a MegaPlot scene in the `firstUpdated()` lifecycle hook has a width...
Megaplot currently [defaults](https://github.com/PAIR-code/megaplot/blob/bea4504526c273fac5e0aaee9c6127d7166003ed/src/lib/commands/setup-draw-command.ts#L59) to an additive `minmax` blend mode that can cause dense clusters of Sprites with low opacity (e.g., `0.25`) to take on the background color of their container,...