fluid-diff

1.0.1 • Public • Published

fluid-diff

This package is designed to "diff" two pieces of data and produce output that can be used to explore the differences.

There is a standard for representing differences between JSON structures as a patch, but the goal there is to produce output that can be used to faithfully "undo" and "redo" a given set of changes.

Our goal is to produce a more expansive structure that includes:

  1. Information that has not changed.
  2. Information that has been removed.
  3. Information that has been added.
  4. Detailed information about changes to a single string.

The focus here is not on changes to the deep structure, only changes in values (strings, numbers, etc.) are represented. This is intended to provide just enough information to present an annotated representation of a given set of changes. For this purpose, there are Handlebars templates provided in this package, which can be used with fluid-handlebars to convert the "diff" JSON structure produced by this package into:

  • text
  • HTML
  • markdown

Installation

To add this package to your project, use a command like npm install --save fluid-diff.

Further Reading

  1. For more details about generating a "diff", see the list of available functions.
  2. For examples of using a "diff" on its own and in combination with handlebars templates, see the tutorial.

Readme

Keywords

none

Package Sidebar

Install

npm i fluid-diff

Weekly Downloads

0

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

447 kB

Total Files

108

Last publish

Collaborators

  • duhrer
  • the-t-in-rtf
  • greatislander
  • clown
  • colinbdclark
  • jhung
  • amb26
  • jobara
  • cindyli
  • simonbates