Showing 41-60 of 96 packages
Json patch serializer
Type definitions for json-patch from https://www.github.com/DefinitelyTyped/DefinitelyTyped
A wrapper of the client-entities interactions using Vue and its Pinia state management.
Multiview observable state management engine
[](https://github.com/rubeniskov/mutant-json/actions?query=workflow%3Aunit-testing) [ with duplex (observe changes) capabilities
Turn JSON Merge Patch into JSON Patch.
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
Map one object to another using JSONPath and JSONPatch.
This package has map compare functionality, if you don't need this, please use fast-json-patch.
API library for the Nexxus backend
Provide a middleware to validate JSON API headers on a request
An mongo-backed RESTful express route.
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
A JSON-RPC server with object synchronization based on JSON-Patch
small minimal JSON patch implementation
A JavaScript implementation of the JSON Object Notation (JSON) Patch http://tools.ietf.org/html/rfc6902 and JSON Pointer http://tools.ietf.org/html/rfc6901 specifications. Modified to work with mongoose documents.
A JavaScript implementation of Neil Fraser Differential Synchronization Algorithm
Flow types
```js let orig = { name: "hello", items: ["apple", "cherry"] }; let dest = { name: "hello2", items: ["apple", "banana"] };