nestjs-components
nestjs-components copied to clipboard
A list of useful components for NestJS applications
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...
I was trying to implement auth guard on the microservices, but on the auth guard class, we need to send the data via `this.client.send` which needs to be using MessagePattern,...
This PR adds the ability for GraphQL requests to be logged via the `LoggingInterceptor`. ## Description Nest provides a base `ExecutionContext` that allows for REST and GraphQL apps to be...
Currently, the `LoggingInterceptor` does not work with graphql. Internal calls to `intercept`, `logNext`, and `logError` use the base `ExecutionContext` from nest without first evaluating the [current application context](https://docs.nestjs.com/fundamentals/execution-context#current-application-context). Accessors for...
## Description Use global filters instead of module to test `HttpExceptionFilter`. ## Motivation and Context `HttpExceptionFilter` should be used with `useGlobalFilters` instead of creating a Module and importing it. ##...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...