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.5.0 to 7.5.1

5

index.d.ts

@@ -105,2 +105,7 @@ // Type definitions for pino-pretty 7.0

/**
* Makes messaging synchronous.
* @default false
*/
sync?: boolean;
/**
* Provides the ability to add a custom prettify function for specific log properties.

@@ -107,0 +112,0 @@ * `customPrettifiers` is an object, where keys are log properties that will be prettified

2

package.json
{
"name": "pino-pretty",
"version": "7.5.0",
"version": "7.5.1",
"description": "Prettifier for Pino log lines",

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -30,3 +30,4 @@ import { expectType } from "tsd";

}
}
},
sync: false,
};

@@ -53,3 +54,4 @@

}
}
},
sync: false,
};

@@ -56,0 +58,0 @@

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