@lcap/nasl-utils
Advanced tools
Comparing version 3.9.2-beta.1 to 3.9.2-beta.2
@@ -28,3 +28,4 @@ /** | ||
* 遍历树 | ||
* @param func | ||
* @deprecated 效率太低不推荐使用,尽量使用`import { fastTraverseNaslObject } from '@lcap/nasl-concepts'` | ||
* @param func 回调函数 | ||
* @param init 初始点信息 | ||
@@ -31,0 +32,0 @@ * @param options.mode 'onlyChildren' 表示只向下遍历 children 的元素(默认);'onlyArray' 表示只向下遍历 Array 的元素;'anyObject' 表示只要属性为 Object 类型都会遍历 |
@@ -109,3 +109,4 @@ "use strict"; | ||
* 遍历树 | ||
* @param func | ||
* @deprecated 效率太低不推荐使用,尽量使用`import { fastTraverseNaslObject } from '@lcap/nasl-concepts'` | ||
* @param func 回调函数 | ||
* @param init 初始点信息 | ||
@@ -112,0 +113,0 @@ * @param options.mode 'onlyChildren' 表示只向下遍历 children 的元素(默认);'onlyArray' 表示只向下遍历 Array 的元素;'anyObject' 表示只要属性为 Object 类型都会遍历 |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.2-beta.1", | ||
"version": "3.9.2-beta.2", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -21,8 +21,8 @@ "main": "./out", | ||
"typescript": "5.4.4", | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-tsconfig": "1.0.1" | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-test-toolkit": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.9.2-beta.1" | ||
"@lcap/nasl-types": "3.9.2-beta.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
127945
2031
+ Added@lcap/nasl-types@3.9.2-beta.2(transitive)
- Removed@lcap/nasl-types@3.9.2-beta.1(transitive)