Comparing version 0.1.3 to 0.1.4
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
// Generated by CoffeeScript 1.8.0 | ||
var Logger, colors, dateFormat, levelColors; | ||
@@ -81,3 +81,3 @@ | ||
Logger.prototype.debug = function(text) { | ||
if (process.env.NODE_ENV !== 'test') { | ||
if (process.env.DEBUG) { | ||
return console.info(this.format('debug', text)); | ||
@@ -84,0 +84,0 @@ } |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/frankrousseau/printit/", | ||
@@ -19,0 +19,0 @@ "bugs": { |
@@ -33,1 +33,7 @@ var logit = require('./main'); | ||
logger.info(tab); | ||
fs = require('fs'); | ||
fs.lstat('notexist', function(err) { | ||
logger.error(err); | ||
}); |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
19244
10
427
14