339,080 packages matching “object assignment”
array-to-object-assignment
v1.0.5 · 9 months ago
Do you use really a lot of slow array assignment pattern const [state, setState] = useState(); Use this plugin to transform it to fast const {0:state,1:setState} = useState() object assignment pattern!
No known vulnerabilities
xtend
v4.0.2 · 7 years ago
extend like a boss
No known vulnerabilities
object-assign
v4.1.1 · 9 years ago
ES2015 `Object.assign()` ponyfill
No known vulnerabilities
fast-json-stable-stringify
v2.1.0 · 6 years ago
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
No known vulnerabilities
object-visit
v1.0.1 · 9 years ago
Call a specified method on each value in the given object.
No known vulnerabilities
json-stable-stringify-without-jsonify
v1.0.1 · 9 years ago
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
No known vulnerabilities
should-equal
v2.0.0 · 8 years ago
Deep comparison of 2 instances for should.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
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
sort-object
v3.0.3 · 6 years ago
Sort the keys in an object.
No known vulnerabilities
deep-extend
v0.6.0 · 8 years ago
Recursive object extending
No known vulnerabilities
only
v0.0.2 · 13 years ago
return whitelisted properties of an object
No known vulnerabilities
object-keys
v1.1.1 · 7 years ago
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
No known vulnerabilities
mixin-object
v3.0.0 · 8 years ago
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
No known vulnerabilities
shallow-copy
v0.0.1 · 13 years ago
make a shallow copy of an object or array
No known vulnerabilities
extend-shallow
v3.0.2 · 8 years ago
Extend an object with the properties of additional objects. node.js/javascript util.
No known vulnerabilities
validate-npm-package-license
v3.0.4 · 8 years ago
Give me a string and I'll tell you if it's a valid npm package license string
No known vulnerabilities
is-equal-shallow
v0.1.3 · 11 years ago
Does a shallow comparison of two objects, returning false if the keys or values differ.
No known vulnerabilities
as-table
v1.0.55 · 6 years ago
A simple function that print objects / arrays as ASCII tables. Handles ANSI styling and weird 💩 Unicode emoji symbols – they won't break the layout.
No known vulnerabilities
setprototypeof
v1.2.0 · 7 years ago
A small polyfill for Object.setprototypeof
No known vulnerabilities