🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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
4.0.0

8

CHANGELOG.md

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

# [4.0.0](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@3.0.1...@golevelup/nestjs-discovery@4.0.0) (2023-07-18)
- feat(nestjs)!: add support for v10 (#617) ([817729e](https://github.com/golevelup/nestjs/commit/817729ef0fc4d63647430ddac0d011c038b0c36b)), closes [#617](https://github.com/golevelup/nestjs/issues/617)
### BREAKING CHANGES
- updating to new major NestJS versions
## [3.0.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@3.0.0...@golevelup/nestjs-discovery@3.0.1) (2023-07-03)

@@ -8,0 +16,0 @@

4

lib/discovery.interfaces.d.ts

@@ -24,4 +24,4 @@ import { Type } from '@nestjs/common';

}
export declare type MetaKey = string | number | symbol;
export declare type Filter<T> = (item: T) => boolean;
export type MetaKey = string | number | symbol;
export type Filter<T> = (item: T) => boolean;
//# sourceMappingURL=discovery.interfaces.d.ts.map

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

component.injectType,
].filter((x) => x != null);
].filter((x) => !(0, lodash_1.isNil)(x));
return (0, lodash_1.some)(metaTargets, (x) => Reflect.getMetadata(key, x));

@@ -48,0 +48,0 @@ };

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

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

@@ -35,7 +35,7 @@ "keywords": [

"dependencies": {
"lodash": "^4.17.15"
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^9.x",
"@nestjs/core": "^9.x"
"@nestjs/common": "^10.x",
"@nestjs/core": "^10.x"
},

@@ -59,3 +59,3 @@ "bugs": {

},
"gitHead": "780b9f6ba50ec4b1e4516a8502dfc3d86ce0017a"
"gitHead": "e548ccdb6def8cacf68fe7f60e13ec612eb0f57b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet