TypeScript utility function
This is the default wallet adapter used in the starter packs. This adapter implements the Wallet Adapter interface, but uses an unsafe local keypair to sign messages.
A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.
Constants and utilities about visitor keys to traverse AST.
mdast utility to serialize markdown
Compile objects with duplicate keys to valid strict ES5
Visitor keys used to help traverse the TypeScript-ESTree AST
Amazingly short non-sequential url-friendly unique id generator.
Utility to create AdGuard DNR rulesets for mv3 extensions
Parse Content Security Policy directives.
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Meticulous API types
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Adds support for environments that disallow support of new Function
An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services
Check if a filename is safe to use in a path join operation
Create a security plugin for node.js
Lowercase the keys of an object
Isomorphic client library for Azure KeyVault's keys.
Convert object keys from camel case
Like `Object.keys()` but also includes symbols
Convert object keys to camel case
Unsafely turn ArrayBuffers into raw pointers and raw pointers into ArrayBuffers. Warning: arbitrary memory access can lead to attackers controlling your users' computers.
ESLint rules to disallow unsafe regular expressions.