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

@lcap/nasl-types

Package Overview
Dependencies
Maintainers
20
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-types - npm Package Compare versions

Comparing version 3.9.0-beta.3 to 3.9.0-beta.4

9

out/component.d.ts

@@ -112,3 +112,12 @@ export interface OptionAPI {

tsTypeParams?: string;
readablePropsMap?: {
[name: string]: {
name: string;
title: string;
state: string;
prop: string;
icon?: string;
};
};
}
//# sourceMappingURL=component.d.ts.map
import { BaseNode } from './concept';
export interface Symbol {
/**
* 唯一编号
*
* @description 标志符的唯一编号
*/
readonly id: number;
/**
* 符号名称

@@ -51,2 +57,8 @@ *

/**
* 唯一编号
*
* @description 命名空间下的唯一编号
*/
readonly id: number;
/**
* 根节点

@@ -104,2 +116,8 @@ *

/**
* 使用断言获取符号
*
* @description 搜索全局命名空间
*/
getSymbolByCb(cb: (token: string) => boolean): Symbol | undefined;
/**
* 获取严格本地的可用符号

@@ -106,0 +124,0 @@ *

2

package.json
{
"name": "@lcap/nasl-types",
"description": "NetEase Application Specific Language",
"version": "3.9.0-beta.3",
"version": "3.9.0-beta.4",
"main": "./out",

@@ -6,0 +6,0 @@ "types": "./out",

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