Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@golevelup/nestjs-discovery

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golevelup/nestjs-discovery - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.3.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@2.3.0...@golevelup/nestjs-discovery@2.3.1) (2020-05-13)
**Note:** Version bump only for package @golevelup/nestjs-discovery
# [2.3.0](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@2.2.3...@golevelup/nestjs-discovery@2.3.0) (2020-03-27)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "@golevelup/nestjs-discovery",
"version": "2.3.0",
"version": "2.3.1",
"description": "A Badass NestJS module for querying your app's controllers, providers and handlers",

@@ -54,3 +54,3 @@ "keywords": [

},
"gitHead": "ada3a9472c21aab4cecb4c73dac1d1fa45911f82"
"gitHead": "7c05dd13a5c2bf0ab2613290424803280500c1a1"
}

@@ -38,3 +38,3 @@ # @golevelup/nestjs-discovery

@Module({
imports: [DiscoveryModule]
imports: [DiscoveryModule],
})

@@ -118,1 +118,9 @@ export class ExampleModule implements OnModuleInit {

```
## Contribute
Contributions welcome! Read the [contribution guidelines](../../CONTRIBUTING.md) first.
## License
[MIT License](../../LICENSE)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc