All tags
Catalogue tag

#object

Every repository in the public record carrying this tag — from its GitHub topics or the keywords its package registries publish. Health is measured under the same versioned methodology as the rest of the record.

180 records
Tagged “object”Ranked by health index
npm
37Weakhealth index
mcollina/reusify
Reuse objects and functions with style
JavaScript★ 186↓ 499M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
36Weakhealth index
sindresorhus/is-plain-obj
Check if a value is a plain object
JavaScript · TypeScript★ 106↓ 450M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
36Weakhealth index
sindresorhus/merge-descriptors
Merge objects using their property descriptors
JavaScript★ 155↓ 472M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
35Weakhealth index
jonschlinkert/shallow-clone
Make a shallow clone of an object, array or primitive.
JavaScript★ 31↓ 108M/moAug 22, 2026
MITAug 22, 2026 · metrics 2.10.0
npm
35Weakhealth index
sindresorhus/object-assign
ES2015 Object.assign() ponyfill
JavaScript★ 918↓ 627M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
34At Riskhealth index
ianstormtaylor/superstruct
A simple and composable way to validate data in JavaScript (and TypeScript).
TypeScript★ 7,137↓ 22.6M/moAug 12, 2026
MITAug 12, 2026 · metrics 2.10.0
npm
34At Riskhealth index
sindresorhus/define-lazy-prop
Define a lazily evaluated property on an object
JavaScript · TypeScript★ 67↓ 353M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
33At Riskhealth index
absunstar/isite
Create Node Js WebSite with Many Featuers
JavaScript★ 3↓ 92.9K/moJul 20, 2026
MITJul 20, 2026 · metrics 2.10.0
npm · Go · PyPI
33At Riskhealth index
cameraui/plugins
Official camera.ui plugins
Python · TypeScript★ 0↓ 19.1K/moJul 15, 2026
No licenseJul 15, 2026 · metrics 2.10.0
npm
32At Riskhealth index
hughsk/flat
:steam_locomotive: Flatten/unflatten nested Javascript objects
JavaScript★ 1,815↓ 122M/moAug 4, 2026
BSD-3-ClauseAug 4, 2026 · metrics 2.10.0
npm
31At Riskhealth index
jonschlinkert/is-extendable
Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object that can be extended.
JavaScript★ 19↓ 229M/moAug 29, 2026
MITAug 29, 2026 · metrics 2.10.0
npm
31At Riskhealth index
jonschlinkert/isobject
Is the value an object, and not an array or null?
JavaScript★ 107↓ 242M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
30At Riskhealth index
jonschlinkert/extend-shallow
Extend object A with the properties of object B. node.js/javascript util.
JavaScript★ 33↓ 278M/moAug 29, 2026
MITAug 29, 2026 · metrics 2.10.0
npm
30At Riskhealth index
node-cache/node-cache
a node internal (in-memory) caching module
CoffeeScript★ 2,372↓ 21.1M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
30At Riskhealth index
puleos/object-hash
Generate hashes from javascript objects in node and the browser.
JavaScript★ 1,474↓ 276M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
29At Riskhealth index
jonschlinkert/for-in
Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.
JavaScript★ 36↓ 71.6M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
npm
29At Riskhealth index
lukeed/klona
A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
JavaScript★ 1,731↓ 57.6M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
29At Riskhealth index
stevemao/compare-func
Get a compare function for array to sort
JavaScript★ 16↓ 50.5M/moAug 23, 2026
MITAug 23, 2026 · metrics 2.10.0
npm
29At Riskhealth index
wesleytodd/setprototypeof
Polyfill for Object.setPrototypeOf
JavaScript★ 51↓ 475M/moAug 4, 2026
ISCAug 4, 2026 · metrics 2.10.0
npm
28At Riskhealth index
mattphillips/deep-object-diff
Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️
JavaScript★ 1,139↓ 16.8M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
26At Riskhealth index
jonschlinkert/is-plain-object
Returns true if the given value is an object created by the Object constructor.
HTML · JavaScript★ 158↓ 291M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
25At Riskhealth index
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
JavaScript★ 354↓ 477M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
NuGet
25At Riskhealth index
yoyoboot/Yoyo.Abp
Enhanced ASP.NET Boilerplate is an open-source fork of the original ASP.NET Boilerplate framework that introduces flexible primary key types for entities.
C#★ 4Aug 11, 2026
Apache-2.0Aug 11, 2026 · metrics 2.10.0
npm
23At Riskhealth index
jonschlinkert/clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
JavaScript★ 317↓ 110M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
PyPI
22At Riskhealth index
mwilliamson/python-cobble
Create Python data objects
Python★ 6↓ 15.1M/moAug 27, 2026
No licenseAug 27, 2026 · metrics 2.10.0
npm
20At Riskhealth index
developit/dlv
Safe deep property access in 120 bytes. x = dlv(obj, 'a.b.x')
JavaScript★ 1,251↓ 169M/moAug 13, 2026
No licenseAug 13, 2026 · metrics 2.10.0
npm
20At Riskhealth index
mariocasciaro/object-path
A tiny JavaScript utility to access deep properties using a path (for Node and the Browser)
JavaScript★ 1,062↓ 11.4M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
PyPI
20At Riskhealth index
rwightman/efficientdet-pytorch
A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights
Python★ 1,654↓ 542.8K/moAug 13, 2026
Apache-2.0Aug 13, 2026 · metrics 2.10.0
npm
16Criticalhealth index
humanwhocodes/object-schema
DEPRECATED. Use eslint/object-schema instead.
JavaScript★ 33↓ 137M/moAug 4, 2026
BSD-3-ClauseAug 4, 2026 · metrics 2.10.0
npm
13Criticalhealth index
Raynos/xtend
extend like a boss
JavaScript★ 306↓ 324M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0