Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lcap/nasl-utils

Package Overview
Dependencies
Maintainers
0
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-utils - npm Package Compare versions

Comparing version 3.10.0-beta.7 to 3.10.0-beta.8

3

out/traverse.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc