972 packages matching “Enumerable”
for-own
v1.0.0 · 9 years ago
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
No known vulnerabilities
for-in
v1.0.2 · 9 years ago
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
No known vulnerabilities
get-own-enumerable-keys
v1.0.0 · 3 years ago
Like `Object.keys()` but also includes symbols
No known vulnerabilities
@stdlib/utils-define-nonenumerable-property
v0.2.3 · 6 months ago
Define a non-enumerable property.
No known vulnerabilities
object-foreach
v0.1.2 · 12 years ago
Executes a function on each of an objects own enumerable properties.
No known vulnerabilities
deep-keys
v0.5.0 · 8 years ago
Creates an array composed of the own enumerable property names(including nested) of an object.
No known vulnerabilities
own-enumerable-keys
v1.0.0 · 11 years ago
gets own enumerable property names and symbols
No known vulnerabilities
nonenumerable
v1.1.1 · 8 years ago
Decorator to make properties non-enumerable.
No known vulnerabilities
get-own-enumerable-keys-x
v2.1.2 · 6 years ago
Like Reflect.ownKeys but gets only enumerable properties.
No known vulnerabilities
get-own-enumerable-property-symbols-x
v2.1.2 · 6 years ago
Like Object.getOwnPropertySymbols but gets only enumerable properties.
No known vulnerabilities
assign-deep
v1.0.1 · 7 years ago
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
No known vulnerabilities
assign-symbols
v2.0.2 · 8 years ago
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
No known vulnerabilities
@ndhoule/defaults
v2.0.1 · 10 years ago
Copies owned, enumerable properties from a source object(s) to a target object when the value of that property on the source object is `undefined`.
1 high
empt
v0.27.0 · 9 years ago
Check if object has no enumerable properties.
No known vulnerabilities
@substrat-run/engine-invites
v0.2.2 · 32 minutes ago
Substrat engine: invitations — invite by verified hashed identifier, accept-required, non-enumerable
No known vulnerabilities
delegate-properties
v0.4.0 · 10 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
object-recursive-iterator
v2.1.0 · 6 years ago
Iterate recursively over the enumerable properties of an object and execute the given callback on the objects's leafs.
No known vulnerabilities
@cological/linq
v1.2.2 · 5 years ago
A Typescript implementation of the .Net Enumerable
No known vulnerabilities
hide-key
v0.0.1 · 12 years ago
Shortcut for `defineProperty` with `enumerable: false`.
No known vulnerabilities
get-own-property-names-x
v3.1.2 · 6 years ago
Creates an array of all properties (enumerable or not) found directly upon a given object.
No known vulnerabilities