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

@types/pino

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pino - npm Package Compare versions

Comparing version 6.3.1 to 6.3.2

9

pino/index.d.ts

@@ -736,2 +736,3 @@ // Type definitions for pino 6.3

*
* @typeParam T: the interface of the object being serialized. Default is object.
* @param obj: object to be serialized

@@ -746,2 +747,3 @@ * @param msg: the log message to write

*
* @typeParam T: the interface of the object being serialized. Default is object.
* @param obj: object to be serialized

@@ -756,2 +758,3 @@ * @param msg: the log message to write

*
* @typeParam T: the interface of the object being serialized. Default is object.
* @param obj: object to be serialized

@@ -766,2 +769,3 @@ * @param msg: the log message to write

*
* @typeParam T: the interface of the object being serialized. Default is object.
* @param obj: object to be serialized

@@ -776,2 +780,3 @@ * @param msg: the log message to write

*
* @typeParam T: the interface of the object being serialized. Default is object.
* @param obj: object to be serialized

@@ -786,2 +791,3 @@ * @param msg: the log message to write

*
* @typeParam T: the interface of the object being serialized. Default is object.
* @param obj: object to be serialized

@@ -821,4 +827,5 @@ * @param msg: the log message to write

interface LogFn {
/* tslint:disable:no-unnecessary-generics */
<T extends object>(obj: T, msg?: string, ...args: any[]): void;
(msg: string, ...args: any[]): void;
(obj: object, msg?: string, ...args: any[]): void;
}

@@ -825,0 +832,0 @@

4

pino/package.json
{
"name": "@types/pino",
"version": "6.3.1",
"version": "6.3.2",
"description": "TypeScript definitions for pino",

@@ -81,4 +81,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "01af472560a24950a7e6b4bab8b010a1b028475540fdc91a769ec7a10670812b",
"typesPublisherContentHash": "65a559fa07bf2cec6e972336d4b2a27d152487d39662f8aa9afd1d013852718a",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 21 Sep 2020 14:13:13 GMT
* Last updated: Mon, 28 Sep 2020 23:57:45 GMT
* Dependencies: [@types/sonic-boom](https://npmjs.com/package/@types/sonic-boom), [@types/pino-std-serializers](https://npmjs.com/package/@types/pino-std-serializers), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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