Comparing version 0.1.2 to 0.1.3
@@ -67,3 +67,3 @@ var inspect = require("util").inspect | ||
if (logger.options.file){ | ||
logger.stream = fs.createWriteStream(logger.options.file); | ||
logger.stream = fs.createWriteStream(logger.options.file, {"flags": "a"}); | ||
} else { | ||
@@ -70,0 +70,0 @@ if(process.title === "node") |
{ "name": "ax" | ||
, "version": "0.1.2" | ||
, "version": "0.1.3" | ||
, "description": "A simple logger" | ||
@@ -36,2 +36,5 @@ , "keywords": [ "log", "logger" ] | ||
} | ||
, { "name": "Matthew King" | ||
, "email": "mking@spire.io" | ||
} | ||
] | ||
@@ -38,0 +41,0 @@ , "main" : "./lib/ax.js" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
139316
2