node-document-differ

Differ adapter interface for `node-document` ODM for Node.js.

Usage no npm install needed!

<script type="module">
  import nodeDocumentDiffer from 'https://cdn.skypack.dev/node-document-differ';
</script>

README

NODE-DOCUMENT-DIFFER Build Status

Differ adapter interface for node-document ODM for Node.js.

About

Unified interface for diffing objects to see changes between the two (additions/removals/edits).

Adapters

API

#diff

  • (a, b, [callback(err, res)])

    differ.diff({foo: 'bar'}, {foo: 'baz', bar: 1}, function(err, res) {
      // console.log(arguments);
    });
    

Installation

  $ npm install node-document-differ

Test

Local tests:

  $ make test

License

Released under the MIT license.

Copyright (c) Jonas Grimfelt