🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

easily-compare-object

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easily-compare-object

easily-js 로 통합 됐습니다.

1.0.4
latest
Source
npm
Version published
Maintainers
1
Created
Source

Build Status Npm Version

UPDATE

https://www.npmjs.com/package/easily-js

HOW TO USE ?

npm i --save easily-compare-object
const easilyCompareObject = require('../index')

easilyCompareObject({ a: 1, b: { a: 4 } }, { a: 1, b: { a: 3 } })) // true
easilyCompareObject({ a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 4 } })) // false
easilyCompareObject({ a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } })) // true

Example

  • compareObjects

Keywords

easily

FAQs

Package last updated on 08 Feb 2018

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