Object deep differ
Return the difference between the source object and the default object.
Installation
npm install --save object-deep-differ
Usage
const diff = ; const defaultObj = a:b:c:'hello' const sourceObj = a:d:e:'hello world' console; // outputs {a:{d:{e:'hello world'}}}
Tests
npm test