</>PackageGraphPackageGraph

es-object-atoms

npmv1.1.2TypeScript

ES Object-related atoms: Object, ToObject, RequireObjectCoercible

Safe to adopt

Yes — es-object-atoms scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 110 days ago. 4 releases in the last 2 years.

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

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 110 days ago. 4 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 1 transitive package, about 24 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 es-object-atoms to a project.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

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

24 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

Every license you inherit by installing es-object-atoms, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >= 0.4
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the es-object-atoms README.

const assert = require('assert');

const $Object = require('es-object-atoms');
const isObject = require('es-object-atoms/isObject');
const ToObject = require('es-object-atoms/ToObject');
const RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');

assert.equal($Object, Object);
assert.throws(() => ToObject(null), TypeError);
assert.throws(() => ToObject(undefined), TypeError);
assert.throws(() => RequireObjectCoercible(null), TypeError);
assert.throws(() => RequireObjectCoercible(undefined), TypeError);

assert.equal(isObject(undefined), false);
Example truncated — see the full README.

es-object-atoms vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
es-object-atomsthis page01MIT3 months ago
es-define-property131.3M4MIT1 day ago
define-data-property02MIT1 day ago
which-boxed-primitive01MIT1 day ago
eslint138.4M279MIT1 day ago
call-bind80.7M5MIT1 day ago

Dependencies

Declared by es-object-atoms v1.1.2. Runtime dependencies are installed with the package; dev dependencies are not.

Runtime (1)

Dev (13)

@ljharb/eslint-config ^22.2.3@ljharb/tsconfig ^0.3.2@types/tape ^5.8.1auto-changelog ^2.5.1eclint ^2.8.1eslint ^8.57.1evalmd ^0.0.19in-publish ^2.0.1npmignore ^0.3.5nyc ^10.3.2safe-publish-latest ^2.0.0tape ^5.9.0typescript next

Used by

Popular packages that depend on es-object-atoms.

Relationship graph

Dependencies (left) and dependents (right) of es-object-atoms.

es-errorsget-intrinsices-object-atoms
es-object-atoms dependencies dependents

Frequently installed together

Release history

4 releases in the last two years, typically about 303 days apart.

Recent versions of es-object-atoms
VersionPublishedSizeLicense
1.1.2latest3 months ago12 KBMIT
1.1.11 year ago11 KBMIT
1.1.01 year ago11 KBMIT
1.0.11 year ago9.6 KBMIT
1.0.02 years ago9.0 KBMIT

Overview

es-object-atoms is an npm package that eS Object-related atoms: Object, ToObject, RequireObjectCoercible. It has 1 known dependents in the graph. The latest version is 1.1.2, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need eS Object-related atoms: Object, ToObject, RequireObjectCoercible 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 es-object-atoms?

Yes — es-object-atoms scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 110 days ago. 4 releases in the last 2 years.

How do I install es-object-atoms?

Run `npm install es-object-atoms` to add es-object-atoms to your npm project.

How many dependencies does es-object-atoms have?

es-object-atoms declares 14 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 24 KB on disk.

What license is es-object-atoms released under?

es-object-atoms is distributed under the MIT license.

How popular is es-object-atoms?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on es-object-atoms.

Is es-object-atoms still maintained?

The most recent release of es-object-atoms (v1.1.2) was published 3 months ago.

Does es-object-atoms run install scripts?

No. es-object-atoms does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.