-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
844 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
"strict": true, | ||
"laxcomma": true, | ||
"nomen": false, | ||
"indent": 2 | ||
"indent": 2, | ||
"esversion": 6, | ||
"browser": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ branches: | |
node_js: | ||
- "6" | ||
- "5" | ||
- "4.2.1" | ||
- "4" | ||
- "0.12" | ||
- "0.11" | ||
- "0.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
{ | ||
"name": "deep-diff", | ||
"main": "index.js", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"homepage": "https://github.com/flitbit/diff", | ||
"authors": [ | ||
"Dan Drinkard <[email protected]>", | ||
"Daniel Spangler <[email protected]>", | ||
"Denning <[email protected]>", | ||
"Elad Efrat <[email protected]>", | ||
"Mats Bryntse <[email protected]>", | ||
"Nicholas Calugar <[email protected]>", | ||
"Paul Pflugradt <[email protected]>", | ||
"Phillip Clark <[email protected]>", | ||
"Serkan Serttop <[email protected]>", | ||
"Simen Bekkhus <[email protected]>", | ||
"Tom Ashworth <[email protected]>", | ||
"Tom MacWright <[email protected]>", | ||
"Paul Pflugradt <[email protected]>", | ||
"wooorm <[email protected]>", | ||
"Nicholas Calugar <[email protected]>", | ||
"Yandell <[email protected]>", | ||
"Thiago Santos <[email protected]>", | ||
"Steve Mao <[email protected]>", | ||
"Mats Bryntse <[email protected]>", | ||
"Phillip Clark <[email protected]>", | ||
"ZauberNerd <[email protected]>", | ||
"caasi Huang <[email protected]>", | ||
"ravishivt <[email protected]>", | ||
"Daniel Spangler <[email protected]>", | ||
"Thomas de Barochez <[email protected]>", | ||
"Morton Fox <[email protected]>", | ||
"Amila Welihinda <[email protected]>", | ||
"Will Biddy <[email protected]>", | ||
"icesoar <[email protected]>", | ||
"Serkan Serttop <[email protected]>", | ||
"orlando <[email protected]>", | ||
"ravishivt <[email protected]>", | ||
"wooorm <[email protected]>" | ||
"Tom MacWright <[email protected]>", | ||
"Denning <[email protected]>", | ||
"Dan Drinkard <[email protected]>", | ||
"Elad Efrat <[email protected]>", | ||
"caasi Huang <[email protected]>", | ||
"Tom Ashworth <[email protected]>" | ||
], | ||
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.