Skip to content

Commit b59874d

Browse files
committed
Update README.md
1 parent 9863149 commit b59874d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
js-diff
22
=======
3+
4+
[![Build Status](https://travis-ci.org/omgaz/js-diff.svg?branch=master)](https://travis-ci.org/omgaz/js-diff)
5+
36
A basic JavaScript object comparison script that will iterate, recursivly, through two JSON objects to compare differences.
47

58
This was built for a project in which I had a JSON object of user data that I cached on page load and compared against an edited version on save. I used this information to construct email summaries of changed behaviour as well as provide a detailed audit trail of actions.

0 commit comments

Comments
 (0)