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.0 to 0.6.1

10

index.js

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

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

@@ -165,2 +161,6 @@

if (!configData) {
module.exports.config();
}
return loggerSource.create(p, name, configData);

@@ -167,0 +167,0 @@ };

{
"name": "gracelog",
"description": "Log management module",
"version": "0.6.0",
"version": "0.6.1",
"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