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

yog-log

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yog-log - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

index.js

@@ -379,3 +379,3 @@ var fs = require('fs'),

// debug 模式,console.log输出颜色标记的日志
} else if (this.opts['debug'] && COLORS[intLevel]) {
} else if (this.opts['debug'] && COLORS[intLevel] && process.env.NODE_ENV === 'dev') {
var color = COLORS[intLevel];

@@ -382,0 +382,0 @@ var _str = unescape(str);

{
"name": "yog-log",
"version": "0.2.3",
"version": "0.2.4",
"description": "yog logger",

@@ -5,0 +5,0 @@ "main": "index.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