Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "debug", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -251,3 +251,5 @@ /** | ||
return util.inspect(v, this.inspectOpts) | ||
.replace(/\s*\n\s*/g, ' '); | ||
.split('\n') | ||
.map(str => str.trim()) | ||
.join(' '); | ||
}; | ||
@@ -254,0 +256,0 @@ |
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
41072
702
0