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.2.3 to 2.2.4-rc.0

6

CHANGELOG.md

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

## [2.2.4-rc.0](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@2.2.3...@golevelup/nestjs-discovery@2.2.4-rc.0) (2020-03-27)
### Features
- **hasura:** event handling service ([a98ab7f](https://github.com/golevelup/nestjs/commit/a98ab7f)), closes [#116](https://github.com/golevelup/nestjs/issues/116)
## [2.2.3](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@2.2.2...@golevelup/nestjs-discovery@2.2.3) (2020-01-12)

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

@@ -0,3 +1,9 @@

/**
* Exposes a query API over top of the NestJS Module container
*
* @export
* @class DiscoveryModule
*/
export declare class DiscoveryModule {
}
//# sourceMappingURL=discovery.module.d.ts.map

8

lib/discovery.module.js

@@ -12,2 +12,8 @@ "use strict";

const discovery_service_1 = require("./discovery.service");
/**
* Exposes a query API over top of the NestJS Module container
*
* @export
* @class DiscoveryModule
*/
let DiscoveryModule = class DiscoveryModule {

@@ -19,3 +25,3 @@ };

providers: [discovery_service_1.DiscoveryService, metadata_scanner_1.MetadataScanner],
exports: [discovery_service_1.DiscoveryService]
exports: [discovery_service_1.DiscoveryService],
})

@@ -22,0 +28,0 @@ ], DiscoveryModule);

4

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

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

},
"gitHead": "73eb8ddd8fc95dc6b12ea3d03ec8bf6e0a3ec5ee"
"gitHead": "9c85c4adf55cdb4b3b91e4a4bb34f672e52309f3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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