File tree 1 file changed +5
-5
lines changed
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
13
13
```
14
14
15
15
## Functions available:
16
- - ### [ ` diff(originalObj, updatedObj) ` ] ( #diff )
16
+ - [ ` diff(originalObj, updatedObj) ` ] ( #diff )
17
17
returns the difference of the original and updated objects
18
18
19
- - ### [ ` addedDiff(original, updatedObj) ` ] ( #addeddiff )
19
+ - [ ` addedDiff(original, updatedObj) ` ] ( #addeddiff )
20
20
returns only the values added to the updated object
21
21
22
- - ### [ ` deletedDiff(original, updatedObj) ` ] ( #deleteddiff )
22
+ - [ ` deletedDiff(original, updatedObj) ` ] ( #deleteddiff )
23
23
returns only the values deleted in the updated object
24
24
25
- - ### [ ` updatedDiff(original, updatedObj) ` ] ( #updateddiff )
25
+ - [ ` updatedDiff(original, updatedObj) ` ] ( #updateddiff )
26
26
returns only the values that have been changed in the updated object
27
27
28
- - ### [ ` detailedDiff(original, updatedObj) ` ] ( #detaileddiff )
28
+ - [ ` detailedDiff(original, updatedObj) ` ] ( #detaileddiff )
29
29
returns an object with the added, deleted and updated differences
30
30
31
31
## Importing
You can’t perform that action at this time.
0 commit comments