File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # Deep Object Diff
1
+ <div align =" center " >
2
+ <h1 >deep-object-diff</h1 >
2
3
3
- [ ![ npm version] ( https://badge.fury.io/js/deep-object-diff.svg )] ( https://badge.fury.io/js/deep-object-diff )
4
- [ ![ Build Status] ( https://travis-ci.org/mattphillips/deep-object-diff.svg?branch=master )] ( https://travis-ci.org/mattphillips/deep-object-diff )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/mattphillips/deep-object-diff/badge.svg?branch=master )] ( https://coveralls.io/github/mattphillips/deep-object-diff?branch=master )
6
- [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/mattphillips/deep-object-diff.svg )] ( https://greenkeeper.io/ )
4
+ ❄️
5
+
6
+ Deep diff two JavaScript Objects
7
+ </div >
8
+
9
+ <hr />
10
+
11
+ [ ![ Build Status] ( https://img.shields.io/travis/mattphillips/deep-object-diff.svg?style=flat-square )] ( https://travis-ci.org/mattphillips/deep-object-diff )
12
+ [ ![ Code Coverage] ( https://img.shields.io/coveralls/mattphillips/deep-object-diff.svg?style=flat-square )] ( https://coveralls.io/github/mattphillips/deep-object-diff?branch=master )
13
+ [ ![ version] ( https://img.shields.io/npm/v/deep-object-diff.svg?style=flat-square )] ( https://www.npmjs.com/package/deep-object-diff )
14
+ [ ![ downloads] ( https://img.shields.io/npm/dm/deep-object-diff.svg?style=flat-square )] ( http://npm-stat.com/charts.html?package=deep-object-diff&from=2016-11-23 )
15
+ [ ![ MIT License] ( https://img.shields.io/npm/l/deep-object-diff.svg?style=flat-square )] ( https://github.com/mattphillips/deep-object-diff/blob/master/LICENSE )
16
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
7
17
8
18
A small library that can deep diff two JavaScript Objects, including nested structures of arrays and objects.
9
19
You can’t perform that action at this time.
0 commit comments