diff2html-cli icon indicating copy to clipboard operation
diff2html-cli copied to clipboard

Pretty diff to html javascript cli (diff2html-cli)

Results 17 diff2html-cli issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade open from 10.0.3 to 10.1.0. :information_source: Keep your dependencies...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade diff2html from 3.4.47 to 3.4.48. :information_source: Keep your dependencies...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

Hello! I use `diff` command to compare files in two folders (e.x. `diff -r "documentation/public" "compare_repo/documentation/public" -u -X - > public.diff || true`). If I generate a report using `diff2html-cli`...

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies
javascript

From https://git-scm.com/docs/git-diff : > `git diff [] [--] […​]` > > This form is to view the changes you made relative to the index (staging area for the next commit)....

I'm using diff2html to render the difference between OCI artefacts (YAML) and it would be really useful if the context between diffs could be expanded. I understand I'd have to...