Skip to content

MatthewLarner/diffo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published