Socket
Socket
Sign inDemoInstall

@types/bunyan

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.6 to 1.8.7

34

bunyan/index.d.ts

@@ -225,11 +225,11 @@ // Type definitions for bunyan 1.8

interface Stream {
type?: string;
level?: LogLevel;
path?: string;
stream?: NodeJS.WritableStream | Stream;
closeOnExit?: boolean;
period?: string;
count?: number;
name?: string;
reemitErrorEvents?: boolean;
type?: string | undefined;
level?: LogLevel | undefined;
path?: string | undefined;
stream?: NodeJS.WritableStream | Stream | undefined;
closeOnExit?: boolean | undefined;
period?: string | undefined;
count?: number | undefined;
name?: string | undefined;
reemitErrorEvents?: boolean | undefined;
}

@@ -239,7 +239,7 @@

name: string;
streams?: Stream[];
level?: LogLevel;
stream?: NodeJS.WritableStream;
serializers?: Serializers;
src?: boolean;
streams?: Stream[] | undefined;
level?: LogLevel | undefined;
stream?: NodeJS.WritableStream | undefined;
serializers?: Serializers | undefined;
src?: boolean | undefined;
[custom: string]: any;

@@ -261,3 +261,3 @@ }

interface RingBufferOptions {
limit?: number;
limit?: number | undefined;
}

@@ -279,4 +279,4 @@

path: string;
count?: number;
period?: string;
count?: number | undefined;
period?: string | undefined;
}

@@ -283,0 +283,0 @@

{
"name": "@types/bunyan",
"version": "1.8.6",
"version": "1.8.7",
"description": "TypeScript definitions for bunyan",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bunyan",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "6d73309fe0b9355c2986001d57251c14fd1c123416c5e235d21a5aaaf0a5c8f9",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "4ddf83ee98cd8d3ca4b211ec791e0c80c46a4e6fe4d1bdaedf147ab6b77d089b",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for bunyan ( https://github.com/trentm/node-bunyan ).
This package contains type definitions for bunyan (https://github.com/trentm/node-bunyan).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bunyan
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bunyan.
Additional Details
* Last updated: Mon, 11 Mar 2019 21:08:46 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:47 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Alex Mikhalev <https://github.com/amikhalev>.
These definitions were written by [Alex Mikhalev](https://github.com/amikhalev).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc