Comparing version 0.0.2 to 0.0.3
@@ -7,4 +7,2 @@ var logentries = require('winston-logentries').Logentries; | ||
var Console = require('./console.js').Console; | ||
var fmt = require('util').format; | ||
var production = ('production' == process.env.NODE_ENV) | ||
@@ -27,3 +25,3 @@ var SLACK_LOG_WEBHOOK = process.env.SLACK_LOG_WEBHOOK | ||
/** | ||
* Initialize the production `log` singleton | ||
* Initialize the log with the given name | ||
* | ||
@@ -30,0 +28,0 @@ * @return {Log} |
{ | ||
"name": "allogator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Easily pipe logs to different services by setting environment variables", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -0,1 +1,3 @@ | ||
var fmt = require('util').format; | ||
/** | ||
@@ -2,0 +4,0 @@ * Format slack message |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
6
5098
129