Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 725f300a133f9dfdcc47b4b333017700 > files > 12

nodejs-difflet-0.2.3-4.fc18.noarch.rpm

var difflet = require('../');
var s = difflet({ indent : 2, comment : true }).compare(
    { z : [6,7], a : 'abcdefgh', b : [ 31, 'xxt' ] },
    { x : 5, a : 'abdcefg', b : [ 51, 'xxs' ] }
);
console.log(s);