express-slack-error-logger
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -13,3 +13,3 @@ const { IncomingWebhook } = require('@slack/webhook'); | ||
function ExpressSlackWebhookNotifier(webhookUrl, debug = false, skip = () => false) { | ||
function ExpressSlackWebhookNotifier(webhookUrl, skip = () => false) { | ||
if (typeof webhookUrl !== 'string') { | ||
@@ -16,0 +16,0 @@ throw new Error('Expected webhookUrl to be a string') |
{ | ||
"name": "express-slack-error-logger", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An express middleware to log errors on a slack channel via slack webhooks", | ||
@@ -14,3 +14,7 @@ "main": "index.js", | ||
"keywords": [ | ||
"slack" | ||
"slack", | ||
"middleware", | ||
"express", | ||
"logger", | ||
"error" | ||
], | ||
@@ -17,0 +21,0 @@ "author": "Alisson Pereira dos Santos", |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4941
4
1
36