Socket
Socket
Sign inDemoInstall

pino-pretty

Package Overview
Dependencies
Maintainers
3
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 10.3.0 to 10.3.1

5

index.d.ts

@@ -204,2 +204,4 @@ // Type definitions for pino-pretty 7.0

declare function build(options: PrettyOptions_): PinoPretty.PrettyStream;
declare namespace PinoPretty {

@@ -212,5 +214,6 @@ type Prettifier = (inputData: string | object) => string;

type PrettyFactory = typeof prettyFactory;
type Build = typeof build;
}
export default PinoPretty;
export { PinoPretty, PrettyOptions_ as PrettyOptions, colorizerFactory, prettyFactory };
export { build, PinoPretty, PrettyOptions_ as PrettyOptions, colorizerFactory, prettyFactory };

1

index.js

@@ -168,4 +168,5 @@ 'use strict'

module.exports = build
module.exports.build = build
module.exports.prettyFactory = prettyFactory
module.exports.colorizerFactory = colors
module.exports.default = build
{
"name": "pino-pretty",
"version": "10.3.0",
"version": "10.3.1",
"description": "Prettifier for Pino log lines",

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

"tap": "^16.0.0",
"tsd": "^0.29.0",
"tsd": "^0.30.0",
"typescript": "^5.0.2"

@@ -64,0 +64,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc