You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

json-patch-ot

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-patch-ot

JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration

3.0.0-0
latest
Source
npmnpm
Version published
Weekly downloads
46
-23.33%
Maintainers
3
Weekly downloads
 
Created
Source

JSON Patch OT

Resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration

Build Status

Set of transformations for JSON Patch Operational Transformations

Demo

Full flow visualization

Separated demo will be provided soon.

Install

Install the component using NPM

$ npm install json-patch-ot --save

Or

Install the component using Bower:

$ bower install json-patch-ot --save

Or download as ZIP.

Usage

import JSONPatchOT from 'json-patch-ot';

var transformedPatch = JSONPatchOT.transform(givenPatch, againstAnotherPatch);
// or
var transformedPatch = JSONPatchOT.transform(givenPatch, againstArrayOfPatches);

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

History

For detailed changelog, check Releases.

License

MIT

See also

Keywords

jsonpatch

FAQs

Package last updated on 06 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts