New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@abmao/nest-logs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abmao/nest-logs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

dist/interceptor/logs.interceptor.js

@@ -11,2 +11,3 @@ "use strict";

const common_1 = require("@nestjs/common");
const operators_1 = require("rxjs/operators");
const logs_1 = require("../constants/logs");

@@ -50,3 +51,3 @@ const utils_1 = require("../utils");

Reflect.getMetadata(logs_1.LOG_MESSAGE, context.getClass());
const observable = next.handle();
const observable = next.handle().pipe((0, operators_1.share)());
if (isPrintLog) {

@@ -53,0 +54,0 @@ let response;

{
"name": "@abmao/nest-logs",
"version": "0.0.2",
"version": "0.0.3",
"description": "在nestjs中实现日志打印功能",

@@ -5,0 +5,0 @@ "author": "mawencan",

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