File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ npm i --save deep-object-diff
1313```
1414
1515## Functions available:
16- - ### [ ` diff(originalObj, updatedObj) ` ] ( #diff )
16+ - [ ` diff(originalObj, updatedObj) ` ] ( #diff )
1717 returns the difference of the original and updated objects
1818
19- - ### [ ` addedDiff(original, updatedObj) ` ] ( #addeddiff )
19+ - [ ` addedDiff(original, updatedObj) ` ] ( #addeddiff )
2020 returns only the values added to the updated object
2121
22- - ### [ ` deletedDiff(original, updatedObj) ` ] ( #deleteddiff )
22+ - [ ` deletedDiff(original, updatedObj) ` ] ( #deleteddiff )
2323 returns only the values deleted in the updated object
2424
25- - ### [ ` updatedDiff(original, updatedObj) ` ] ( #updateddiff )
25+ - [ ` updatedDiff(original, updatedObj) ` ] ( #updateddiff )
2626 returns only the values that have been changed in the updated object
2727
28- - ### [ ` detailedDiff(original, updatedObj) ` ] ( #detaileddiff )
28+ - [ ` detailedDiff(original, updatedObj) ` ] ( #detaileddiff )
2929 returns an object with the added, deleted and updated differences
3030
3131## Importing
You can’t perform that action at this time.
0 commit comments