Is the code that generates the updateDescription for changeEvents opensource?

Hi everyone!

We currently use Realm functions to sync changeEvents on “Insert” “Update” and “Replace” to our own collection in Mongodb. This works really great, but we are thinking about making the whole track-changes a part of our application code-base (to simplify dev-ops and other stuff).

Is that code that generates the changeDescription open-source? I looked a bit at lodash difference fn → and it seems pretty similar?

Any recommendations/considerations are very welcome :open_hands:t4: