@firstfleet/fferrorhandler
Advanced tools
+1
-1
| { | ||
| "name": "@firstfleet/fferrorhandler", | ||
| "version": "2.1.5", | ||
| "version": "2.1.6", | ||
| "description": "handle errors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+7
-6
@@ -1,4 +0,4 @@ | ||
| import * as ErrorTypes from './errorTypes'; | ||
| import * as Handler from './handler'; | ||
| import * as Middleware from './middleware'; | ||
| import * as errorTypes from './errorTypes'; | ||
| import {logAndNotify} from './handler'; | ||
| import {expressHandleErrors, expressLogErrors} from './middleware'; | ||
| import { SlackChannelName} from './constants' | ||
@@ -30,6 +30,7 @@ | ||
| HttpErrorOptions, | ||
| ErrorTypes, | ||
| Handler, | ||
| Middleware, | ||
| errorTypes, | ||
| logAndNotify, | ||
| expressHandleErrors, | ||
| expressLogErrors, | ||
| slackChannels | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
76352
0.08%1110
0.09%