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
231
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.30 to 3.9.0-beta.31

12

out/server.d.ts

@@ -20,5 +20,11 @@ import type { AxiosInstance } from 'axios';

export interface Server {
http: AxiosInstance;
logger: Logger;
embeddedTSEmitter: EventEmitter;
readonly http: AxiosInstance;
readonly logger: Logger;
readonly embeddedTSEmitter: EventEmitter;
/**
* 标注模式
*
* @description generator-fe 镜像中类型标注时使用,此模式下将会禁用所有因节点变化造成的 ts 文件修改
*/
readonly isAnnotationMode: boolean;
getNaslAnnotatedJSON(app: BaseNode, full?: boolean): Promise<object>;

@@ -25,0 +31,0 @@ getDataSchemaStructureOrTypeAnnotation(node: BaseNode): Promise<any>;

{
"name": "@lcap/nasl-types",
"description": "NetEase Application Specific Language",
"version": "3.9.0-beta.30",
"version": "3.9.0-beta.31",
"main": "./out",

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

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