No description provided.
Fast Javascript text diff
Compare items in two sequences to find a longest common subsequence
A JavaScript text diff implementation.
Generate a configuration file acting as a TODO list.
Compare items in two sequences to find a longest common subsequence
Lint — The universal linter with AI-powered code review.
Use webpack to manage app-like JavaScript modules in Rails
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
npm package for https://github.com/google/diff-match-patch
Return an object representing the diffs between two objects. Supports jsonPatch protocol
Continuation of a simple and beautiful text diff viewer component made with diff and React
Use webpack to manage app-like JavaScript modules in Rails
TypeScript definitions for diff-match-patch
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
Unified diff parser
Modern TypeScript JSON diff library - Zero dependencies, high performance, ESM + CommonJS support. Calculate and apply differences between JSON objects with advanced features like key-based array diffing, JSONPath support, and atomic changesets.
Parse a JSON string that has git merge conflicts, resolving if possible
Returns the git diff of two strings
Apply a diff to an object. Optionally supports jsonPatch protocol
JSON diff & patch (object and array diff, text diff, multiple output formats)
Generates diffs between documents and primitive types
Declarative routing for React web applications
run rubocop only on your changes
RuboCop for git diff.
Pipe between git diff and rubocop.
apply rubocop for git diff
RuboCop for git diff.
RuboCop for git diff.
RuboCop for git diff.
Nexocop makes it trivial to add rubocop linting to your project that will only check linting against lines that have changed in git. Rubocop normally is not git aware. This gem makes it git aware.
Diff the rubocop output between two github branches
Rubocop is great. Running rubocop on a large file of old code yields tons of violations that are risky and costly to update. This gem allows you to run rubocop only against the files and lines that you've changed/added that show up in `git diff`.
RuboCop CLI that only lints and auto-fixes code you committed by utilizing `git-log` and `git-diff`. Rfix CLI makes it possible to lint (`rfix lint`) and auto-fix (`rfix local|origin|branch`) code changes since a certain point in history. You can auto-fix code committed since creating the current branch (`rfix origin`) or since pushing to upstream (`rfix local`). Includes a RuboCop formatter with syntax highlighting and build in hyperlinks for offense documentation. Holds the same CLI arguments as RuboCop. Run `rfix --help` for a complete list or `rfix` for supported commands.
Takes your current diff as the input for rubocop