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.3 to 6.3.4

13

pino/index.d.ts

@@ -603,11 +603,6 @@ // Type definitions for pino 6.3

interface LogDescriptor {
pid: number;
hostname: string;
level: number;
time: string;
msg: string;
v: number;
[key: string]: any;
}
/**
* Describes a log line.
*/
type LogDescriptor = Record<string, any>; // TODO replace `any` with `unknown` when TypeScript version >= 3.0

@@ -614,0 +609,0 @@ interface Bindings {

{
"name": "@types/pino",
"version": "6.3.3",
"version": "6.3.4",
"description": "TypeScript definitions for pino",

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

},
"typesPublisherContentHash": "980107f7ee811948bcf39d28adf76a5cf8c443783d9c4769de2a16f5abc77080",
"typesPublisherContentHash": "c9b4db4b5b0d543d350aa4ec272ceb91c0943b3cbd51f2e4c30b76e01c893eb4",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 20 Oct 2020 10:55:22 GMT
* Last updated: Thu, 19 Nov 2020 19:07:50 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