es-object-atoms
npmv1.1.2TypeScriptES 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
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);es-object-atoms vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| es-object-atomsthis page | 0 | 1 | MIT | 3 months ago |
| es-define-property | 131.3M | 4 | MIT | 1 day ago |
| define-data-property | 0 | 2 | MIT | 1 day ago |
| which-boxed-primitive | 0 | 1 | MIT | 1 day ago |
| eslint | 138.4M | 279 | MIT | 1 day ago |
| call-bind | 80.7M | 5 | MIT | 1 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)
Used by
Popular packages that depend on es-object-atoms.
Relationship graph
Dependencies (left) and dependents (right) of es-object-atoms.
Frequently installed together
ES Math-related intrinsics and helpers, robustly cached.
An AST-based pattern checker for JavaScript.
`Object.defineProperty`, but not IE 8's broken one.
A simple cache for a few of the JS Error constructors.
string representations of objects in node and the browser
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Implementation of Function.prototype.bind
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Helper functions around Function call/apply/bind, for use in `call-bind`
A robust, ES3 compatible, "has own property" predicate.
Release history
4 releases in the last two years, typically about 303 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.2latest | 3 months ago | 12 KB | MIT |
| 1.1.1 | 1 year ago | 11 KB | MIT |
| 1.1.0 | 1 year ago | 11 KB | MIT |
| 1.0.1 | 1 year ago | 9.6 KB | MIT |
| 1.0.0 | 2 years ago | 9.0 KB | MIT |
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
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.