Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "debugutil", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Debug Utility Tool with Logging", | ||
@@ -5,0 +5,0 @@ "main": "src/debug.js", |
@@ -12,3 +12,3 @@ // Debug Utility with Logging by Melony Smith | ||
// success | ||
// for success... | ||
debugSuccess (info) => { | ||
@@ -22,3 +22,3 @@ if (process.env.DEBUG) { | ||
// error | ||
// for error... | ||
debugError (info) => { | ||
@@ -25,0 +25,0 @@ if (process.env.DEBUG) { |
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
1659