Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koatty_trace

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_trace - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

0

.rollup.config.js

@@ -0,0 +0,0 @@ /*

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.13.1](https://github.com/koatty/koatty_trace/compare/v1.13.0...v1.13.1) (2024-11-11)
### Bug Fixes
* undefined ([872684e](https://github.com/koatty/koatty_trace/commit/872684e156ae88a49108a1fc43a0c5416d863273))
## [1.13.0](https://github.com/koatty/koatty_trace/compare/v1.12.4...v1.13.0) (2024-11-10)

@@ -7,0 +14,0 @@

2

dist/index.d.ts
/*!
* @Author: richen
* @Date: 2024-11-11 00:14:00
* @Date: 2024-11-11 11:41:34
* @License: BSD (3-Clause)

@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

/*!
* @Author: richen
* @Date: 2024-11-11 00:13:50
* @Date: 2024-11-11 11:41:15
* @License: BSD (3-Clause)

@@ -399,3 +399,3 @@ * @Copyright (c) - <richenlin(at)gmail.com>

* @LastEditors: Please set LastEditors
* @LastEditTime: 2024-11-10 23:46:14
* @LastEditTime: 2024-11-11 11:36:33
* @License: BSD (3-Clause)

@@ -496,3 +496,3 @@ * @Copyright (c) - <richenlin(at)gmail.com>

const requestIdHeaderName = options.RequestIdHeaderName.toLowerCase();
const headerRequestIdValue = request.headers[requestIdHeaderName];
const headerRequestIdValue = ctx.headers[requestIdHeaderName];
if (koatty_lib.Helper.isArray(headerRequestIdValue)) {

@@ -499,0 +499,0 @@ requestId = headerRequestIdValue.join(".");

{
"name": "koatty_trace",
"version": "1.13.0",
"version": "1.13.1",
"description": "Full link tracking and error interception for koatty.",

@@ -5,0 +5,0 @@ "scripts": {

# koatty_trace
Full link tracking and error interception for koatty.
{
"name": "koatty_trace",
"version": "1.13.0",
"version": "1.13.1",
"description": "Full link tracking and error interception for koatty.",

@@ -5,0 +5,0 @@ "scripts": {

# koatty_trace
Full link tracking and error interception for koatty.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc