diip
Tool to find deep differences between two input arguments
Returns an array of the addresses of each difference or null if they are deeply equal.
Install
$ npm install --save diip
Usage
const diip = ; ; // null ; // null ; // [['0', 'a'], ['1', 'b', '0']]