Socket
Book a DemoInstallSign in
Socket

mongo-eql

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-eql

Applies the MongoDB equality semantics for a comparison between two datastructures

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
123
-27.65%
Maintainers
2
Weekly downloads
 
Created
Source

mongo-eql

Applies the MongoDB equality semantics for a comparison between two datastructures.

Example

eql(null, undefined) // true
eql({}, {}) // true

API

eql(a, b):Boolean

Compares a with b and returns true or false.

FAQs

Package last updated on 12 Mar 2015

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