I did a little research and we are dependent from deep-diff:
this alternative: https://www.npmjs.com/package/fast-json-patch
There is open issue about moving from custom deep-diff format to rfc6902
https://github.com/flitbit/diff/issues/166
This is connected with exposing interface with changes objects instead of strings
#9
I think we should discuss potential change from deep-diff to rfc6902 in context of providing consistent changes interface.
there is great implementation of rfc6902
https://www.npmjs.com/package/fast-json-patch
and it winning for me
https://npmcompare.com/compare/deep-diff,fast-json-patch,rfc6902
I did a little research and we are dependent from deep-diff:
this alternative: https://www.npmjs.com/package/fast-json-patch
There is open issue about moving from custom deep-diff format to rfc6902
https://github.com/flitbit/diff/issues/166
This is connected with exposing interface with changes objects instead of strings
#9
I think we should discuss potential change from
deep-diffto rfc6902 in context of providing consistent changes interface.there is great implementation of rfc6902
https://www.npmjs.com/package/fast-json-patch
and it winning for me
https://npmcompare.com/compare/deep-diff,fast-json-patch,rfc6902