You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@aomex/async-trace

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/async-trace - npm Package Compare versions

Comparing version

to
3.17.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [3.17.0](https://github.com/aomex/aomex/compare/v3.16.0...v3.17.0) (2025-03-09)
**Note:** Version bump only for package @aomex/async-trace
# [3.16.0](https://github.com/aomex/aomex/compare/v3.15.1...v3.16.0) (2025-03-09)
**Note:** Version bump only for package @aomex/async-trace
## [3.15.1](https://github.com/aomex/aomex/compare/v3.15.0...v3.15.1) (2025-02-09)

@@ -8,0 +24,0 @@

4

dist/index.d.ts
import { AsyncLocalStorage } from 'node:async_hooks';
import * as _aomex_common from '@aomex/common';
import * as _aomex_common_middleware from '@aomex/common-middleware';

@@ -68,3 +68,3 @@ interface AsyncTraceRecord {

*/
declare const traceMiddleware: (label: string, callback?: (record: AsyncTraceRecord, ctx: any) => any) => _aomex_common.MixinMiddleware<AsyncTraceMiddlewareProps>;
declare const traceMiddleware: (label: string, callback?: (record: AsyncTraceRecord, ctx: any) => any) => _aomex_common_middleware.MixinMiddleware<AsyncTraceMiddlewareProps>;

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

{
"name": "@aomex/async-trace",
"version": "3.15.1",
"version": "3.17.0",
"description": "异步逻辑链路追踪",

@@ -35,7 +35,7 @@ "repository": "git@github.com:aomex/aomex.git",

"devDependencies": {
"@aomex/common": "^3.15.1",
"@aomex/console": "^3.15.1",
"@aomex/web": "^3.15.1"
"@aomex/common": "^3.17.0",
"@aomex/web": "^3.17.0",
"@aomex/console": "^3.17.0"
},
"scripts": {}
}