All tags
Catalogue tag

#value

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.

28 records
Tagged “value”Ranked by health index
npm
92Excellenthealth index
jaredwray/keyv
Simple key-value storage with support for multiple backends
TypeScript★ 3,188↓ 673M/moAug 27, 2026
Custom licenseAug 27, 2026 · metrics 2.10.0
NuGet
83Excellenthealth index
soenneker/soenneker.dtos.idvaluepair
A minimal Record type with an Id (string), Value (string), and maximum JSON compatibility
C#★ 0Jul 27, 2026
MITJul 27, 2026 · metrics 2.10.0
NuGet
80Excellenthealth index
Qowaiv/Qowaiv
Qowaiv is a Single Value Object library
C#★ 96Jul 22, 2026
MITJul 22, 2026 · metrics 2.10.0
npm
77Goodhealth index
mljs/matrix
Matrix manipulation and computation library
JavaScript★ 400↓ 6.7M/moAug 27, 2026
MITAug 27, 2026 · metrics 2.10.0
77Goodhealth index
soenneker/soenneker.dtos.idnamevalue
A minimal Record type with an Id (string), Name (string), Value (string) and maximum JSON compatibility
C#★ 0Jul 18, 2026
MITJul 18, 2026 · metrics 2.10.0
npm
69Goodhealth index
inspect-js/is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
JavaScript★ 15↓ 90M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
crates.io
67Goodhealth index
Diggsey/ijson
More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.
Rust★ 146↓ 224K/moJul 17, 2026
Apache-2.0Jul 17, 2026 · metrics 2.10.0
67Goodhealth index
soenneker/soenneker.atomics.valueints
A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
C#★ 0Jul 18, 2026
MITJul 18, 2026 · metrics 2.10.0
65Goodhealth index
soenneker/soenneker.atomics.valuebools
A thread-safe bool struct implemented on top of Interlocked/Volatile operations.
C#★ 0Jul 17, 2026
MITJul 17, 2026 · metrics 2.10.0
npm
60Moderatehealth index
mkbabb/value.js
CSS value units for color, length, angles, & c.
TypeScript★ 0↓ 2,468/moJul 20, 2026
MITJul 20, 2026 · metrics 2.10.0
Packagist
60Moderatehealth index
tomatophp/filament-translation-component
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
PHP · Blade★ 5↓ 2,624/moJul 22, 2026
MITJul 22, 2026 · metrics 2.10.0
npm
57Moderatehealth index
sindresorhus/camelcase-keys
Convert object keys to camel case
TypeScript · JavaScript★ 758↓ 92.2M/moAug 29, 2026
MITAug 29, 2026 · metrics 2.10.0
Packagist
48Weakhealth index
matthiasmullie/scrapbook
PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
PHP★ 322↓ 93.8K/moAug 22, 2026
MITAug 22, 2026 · metrics 2.10.0
npm
47Weakhealth index
sindresorhus/map-obj
Map object keys and values into a new object
JavaScript · TypeScript★ 218↓ 142M/moAug 29, 2026
MITAug 29, 2026 · metrics 2.10.0
npm
35Weakhealth index
sindresorhus/arrify
Convert a value to an array
TypeScript · JavaScript★ 133↓ 193M/moAug 4, 2026
MITAug 4, 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
NuGet
32At Riskhealth index
JoshClose/CsvHelper
Library to help reading and writing CSV files
C# · CSS★ 5,209Aug 22, 2026
Custom licenseAug 22, 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
gkz/levn
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
LiveScript★ 85↓ 553M/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
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
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
wooorm/ccount
Count how often a substring occurs
JavaScript★ 6↓ 175M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
24At Riskhealth index
stevemao/array-ify
Turn anything into an array
JavaScript★ 5↓ 50M/moAug 23, 2026
MITAug 23, 2026 · metrics 2.10.0
npm
20At Riskhealth index
jonschlinkert/is-number
JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.
JavaScript★ 284↓ 704M/moAug 4, 2026
MITAug 4, 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