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

browser-bunyan

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-bunyan - npm Package Compare versions

Comparing version 1.6.5 to 1.7.0

8

lib/index.d.ts
import { LogStream } from '@browser-bunyan/levels';
type LoggerOptions = {
export type LoggerOptions = {
name: string,

@@ -13,3 +13,3 @@ streams?: Array<StreamOptions>,

type ChildLoggerOptions = {
export type ChildLoggerOptions = {
childName?: string

@@ -24,3 +24,3 @@ streams?: Array<StreamOptions>,

type StreamOptions = {
export type StreamOptions = {
level?: string | number,

@@ -30,3 +30,3 @@ stream: LogStream,

type Serializers = { [key: string]: Function };
export type Serializers = { [key: string]: Function };

@@ -33,0 +33,0 @@ export declare class Logger {

{
"name": "browser-bunyan",
"version": "1.6.5",
"version": "1.7.0",
"description": "Bunyan logging specifically for the browser",

@@ -39,3 +39,3 @@ "author": "Phil Mander <philip.mander@gmail.com>",

],
"gitHead": "e4d963c368110ed9e3a91a3be9e4f556590d4793"
"gitHead": "3370a2dbc06309a84e55e5aab77cc533fcbf0788"
}
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