All tags
Catalogue tag

#is

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.

51 records
Tagged “is”Ranked by health index
npm · Go
90Excellenthealth index
samchon/typia
Super-fast/easy runtime validators and serializers via transformation
Go · TypeScript★ 5,878↓ 2.3M/moAug 28, 2026
MITAug 28, 2026 · metrics 2.10.0
npm
73Goodhealth index
sindresorhus/is
Type check values
TypeScript★ 1,790↓ 210M/moAug 4, 2026
MITAug 4, 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
npm
65Goodhealth index
sindresorhus/file-type
Detect the file type of a file, stream, or data
JavaScript★ 4,319↓ 215M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
63Moderatehealth index
seijikohara/switch-ts
Switch-case with support for complex conditions for TypeScript
TypeScript★ 3↓ 11.7K/moJul 15, 2026
MITJul 15, 2026 · metrics 2.10.0
npm
62Moderatehealth index
inspect-js/is-core-module
Is this specifier a node.js core module?
JavaScript★ 26↓ 623M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
60Moderatehealth index
syntax-tree/unist-util-is
utility to check if a node passes a test
JavaScript · TypeScript★ 45↓ 224M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
57Moderatehealth index
inspect-js/is-generator-function
Is this an ES6 generator function?
JavaScript★ 48↓ 338M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
57Moderatehealth index
inspect-js/is-regex
Is this value a JS regex?
JavaScript★ 24↓ 384M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
56Moderatehealth index
inspect-js/is-symbol
Is this an ES6 Symbol value?
JavaScript★ 19↓ 344M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
54Moderatehealth index
inspect-js/is-array-buffer
Is this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 13↓ 314M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
54Moderatehealth index
inspect-js/is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 16↓ 349M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
54Moderatehealth index
inspect-js/is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 12↓ 381M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
53Moderatehealth index
inspect-js/is-boolean-object
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 8↓ 337M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
53Moderatehealth index
inspect-js/is-number-object
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 8↓ 323M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
51Moderatehealth index
inspect-js/is-arguments
Is this an arguments object? It's a harder question than you think.
JavaScript★ 17↓ 181M/moAug 29, 2026
MITAug 29, 2026 · metrics 2.10.0
npm
51Moderatehealth index
inspect-js/is-bigint
Is this an ES BigInt value?
JavaScript★ 7↓ 335M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
51Moderatehealth index
inspect-js/is-negative-zero
Is this value negative zero? === will lie to you.
JavaScript★ 18↓ 309M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
51Moderatehealth index
sindresorhus/is-wsl
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
JavaScript★ 198↓ 468M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
50Moderatehealth index
inspect-js/is-document.all
Is this value a `document.all`, eg, an object with the [IsHTMMLDDA]] internal slot?
JavaScript★ 0↓ 83.2M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
50Moderatehealth index
inspect-js/is-set
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 3↓ 308M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
50Moderatehealth index
inspect-js/is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 3↓ 308M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
48Weakhealth index
sindresorhus/is-fullwidth-code-point
Check if the character represented by a given Unicode code point is fullwidth
JavaScript · TypeScript★ 51↓ 1.1B/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
47Weakhealth index
micromatch/is-glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.
JavaScript★ 96↓ 709M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
45Weakhealth index
es-shims/object-is
ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.
JavaScript★ 25↓ 133M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
npm
45Weakhealth index
inspect-js/is-finalizationregistry
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 2↓ 261M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
45Weakhealth index
inspect-js/is-map
Is this value a JS Map? This module works cross-realm/iframe, and despite %Symbol.toStringTag%.
JavaScript★ 9↓ 309M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
45Weakhealth index
inspect-js/is-shared-array-buffer
Is this value a JS SharedArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 3↓ 317M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
45Weakhealth index
inspect-js/is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 3↓ 307M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
45Weakhealth index
sindresorhus/is-docker
Check if the process is running inside a Docker container
JavaScript★ 235↓ 450M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0