fastify-txstate
Advanced tools
+1
-1
@@ -60,3 +60,3 @@ "use strict"; | ||
| ...res.extraLogInfo, | ||
| auth: res.request?.auth ?? res.extraLogInfo?.auth | ||
| auth: (0, txstate_utils_1.omit)(res.request?.auth ?? res.extraLogInfo?.auth ?? {}, 'token', 'issuerConfig') | ||
| }; | ||
@@ -63,0 +63,0 @@ } |
+1
-1
| { | ||
| "name": "fastify-txstate", | ||
| "version": "3.6.4", | ||
| "version": "3.6.5", | ||
| "description": "A small wrapper for fastify providing a set of common conventions & utility functions we use.", | ||
@@ -5,0 +5,0 @@ "exports": { |
Network access
Supply chain riskThis module accesses the network.
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 18 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
Network access
Supply chain riskThis module accesses the network.
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 18 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
66650
0.09%