Socket
Socket
Sign inDemoInstall

universal-deep-strict-equal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-deep-strict-equal

A port of Node v6's internal _deepEqual function in a universal style


Version published
Weekly downloads
129K
decreased by-9.18%
Maintainers
1
Weekly downloads
 
Created
Source

universal-deep-strict-equal

A port of Node v6's internal _deepEqual function in a universal style.

Build Status NPM version License

Sauce Test Status

Issues and improvements should be done in Node.js first.

API

deepEqual(actual, expected, [strict])

USAGE

var deepEqual = require('universal-deep-strict-equal');

deepEqual({a:1}, {a:'1'}); // => true
deepEqual({a:1}, {a:'1'}, false); // => true
deepEqual({a:1}, {a:'1'}, true); // => false

INSTALL

npm install universal-deep-strict-equal

AUTHOR

CONTRIBUTORS

LICENSE

Licensed under the MIT license.

Keywords

FAQs

Package last updated on 11 Jul 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc