</>PackageGraphPackageGraph

utils-merge

npmv1.0.1

merge() utility function

Not recommended for new projects

No — utils-merge should not be adopted for new projects. Last published 3277 days ago.

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

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 3277 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies.

  • 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 utils-merge 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.

Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >= 0.4.0
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the utils-merge README.

javascriptFull README ↗
var a = { foo: 'bar' }
  , b = { bar: 'baz' };

merge(a, b);
// => { foo: 'bar', bar: 'baz' }

utils-merge vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
utils-mergethis page01MIT9 years ago
type-fest337.8M6(MIT OR CC0-1.0)1 day ago
lodash147.8M20MIT1 day ago
mime136.4M6MIT1 day ago
meow36.7M1MIT1 day ago
unicorn-magic31.6M1MIT1 day ago

Dependencies

Declared by utils-merge v1.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (3)

chai 1.x.xmake-node 0.3.xmocha 1.x.x

Used by

Popular packages that depend on utils-merge.

Relationship graph

Dependencies (left) and dependents (right) of utils-merge.

connectutils-merge
utils-merge dependencies dependents

Frequently installed together

Release history

No releases in the last two years.

Recent versions of utils-merge
VersionPublishedSizeLicense
1.0.1latest9 years agoMIT
1.0.013 years agoMIT

Overview

utils-merge is an npm package that merge() utility function. It has 1 known dependents in the graph. The latest version is 1.0.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need merge() utility function and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (MIT).
  • Lean dependency tree (3 direct dependencies).

Cons

  • No bundled TypeScript types (may require a separate @types package).

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

Maintainers

Keywords

Frequently asked questions

Should I use utils-merge?

No — utils-merge should not be adopted for new projects. Last published 3277 days ago.

How do I install utils-merge?

Run `npm install utils-merge` to add utils-merge to your npm project.

What license is utils-merge released under?

utils-merge is distributed under the MIT license.

How popular is utils-merge?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on utils-merge.

Is utils-merge still maintained?

The most recent release of utils-merge (v1.0.1) was published 9 years ago.

Does utils-merge run install scripts?

No. utils-merge does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.