New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gracelog

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gracelog - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

20

CHANGELOG.md
# Change log
## Version 0.6.4
## Added
None
## Changed
#### Removed default warn log for no configurations
## Deprecated
None
## Removed
None
***
## Version 0.6.3

@@ -4,0 +24,0 @@

6

index.js

@@ -40,3 +40,3 @@ var loggerSource = require('./logger');

configData = DEFAULT_CONF;
console.warn('<warn>[log] no configurations for log module found: created default configurations');
console.log('<warn>[log] no configurations for log module found: created default configurations');
console.log('<verbose>[log] default configurations:\n', configData);

@@ -48,3 +48,3 @@ }

configData.console = true;
console.warn('<warn>[log] no logging method found: using "console" as the dedault');
console.log('<warn>[log] no logging method found: using "console" as the dedault');
}

@@ -55,3 +55,3 @@

configData.level = '>= verbose';
console.warn('<warn>[log] no logging level found: using ">= verbose" as the dedault');
console.log('<warn>[log] no logging level found: using ">= verbose" as the dedault');
}

@@ -58,0 +58,0 @@

{
"name": "gracelog",
"description": "Log management module",
"version": "0.6.3",
"version": "0.6.4",
"author": "Nobuyori Takahashi <voltrue2@yahoo.com>",

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

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