Socket
Socket
Sign inDemoInstall

debug

Package Overview
Dependencies
1
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

5

CHANGELOG.md
2.4.1 / 2016-12-13
==================
* Fixed a typo that broke the package (#356)
2.4.0 / 2016-12-13

@@ -3,0 +8,0 @@ ==================

2

component.json

@@ -5,3 +5,3 @@ {

"description": "small debugging utility",
"version": "2.4.0",
"version": "2.4.1",
"keywords": [

@@ -8,0 +8,0 @@ "debug",

@@ -52,3 +52,3 @@

var hash = 0, i;
for (i in namespace) {

@@ -58,3 +58,3 @@ hash = ((hash << 5) - hash) + namespace.charCodeAt(i);

}
return exports.colors[Math.abs(hash) % exports.colors.length];

@@ -128,3 +128,3 @@ }

debug.useColors = exports.useColors();
debug.color = selectColor(namespae);
debug.color = selectColor(namespace);

@@ -131,0 +131,0 @@ // env-specific initialization logic for debug instances

{
"name": "debug",
"version": "2.4.0",
"version": "2.4.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc