ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
A querystring parser that supports nesting and arrays, with a depth limit
parse SPDX license expressions
The node.js assert module, re-packaged for web browsers.
To compare dom and shadow dom trees. Part of open-wc recommendations
A highly consumable list of bad (profanity) english words (forked from badwords)
Does this JS environment support the `name` property on functions?
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
Configuration validation support for Okta JavaScript SDKs
Store information about any JS value in a side channel. Uses WeakMap if available.
ES6 spec-compliant RegExp.prototype.flags shim.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
ES5 spec-compliant shim for String.prototype.trim
Store information about any JS value in a side channel, using a linked list
Store information about any JS value in a side channel, using a Map
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value negative zero? === will lie to you
escape Markdown control characters
Resolve npm package details, like name and base path, given an absolute path to a file inside a package
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Utilities for testing front-end components and applications
Unbox a boxed JS primitive value.