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

@nclabs/nestjs-rpc-module

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nclabs/nestjs-rpc-module - npm Package Compare versions

Comparing version 0.1.46 to 0.1.47

12

lib/nclabs-logger.interceptor.js

@@ -25,10 +25,10 @@ "use strict";

return next.handle().pipe((0, rxjs_1.map)((data) => {
console.log(' ********** DATA ********** ');
console.log(data);
console.log(' ');
// console.log(' ********** DATA ********** ');
// console.log(data);
// console.log(' ');
return data;
}), (0, rxjs_1.catchError)((err) => {
console.log(' ********** ERROR ********** ');
console.log(err);
console.log(' ');
// console.log(' ********** ERROR ********** ');
// console.log(err);
// console.log(' ');
return (0, rxjs_1.throwError)(() => err);

@@ -35,0 +35,0 @@ }));

{
"name": "@nclabs/nestjs-rpc-module",
"version": "0.1.46",
"version": "0.1.47",
"description": "Utilitário NestJS para configuração de rotas e cache em microsserviços. Utilizado especificamente para projetos nclabs",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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