You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@golevelup/nestjs-discovery

Package Overview
Dependencies
Maintainers
3
Versions
15
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

to
3.0.1

6

CHANGELOG.md

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

## [3.0.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@3.0.0...@golevelup/nestjs-discovery@3.0.1) (2023-07-03)
### Bug Fixes
- **discovery:** uses better truth check with lodash isNil ([#611](https://github.com/golevelup/nestjs/issues/611)) ([fcb83da](https://github.com/golevelup/nestjs/commit/fcb83da98c0e5b79d71e069f7b94c2c5cf8b160b))
# [3.0.0](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@2.3.2...@golevelup/nestjs-discovery@3.0.0) (2022-01-24)

@@ -8,0 +14,0 @@

2

lib/discovery.service.js

@@ -123,3 +123,3 @@ "use strict";

.scanFromPrototype(instance, prototype, (name) => this.extractMethodMetaAtKey(metaKey, component, prototype, name))
.filter((x) => !!x.meta);
.filter((x) => !(0, lodash_1.isNil)(x.meta));
}

@@ -126,0 +126,0 @@ /**

{
"name": "@golevelup/nestjs-discovery",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Badass NestJS module for querying your app's controllers, providers and handlers",

@@ -37,2 +37,6 @@ "keywords": [

},
"peerDependencies": {
"@nestjs/common": "^9.x",
"@nestjs/core": "^9.x"
},
"bugs": {

@@ -55,3 +59,3 @@ "url": "https://github.com/golevelup/nestjs/issues"

},
"gitHead": "94ca5b66d3377ebf69b6ff22c1f3f38197fc553d"
"gitHead": "780b9f6ba50ec4b1e4516a8502dfc3d86ce0017a"
}

Sorry, the diff of this file is not supported yet