0.1.4 • Published 6 months ago

arcdiff v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

arcdiff

Simple compare between data structures

Install

npm install arcdiff

Usage

const diff = require('arc-diff')

const a = {
    name: 'John',
}
const b = {
    name: 'Doe',
}
const result = diff(a, b)

API Interface

diff(left, right, options )
  • left: Left side of compare

  • left: Right side of compare

  • options:

    • ignore
0.1.4

6 months ago

0.1.2

3 years ago

0.1.3

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago