🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@complex-suite/utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complex-suite/utils - npm Package Compare versions

Comparing version
3.0.16
to
3.0.17
+3
-0
history.md

@@ -10,2 +10,5 @@ <!--

### 3.0.17
- fix(tsconfig): 移除 `extends` 外部引用,改为自包含配置,消除 npm 发布后 extends 解析失败导致 TypeScript 降级到默认 target 的问题
### 3.0.16

@@ -12,0 +15,0 @@ - fix(life): `LifeData.$emit` 用 try/catch 包裹 handler 调用,catch 中 console.error 输出错误,避免单个生命周期回调抛异常中断 LifeList.trigger/LifeMap.trigger 的 forEach/for...of 遍历导致同生命周期下其他监听器不被通知(与 Watcher.run 修复方式一致)

+1
-1
{
"name": "@complex-suite/utils",
"version": "3.0.16",
"version": "3.0.17",
"description": "a complex utils",

@@ -5,0 +5,0 @@ "type": "module",

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ES2016",
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"module": "ES2020",
"moduleResolution": "bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts"]
}