@jashitory/js-object-diff
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@jashitory/js-object-diff NPM Package

Get nested Diff between Two objects

Instaling

$ npm install @jashitory/js-object-diff

Usage

import { Diff } from '@jashitory/js-object-diff'

const objA = {...}
const objB = {...}

const diff = Diff.compare(objA, objB);

Readme

Keywords

Package Sidebar

Install

npm i @jashitory/js-object-diff

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

18.3 kB

Total Files

5

Last publish

Collaborators

  • jashitory