react-ansi
react-ansi copied to clipboard
A foldable and searchable ansi log viewer for React.
Children are already optional because they are null checked before being used, but this makes it so TypeScript won't complain if you don't include children.
Bumps [immer](https://github.com/immerjs/immer) from 7.0.8 to 8.0.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in immer Overview Affected versions of immer...
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.15.2 to 1.15.6. Commits cdfb1c6 [enzyme-adapter-react-16] v1.15.6 b0673af [enzyme-adapter-react-{13,16.3,16}] [deps] update object.assign, `object.va... af68eb6 [*] [dev deps] update eslint, eslint-plugin-react, `babel-plugin-add-modu... 34828de [enzyme-adapter-react-{16,16.3,16.2,16.1}] [fix] .setContext(): calls cWRP...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...
Apparently when using `` I have no possibility to tell it to use classes instead of embedded styles. How can I make it use name styles instead so I can...
Event the video recording from https://www.npmjs.com/package/react-ansi does exemplify that blue on back background text is almost impossible to read. Can we please come with a default theme that assures that...
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype pollution in object-path Impact A prototype pollution vulnerability...
Logs can often be quite long but in most cases the last lines are more important for the user. This is a required to allow one optional parameter which will...
Add key to to avoid `Warning: Each child in a list should have a unique "key" prop.`