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

@lcap/nasl-types

Package Overview
Dependencies
Maintainers
0
Versions
224
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.1-beta.25 to 3.9.1-beta.26

2

out/server.d.ts
import type { AxiosInstance } from 'axios';
import type { Logger } from './logger';
import type { EventEmitter, BaseNode } from './concept';
import { tsProtocol } from './protocol';
export interface Options {

@@ -32,3 +33,4 @@ http: AxiosInstance;

waitOqlQueryComponentChildrenFinish(node: BaseNode): Promise<void>;
_isHaveRef(node: BaseNode): Promise<tsProtocol.ReferencesResponseItem[]>;
}
//# sourceMappingURL=server.d.ts.map

@@ -46,2 +46,8 @@ import type { BaseNode } from './concept';

/**
* 当前用户聚焦的位置(slot)
* 结合 focusedNodePath 使用
* @description 逻辑生成
*/
focusedSlotPosition?: string;
/**
* toNaturalTS 使用,是否需要带 typeNamespace

@@ -48,0 +54,0 @@ */

2

package.json
{
"name": "@lcap/nasl-types",
"description": "NetEase Application Specific Language",
"version": "3.9.1-beta.25",
"version": "3.9.1-beta.26",
"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