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

nestjs-pino-stackdriver

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-pino-stackdriver - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

dist/correlation-tracer.middleware.d.ts

3

dist/index.d.ts

@@ -1,4 +0,3 @@

export * from "./correlation-id.middleware";
export * from "./tracer.middleware";
export * from "./correlation-tracer.middleware";
export * from "./logger.module";
export * from "./logger.service";

@@ -6,6 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./correlation-id.middleware"));
__export(require("./tracer.middleware"));
__export(require("./correlation-tracer.middleware"));
__export(require("./logger.module"));
__export(require("./logger.service"));
//# sourceMappingURL=index.js.map

@@ -13,2 +13,3 @@ import { LoggerService } from '@nestjs/common';

verbose(msg: any, context?: string, ...args: any[]): void;
clone(): Logger;
}

@@ -61,2 +61,7 @@ "use strict";

}
clone() {
const copy = new this.constructor();
Object.assign(copy, this);
return copy;
}
};

@@ -63,0 +68,0 @@ Logger = __decorate([

{
"name": "nestjs-pino-stackdriver",
"version": "0.2.1",
"version": "0.2.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist",

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