react-diff-viewer
react-diff-viewer copied to clipboard
A simple and beautiful text diff viewer component made with Diff and React.
Syntax highlighting is only applied on a per-line basis due to how the `renderContent` API is designed. Because it only syntax highlights one line at a time, multi-line comments are...
Hello I use **DiffViewer** inside **shadow DOM** The problem I have is that styles are appended to the document's head, so they do not affect the ui of **DiffViewer** since...
These styles look to be not used. Removing for clarity. Thanks!
Is there a way to add a copy button to each side of the diff viewer that would allow you to copy either of the jsons?
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

Can upgrade diff package to 5.1.0 version with this new diff version, It is very fast
Hi there, I'm not sure why but I found out that with `diff@5` the lib blazing fast. My use case is I want to compare 2 files with more than...