Comparing version 2.4.0 to 2.4.1
2.4.1 / 2016-12-13 | ||
================== | ||
* Fixed a typo that broke the package (#356) | ||
2.4.0 / 2016-12-13 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
34696
0