Comparing version 0.1.2 to 0.1.3
@@ -48,5 +48,5 @@ var fs = require('fs'); | ||
var args = Array.prototype.slice.call(arguments), | ||
msg = util.format.apply(this, [].concat(msg, args)); | ||
entry = util.format.apply(this, [].concat(msg, args)); | ||
stream.write(msg + '\n'); | ||
stream.write(entry + '\n'); | ||
@@ -53,0 +53,0 @@ if(logToConsole) { |
{ | ||
"name": "elecpen", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "a simple logger", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"no test\"" | ||
"test": "mocha" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6395
7
100
1
2