This package provides a connector for metamask-like ethereum injected providers.
Passports plugin for clubs
vtex plugin debug
Universal AI agent observability — 1 line to trace every LLM call (OpenAI, Anthropic, Gemini, Cohere, Mistral)
Audible debugging tools
Javascript library for the Twitch Messaging Interface.
Displays live TPS (tokens per second), average TPS, and average TTFT (time to first token) in the OpenCode session prompt. When prompt processing, it can also show prefill progress from a compatible proxy endpoint.
canvas2svg
For usage documentation please visit https://doc.babylonjs.com/how_to/debug_layer.
Enables viewing/debugging Playwright runs from remote environments (ex. CI) with debug information you're used to having locally.
ESLint rules for JavaScript and TypeScript
This plugin automatically applies reasonable, configurable limits to the number of records that can be requested in a single query. It is designed to prevent excessive data retrieval that could lead to performance issues.
assert that an object will vanish
NetSuite REST API integration for n8n using both OAuth1 and OAuth2.
Debug instrumentation for Signal JavaScript SDK clients.
HTTP request mocking library for Puppeteer and Playwright
Messaging API client for Telegram
Externalizes the source map found inside a stream to an external `.js.map` file
ZK Email SDK for TypeScript
Winston wrapped and configured for easy usage and integration.
An infinite scrolling list of vue3, of course vue2 can also be used.
Client side proxy for visionmedia/debug to allow delayed loading
Entity-relationship diagram (ERD) generator for Drizzle.
JSDev is a simple JavaScript preprocessor. It implements a tiny macro language that is written in the form of tagged comments. These comments are normally ignored, and will be removed by JSMin. But JSDev will activate these comments, replacing them with executable forms that can be used to do debugging, testing, logging, or tracing. JSDev scans a source looking for and replacing patterns. A pattern is a slashstar comment containing a tag and some stuff, and optionally a condition wrapped in parens. There must be no space between the slashstar and the <tag>.