1.0.5 • Published 9 years ago

diffo v1.0.5

Weekly downloads
18
License
MIT
Repository
github
Last release
9 years ago

Diffo

Recursively create an object that is the difference between two deeply nested objects.

Usage

var diffo = require('diffo');

var difference = diffo({a:1}, {a:1, b:2}); // result -> {b:2}

If a value of a key is different between the two objects the value of the second object wil be taken.

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago