Skip to content

A set of basic functions for working with delta format compatible with jsondiffpatch

Notifications You must be signed in to change notification settings

vbarbarosh/jsondiffpatch-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A set of basic functions for working with delta format described in jsondiffpatch • Delta Format.

Installation

npm i @vbarbarosh/jsondiffpatch-helpers

Usage

reverse(diff_ab) // will return a diff to produce a from b
unpatch(b, diff_ab) // will return object identical to a

About

A set of basic functions for working with delta format compatible with jsondiffpatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published