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

@types/pino-multi-stream

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pino-multi-stream - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

8

pino-multi-stream/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for pino-multi-stream 5.0
// Type definitions for pino-multi-stream 5.1
// Project: https://github.com/pinojs/pino-multi-stream#readme
// Definitions by: Jake Ginnivan <https://github.com/JakeGinnivan>
// Slava Obukhov <https://github.com/vyobukhov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -28,6 +29,9 @@ // TypeScript Version: 2.7

}
interface MultiStreamOptions {
dedupe?: boolean;
}
const stdSerializers: typeof pinoStdSerializers;
function multistream(streams: Streams): stream.Writable;
function multistream(streams: Streams, opts?: MultiStreamOptions): stream.Writable;
function prettyStream(opts?: PrettyStreamOptions): PinoDestinationStream;

@@ -34,0 +38,0 @@ type Level = PinoLevel;

{
"name": "@types/pino-multi-stream",
"version": "5.0.0",
"version": "5.1.0",
"description": "TypeScript definitions for pino-multi-stream",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "JakeGinnivan"
},
{
"name": "Slava Obukhov",
"url": "https://github.com/vyobukhov",
"githubUsername": "vyobukhov"
}

@@ -25,4 +30,4 @@ ],

},
"typesPublisherContentHash": "59f2dd16c16a7739f8eb905f4b7aa30931fadd42ed52370af4335f243ff699e0",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "8116b3775217847aeffded9d4f93fc5852dbfb8fb11a60705e4e188c70068938",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 19 May 2020 17:41:25 GMT
* Last updated: Mon, 19 Oct 2020 16:44:01 GMT
* Dependencies: [@types/pino](https://npmjs.com/package/@types/pino)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Jake Ginnivan](https://github.com/JakeGinnivan).
These definitions were written by [Jake Ginnivan](https://github.com/JakeGinnivan), and [Slava Obukhov](https://github.com/vyobukhov).
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