
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@golevelup/nestjs-discovery
Advanced tools
A Badass NestJS module for querying your app's controllers, providers and handlers
@golevelup/nestjs-discovery is a utility library for the NestJS framework that provides tools for discovering and interacting with providers, controllers, and other components within a NestJS application. It simplifies the process of dynamically finding and using these components.
Discover Providers
This feature allows you to discover all providers that have a specific metadata key. This can be useful for dynamically interacting with certain providers based on custom metadata.
const providers = await discoveryService.providersWithMetaAtKey('someMetaKey');
Discover Controllers
Similar to discovering providers, this feature lets you find all controllers that have a specific metadata key. This can be useful for dynamically routing or handling requests based on controller metadata.
const controllers = await discoveryService.controllersWithMetaAtKey('someMetaKey');
Discover Methods
This feature allows you to discover all methods within your application that have a specific metadata key. This can be useful for dynamically invoking methods or applying certain behaviors based on method metadata.
const methods = await discoveryService.methodsWithMetaAtKey('someMetaKey');
nestjs-query is a package that provides a set of tools for building GraphQL and REST APIs with NestJS. It offers features like automatic CRUD operations and filtering, which can be compared to the dynamic discovery and interaction capabilities of @golevelup/nestjs-discovery.
FAQs
A Badass NestJS module for querying your app's controllers, providers and handlers
The npm package @golevelup/nestjs-discovery receives a total of 449,029 weekly downloads. As such, @golevelup/nestjs-discovery popularity was classified as popular.
We found that @golevelup/nestjs-discovery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.