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

nestjs-pino

Package Overview
Dependencies
Maintainers
1
Versions
1336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-pino - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

dist/index.d.ts

@@ -23,2 +23,9 @@ import { LoggerService } from "@nestjs/common";

export declare function createLoggerMiddlewares(options: LoggerOptions, stream: DestinationStream): express.Handler[];
declare global {
namespace Express {
interface Request {
log: pino.Logger;
}
}
}
export {};

2

package.json
{
"name": "nestjs-pino",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pino logger for NestJS",

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

@@ -87,3 +87,2 @@ # nestjs-pino

```ts
import { Provider } from "@nestjs/common";
import { Logger } from 'nestjs-pino';

@@ -90,0 +89,0 @@

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