2,190 packages matching “enumerable”
get-own-enumerable-property-symbols
v3.0.2 · 6 years ago
Returns an array of all enumerable symbol properties found directly upon a given object
No known vulnerabilities
@stdlib/utils-define-nonenumerable-read-only-property
v0.2.3 · 6 months ago
Define a non-enumerable read-only property.
No known vulnerabilities
enumerable
v0.0.1 · 15 years ago
Enumerable library mimicking the linq api from .NET
No known vulnerabilities
@stdlib/assert-is-enumerable-property
v0.2.3 · 5 months ago
Test if an object's own property is enumerable.
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
property-is-enumerable-x
v2.1.2 · 6 years ago
Indicates whether the specified property is enumerable.
No known vulnerabilities
@stdlib/utils-enumerable-properties
v0.2.3 · 5 months ago
Return an array of an object's own enumerable property names and symbols.
No known vulnerabilities
@fastify/deepmerge
v3.2.1 · 5 months ago
Merges the enumerable properties of two or more objects deeply.
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
ember-runtime-enumerable-includes-polyfill
v2.1.0 · 8 years ago
Polyfill for ember-runtime-enumerable-includes feature (noop in Ember >= 2.8)
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
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-write-accessor
v0.2.3 · 6 months ago
Define a non-enumerable read-write accessor.
No known vulnerabilities
@ndhoule/keys
v2.0.0 · 10 years ago
Create an array of the owned/enumerable keys of an input object.
No known vulnerabilities
rename-keys
v2.0.1 · 8 years ago
Modify the names of the own enumerable properties (keys) of an object.
No known vulnerabilities
@stdlib/utils-keys
v0.2.3 · 5 months ago
Return an array of an object's own enumerable property names.
No known vulnerabilities
dprop
v1.0.0 · 11 years ago
tiny util for making enumerable properties
No known vulnerabilities
just-is-empty
v3.4.1 · 3 years ago
return true if object has no enumerable key values
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
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