Socket
Socket
Sign inDemoInstall

eazy-logger

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eazy-logger - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

example.js

@@ -18,2 +18,4 @@ /**

logger.log("error", "there was a {red:%s}", "template error!");
/**

@@ -20,0 +22,0 @@ * Without level prefixes

@@ -66,2 +66,4 @@ /**

config = config || {};
this.config = merge(defaults, config, true);

@@ -165,2 +167,3 @@

if (this.config.useLevelPrefixes && !unprefixed) {

@@ -167,0 +170,0 @@ msg = this.config.prefixes[level] + msg;

2

package.json
{
"name": "eazy-logger",
"description": "Simple cli logger",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/shakyshane/easy-logger",

@@ -6,0 +6,0 @@ "author": {

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