loopback-component-explorer is a utility for LoopBack 3 applications, providing an interactive UI to browse and test API endpoints. It is currently at version 6.5.1 and is intrinsically linked to LoopBack 3, which is in "Maintenance LTS mode." This means the component itself receives only critical bug fixes and security patches, with no new feature development. Its primary function is to render the API specification using an embedded `swagger-ui` (version 2.x), enabling developers to visualize and interact with their API routes directly within the browser. Its release cadence is sporadic, tied to critical fixes for the EOL LoopBack 3 framework. A key differentiator is its seamless integration into the LoopBack 3 ecosystem, acting as the standard API documentation and testing tool for that framework generation. Users are strongly encouraged to migrate to LoopBack 4, which uses a different explorer component.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Primarily used in CommonJS environments with LoopBack 3, the `explorer` variable then becomes a function to register the component.
The `routes` method is a property of the main `loopback-component-explorer` export, used to mount the explorer as Express middleware.
Demonstrates how to initialize a basic LoopBack 3 application and mount the API Explorer at a specified path, exposing a simple 'Product' model.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.