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

koatty_trace

Package Overview
Dependencies
Maintainers
1
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.11.1 to 1.11.2-0

7

CHANGELOG.md

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

### [1.11.2-0](https://github.com/koatty/koatty_trace/compare/v1.11.1...v1.11.2-0) (2024-01-14)
### Bug Fixes
* requsetid取值 ([222ca8d](https://github.com/koatty/koatty_trace/commit/222ca8d13ac1148ad3d5c5a0cbad9e51ff3f78d8))
### [1.11.1](https://github.com/koatty/koatty_trace/compare/v1.11.1-0...v1.11.1) (2024-01-14)

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

2

dist/index.d.ts
/*!
* @Author: richen
* @Date: 2024-01-14 23:01:02
* @Date: 2024-01-15 07:45:21
* @License: BSD (3-Clause)

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

/*!
* @Author: richen
* @Date: 2024-01-14 23:00:49
* @Date: 2024-01-15 07:45:08
* @License: BSD (3-Clause)

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

* @LastEditors: Please set LastEditors
* @LastEditTime: 2024-01-14 22:03:15
* @LastEditTime: 2024-01-14 23:19:54
* @License: BSD (3-Clause)

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

requestId = `${ctx.getMetaData(options.RequestIdName)[0]}` ||
`${request[options.RequestIdName]}`;
`${request[options.RequestIdName] || ''}`;
break;

@@ -546,3 +546,3 @@ default:

requestId = ctx.headers[requestIdHeaderName] ||
`${ctx.query[options.RequestIdName]}`;
`${ctx.query[options.RequestIdName] || ''}`;
break;

@@ -549,0 +549,0 @@ }

{
"name": "koatty_trace",
"version": "1.11.1",
"version": "1.11.2-0",
"description": "Full link tracking and error interception for koatty.",

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

{
"name": "koatty_trace",
"version": "1.11.1",
"version": "1.11.2-0",
"description": "Full link tracking and error interception for koatty.",

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

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