New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

compare-object-util

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compare-object-util

테스트코드에서 필요한 object 비교 util 입니다. 내부적으로 should를 이용하여 비교하고 assertion을 수행해 줍니다.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
6
Created
Source

compare-object-util

테스트코드에서 필요한 object 비교 util 입니다. 내부적으로 should를 이용하여 비교하고 assertion을 수행해 줍니다.

Installation

npm install --save-dev compare-object-util

Example

const compareObjectUtil = require('compare-object-util')
compareObjectUtil.compareTwoObject(object1, object2, ['ignoredFieldKey'])

Keywords

슬로그업

FAQs

Package last updated on 17 Mar 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