Socket
Socket
Sign inDemoInstall

pino-pretty

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-pretty - npm Package Compare versions

Comparing version 7.6.0 to 7.6.1

2

index.d.ts

@@ -16,3 +16,3 @@ // Type definitions for pino-pretty 7.0

declare function PinoPretty(options: PrettyOptions_): PinoPretty.PrettyStream;
declare function PinoPretty(options?: PrettyOptions_): PinoPretty.PrettyStream;

@@ -19,0 +19,0 @@ interface PrettyOptions_ {

{
"name": "pino-pretty",
"version": "7.6.0",
"version": "7.6.1",
"description": "Prettifier for Pino log lines",

@@ -57,3 +57,3 @@ "type": "commonjs",

"tap": "^16.0.0",
"tsd": "^0.19.0",
"tsd": "^0.20.0",
"typescript": "^4.4.3"

@@ -60,0 +60,0 @@ },

@@ -63,2 +63,3 @@ import { expectType } from "tsd";

expectType<PrettyStream>(pretty()); // #326
expectType<PrettyStream>(pretty(options));

@@ -65,0 +66,0 @@ expectType<PrettyStream>(PinoPrettyNamed(options));

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