258,296 packages matching “web-inspect”
is-map
v2.0.3 · 2 years ago
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
No known vulnerabilities
is-negative-zero
v2.0.3 · 2 years ago
Is this value negative zero? === will lie to you
No known vulnerabilities
which-typed-array
v1.1.22 · 3 months ago
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
No known vulnerabilities
is-symbol
v1.1.1 · 1 year ago
Determine if a value is an ES6 Symbol or not.
No known vulnerabilities
which-collection
v1.0.2 · 2 years ago
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
No known vulnerabilities
hasown
v2.0.4 · 3 months ago
A robust, ES3 compatible, "has own property" predicate.
No known vulnerabilities
is-weakref
v1.1.1 · 1 year ago
Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
No known vulnerabilities
is-arguments
v1.2.0 · 1 year ago
Is this an arguments object? It's a harder question than you think.
No known vulnerabilities
is-typed-array
v1.1.15 · 1 year ago
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.
No known vulnerabilities
array-buffer-byte-length
v1.0.2 · 1 year ago
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
No known vulnerabilities
has-dynamic-import
v2.1.1 · 1 year ago
Does the current environment have `import()` support?
No known vulnerabilities
data-view-byte-length
v1.0.2 · 1 year ago
Get the byteLength out of a DataView, robustly.
No known vulnerabilities
is-array-buffer
v3.0.5 · 1 year ago
Is this value a JS ArrayBuffer?
No known vulnerabilities
typed-array-length
v1.0.8 · 3 months ago
Robustly get the length of a Typed Array
No known vulnerabilities
is-weakmap
v2.0.2 · 2 years ago
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
No known vulnerabilities
is-shared-array-buffer
v1.0.4 · 1 year ago
Is this value a JS SharedArrayBuffer?
No known vulnerabilities
has-proto
v1.2.0 · 1 year ago
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
No known vulnerabilities
is-set
v2.0.3 · 2 years ago
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
No known vulnerabilities
which-boxed-primitive
v1.1.1 · 1 year ago
Which kind of boxed JS primitive is this?
No known vulnerabilities
typed-array-buffer
v1.0.3 · 1 year ago
Get the ArrayBuffer out of a TypedArray, robustly.
No known vulnerabilities