Turns an array of diffs into a string. You can generate a changes stream by using [sorted-diff-stream](github.com/maxogden/sorted-diff-stream).
No description provided.
A JavaScript text diff implementation.
Opinionated HTML formatter focused towards making HTML diffs readable.
Commands for interacting with Percy builds
Colorized string diff ideal for text/code that spans through multiple lines
Shared debug workspace pipeline for investigating Meticulous diffs and replays
npm package for https://github.com/google/diff-match-patch
Format errors to display a diff between the actual and expected
Returns a copy of an object with its keys sorted
Jest snapshot serializer that beautifies HTML.
Tap plugin that adds a heaping pile of assertion methods. Pretty much all of the "test" methods other than `t.pass`, `t.fail`, and [snapshot methods](https://tapjs.github.io/tapjs/modules/_tapjs_snapshot.html) come from this plugin.
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
A plugin to make Chai’s equality assertions (shallow or deep) fail with Jest-like diffs
text diff library ported from Python's difflib module
An extension module that adds line-mode and word-mode on diff-match-patch.
Generates diffs between documents and primitive types
OpenClaw read-only diff viewer plugin and file renderer for agents.
Custom reporter for jest, that only prints test result summary.
Visual regression testing from your terminal
Get the visual width of a string - the number of columns required to display it
A diff/merging wrapper for Ace Editor built on google-diff-match-patch
Reporter for node:test that supports colorful diffs etc
A mapping of file extensions to languages
Convenient diffing in ruby
A simple gem for generating string diffs
A simple gem for generating string diffs
This is a library for creating HTML from a unified diff string, built specifically for the diff section output by "perforce describe -du" or "git show [commit SHA]", but with an eye towards solving a more general problem. It supports two modes: with inline styles or with CSS classes(which you can style yourself). Either mode outputs an HTML table that you may want to include in a Web page or an HTML e-mail.
A simple gem for generating string diffs
Uses the unix diff utility to create pretty html diffs from two files or two strings.
diffident: To show modest reserve, a gem to create and manipulate text diffs. This gem provides a pure ruby implementation of a diff tool. It gives access to several methods by which to get a diff from strings and ways to format the output. It also gives direct access to the internal diff structure so that you can manipulate and extend it any way you need to.
string word diff with other string; Wdiff::Helper.to_html transforms diff string in html snippet
Generate unified diffs between two strings in pure Ruby, compatible with Diffy::Diff.new(a, b, diff: '-u').to_s
Display a diff of two files (long strings...) as html
This library will allow you to perform atomic diffs, patches and merges on Redis strings.
DiffMatcher matches input data (eg. from a JSON API) against values, ranges, classes, regexes, procs, custom matchers and/or easily composed, nested combinations thereof to produce an easy to read diff string.