@lcap/nasl-utils
Advanced tools
Comparing version 3.10.0-beta.7 to 3.10.0-beta.8
@@ -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.10.0-beta.7", | ||
"version": "3.10.0-beta.8", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -26,3 +26,3 @@ "main": "./out", | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.10.0-beta.7" | ||
"@lcap/nasl-types": "3.10.0-beta.8" | ||
}, | ||
@@ -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
127947
2031
+ Added@lcap/nasl-types@3.10.0-beta.8(transitive)
- Removed@lcap/nasl-types@3.10.0-beta.7(transitive)