Differ adapter interface for `node-document` ODM for Node.js.
npm install node-document-differDiffer adapter interface for node-document ODM for Node.js.
Unified interface for diffing objects to see changes between the two (additions/removals/edits).
* DeepDiff
* JSONDiff
* ObjectDiff
* Patcher.js
* (a, b, [callback(err, res)])
``javascript`
differ.diff({foo: 'bar'}, {foo: 'baz', bar: 1}, function(err, res) {
// console.log(arguments);
});
`shell`
$ npm install node-document-differ
Local tests:
`shell``
$ make test
Released under the MIT license.
Copyright (c) Jonas Grimfelt