</>PackageGraphPackageGraph

fast-deep-equal

npmv3.1.3TypeScript

Fast deep equal

Not recommended for new projects

No — fast-deep-equal should not be adopted for new projects. Last published 2284 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 2284 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 13 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding fast-deep-equal to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

13 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the fast-deep-equal README.

javascriptFull README ↗
var equal = require('fast-deep-equal');
console.log(equal({foo: 'bar'}, {foo: 'bar'})); // true

fast-deep-equal vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
fast-deep-equalthis page06MIT6 years ago
react-fast-compare01MIT1 day ago
fast-glob135.1M8MIT1 day ago
fastq122.5M1ISC1 day ago
reusify91M1MIT1 day ago
fflate53.5M1MIT1 day ago

Dependencies

Declared by fast-deep-equal v3.1.3. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (10)

coveralls ^3.1.0dot ^1.1.2eslint ^7.2.0mocha ^7.2.0nyc ^15.1.0pre-commit ^1.2.2react ^16.12.0react-test-renderer ^16.12.0sinon ^9.0.2typescript ^3.9.5

Used by

Popular packages that depend on fast-deep-equal.

Relationship graph

Dependencies (left) and dependents (right) of fast-deep-equal.

Frequently installed together

Release history

No releases in the last two years, typically about 2 days apart.

Recent versions of fast-deep-equal
VersionPublishedSizeLicense
3.1.3latest6 years ago13 KBMIT
3.1.16 years ago13 KBMIT
3.1.06 years ago11 KBMIT
3.0.16 years ago8.4 KBMIT
3.0.06 years ago8.8 KBMIT
3.0.0-beta.27 years ago8.2 KBMIT
3.0.0-beta.17 years ago8.5 KBMIT
3.0.0-beta.07 years ago5.9 KBMIT
2.0.18 years ago5.3 KBMIT
2.0.08 years ago5.3 KBMIT
1.1.08 years ago5.1 KBMIT
1.0.09 years agoMIT
0.1.09 years agoMIT
0.0.19 years agoMIT

Overview

fast-deep-equal is an npm package that fast deep equal. It has 6 known dependents in the graph. The latest version is 3.1.3, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need fast deep equal and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use fast-deep-equal?

No — fast-deep-equal should not be adopted for new projects. Last published 2284 days ago.

How do I install fast-deep-equal?

Run `npm install fast-deep-equal` to add fast-deep-equal to your npm project.

What license is fast-deep-equal released under?

fast-deep-equal is distributed under the MIT license.

How popular is fast-deep-equal?

npm does not publish download counts. Within PackageGraph's crawl, 6 known packages depend on fast-deep-equal.

Is fast-deep-equal still maintained?

The most recent release of fast-deep-equal (v3.1.3) was published 6 years ago.

Does fast-deep-equal run install scripts?

No. fast-deep-equal does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.