@types/pino-multi-stream
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4262
38