85,672 packages matching “non-enumerable”
@stdlib/utils-define-nonenumerable-read-only-property
v0.2.3 · 6 months ago
Define a non-enumerable read-only property.
No known vulnerabilities
define-property
v2.0.2 · 8 years ago
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
No known vulnerabilities
define-properties
v1.2.1 · 2 years ago
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
No known vulnerabilities
@stdlib/utils-define-nonenumerable-read-only-accessor
v0.2.4 · 6 months ago
Define a non-enumerable read-only accessor.
No known vulnerabilities
@stdlib/utils-define-nonenumerable-read-write-accessor
v0.2.3 · 6 months ago
Define a non-enumerable read-write accessor.
No known vulnerabilities
@stdlib/utils-property-names
v0.2.3 · 5 months ago
Return an array of an object's own enumerable and non-enumerable property names.
No known vulnerabilities
@stdlib/utils-define-nonenumerable-property
v0.2.3 · 6 months ago
Define a non-enumerable property.
No known vulnerabilities
nonenumerable
v1.1.1 · 8 years ago
Decorator to make properties non-enumerable.
No known vulnerabilities
@substrat-run/engine-invites
v0.0.44 · 9 hours ago
Substrat engine: invitations — invite by verified hashed identifier, accept-required, non-enumerable
No known vulnerabilities
for-each-property
v0.0.4 · 9 years ago
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
No known vulnerabilities
delegate-properties
v0.4.0 · 9 years ago
Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.
No known vulnerabilities
for-each-property-deep
v0.0.3 · 9 years ago
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
No known vulnerabilities
@hackbg/hide
v1.0.4 · 2 years ago
Redefine object properties as non-enumerable.
No known vulnerabilities
get-own-non-enumerable-keys-x
v4.1.2 · 6 years ago
Like Reflect.ownKeys but gets only non-enumerable properties.
No known vulnerabilities
@stdlib/assert-is-nonenumerable-property
v0.1.3 · 5 months ago
Test if an object's own property is non-enumerable.
No known vulnerabilities
get-own-non-enumerable-property-symbols-x
v2.1.2 · 6 years ago
Like Object.getOwnPropertySymbols but gets only non-enumerable properties.
No known vulnerabilities
define-properties-x
v4.1.2 · 6 years ago
Define multiple non-enumerable properties at once.
No known vulnerabilities
@stdlib/strided-base-meta-data-props
v0.2.3 · 5 months ago
Define non-enumerable read-only properties which expose strided array function meta data.
No known vulnerabilities
@stdlib/utils-define-nonenumerable-write-only-accessor
v0.2.3 · 6 months ago
Define a non-enumerable write-only accessor.
No known vulnerabilities
all-keys
v4.0.0 · 5 years ago
Get all property keys of an object including non-enumerable and inherited ones
No known vulnerabilities