Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fastify-txstate

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-txstate - npm Package Compare versions

Comparing version
3.6.4
to
3.6.5
+1
-1
lib/index.js

@@ -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 @@ }

{
"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": {