New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aomex/async-trace

Package Overview
Dependencies
Maintainers
1
Versions
50
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.3

11

CHANGELOG.md

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

## [3.17.3](https://github.com/aomex/aomex/compare/v3.17.2...v3.17.3) (2025-03-26)
### Bug Fixes
* 内部依赖使用固定版本号 ([aa70c2a](https://github.com/aomex/aomex/commit/aa70c2ad444414ec6619b9579ad8037a7191a86f))
## [3.17.2](https://github.com/aomex/aomex/compare/v3.17.1...v3.17.2) (2025-03-26)

@@ -8,0 +19,0 @@

8

package.json
{
"name": "@aomex/async-trace",
"version": "3.17.2",
"version": "3.17.3",
"description": "异步逻辑链路追踪",

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

"devDependencies": {
"@aomex/common": "^3.17.2",
"@aomex/console": "^3.17.2",
"@aomex/web": "^3.17.2"
"@aomex/common": "3.17.3",
"@aomex/console": "3.17.3",
"@aomex/web": "3.17.3"
},
"scripts": {}
}