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

brolog

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brolog - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

2

bundles/brolog.es6.umd.js

@@ -1,2 +0,2 @@

/* Brolog version 1.6.4 */
/* Brolog version 1.6.5 */
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

@@ -1,2 +0,2 @@

/* Brolog version 1.6.4 */
/* Brolog version 1.6.5 */
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

@@ -1,2 +0,1 @@

#!/usr/bin/env ts-node
export {};

@@ -1,2 +0,1 @@

#!/usr/bin/env ts-node
export {};

@@ -1,11 +0,1 @@

/*!
* Brolog JavaScript Library v1.1.0
* https://github.com/zixia/brolog
*
* Copyright Huan LI <zixia@zixia.net>
* Released under the ISC license
* https://github.com/zixia/brolog/blob/master/LICENSE
*
* Date: 2016-07
*/
import { VERSION } from './config';

@@ -20,3 +10,3 @@ export declare type LogLevelTitle = 'ERR' | 'WARN' | 'INFO' | 'VERB' | 'SILL';

verbose = 4,
silly = 5
silly = 5,
}

@@ -55,3 +45,3 @@ export declare type LogLevelName = keyof typeof LogLevel;

level(levelName?: LogLevelName): "info" | "silent" | "error" | "warn" | "verbose" | "silly";
private log;
private log(levelTitle, prefix, message);
defaultTextPrinter(levelTitle: LogLevelTitle, text: string): void;

@@ -71,3 +61,3 @@ static error(prefix: string, ...args: any[]): void;

}
export { VERSION, };
export { VERSION };
export default Brolog;

@@ -1,2 +0,1 @@

#!/usr/bin/env ts-node
export {};
declare let VERSION: string;
export { VERSION, };
export { VERSION };
export declare const BROLOG_LEVEL: string;
export declare const BROLOG_MODULE: string;
{
"name": "brolog",
"version": "1.6.4",
"version": "1.6.5",
"description": "Npmlog like logger for Browser",

@@ -5,0 +5,0 @@ "main": "bundles/brolog.umd.js",

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