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

debug

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debug - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

12

lib/debug.js

@@ -24,3 +24,3 @@

exports.version = '0.4.0';
exports.version = '0.4.1';

@@ -60,3 +60,3 @@ /**

var isatty = tty.isatty(1);
var isatty = tty.isatty(2);

@@ -113,3 +113,3 @@ /**

console.log.apply(this, arguments);
console.error.apply(this, arguments);
}

@@ -120,6 +120,8 @@

+ ' ' + name + ' ' + fmt;
console.log.apply(this, arguments);
console.error.apply(this, arguments);
}
return isatty ? colored : plain;
return isatty
? colored
: plain;
}
{
"name": "debug"
, "version": "0.4.0"
, "version": "0.4.1"
, "description": "small debugging utility"

@@ -5,0 +5,0 @@ , "keywords": ["debug", "log", "debugger"]

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