New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lcap/nasl-types

Package Overview
Dependencies
Maintainers
0
Versions
253
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.10.0-rc.1 to 3.10.1-rc.1

out/concepts/common/BaseNode.d.ts

2

out/diagnostic.d.ts

@@ -1,2 +0,2 @@

import { BaseNode } from './concept';
import { BaseNode } from './concepts';
import { tsProtocol } from './protocol';

@@ -3,0 +3,0 @@ export interface Diagnostic<Node extends BaseNode = BaseNode> {

import type { SourceMap } from './translator';
import type { BaseNode } from './concept';
import type { BaseNode } from './concepts';
export interface DeclarationTSFileResult {

@@ -4,0 +4,0 @@ code: string;

export * as Translator from './translator';
export * as Concept from './concept';
export * as NASLObject from './concepts';
export * as Diagnostic from './diagnostic';

@@ -4,0 +4,0 @@ export * as Embedded from './embedded';

@@ -29,5 +29,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.NaslServer = exports.Symbol = exports.Module = exports.Meta = exports.Component = exports.Embedded = exports.Diagnostic = exports.Concept = exports.Translator = void 0;
exports.NaslServer = exports.Symbol = exports.Module = exports.Meta = exports.Component = exports.Embedded = exports.Diagnostic = exports.NASLObject = exports.Translator = void 0;
exports.Translator = __importStar(require("./translator"));
exports.Concept = __importStar(require("./concept"));
exports.NASLObject = __importStar(require("./concepts"));
exports.Diagnostic = __importStar(require("./diagnostic"));

@@ -34,0 +34,0 @@ exports.Embedded = __importStar(require("./embedded"));

import { Symbol } from './symbol';
import { BaseNode } from './concept';
import { BaseNode } from './concepts';
/** 模块实例 */

@@ -4,0 +4,0 @@ export interface Module {

import type { AxiosInstance } from 'axios';
import type { Logger } from './logger';
import type { EventEmitter, BaseNode } from './concept';
import type { EventEmitter, BaseNode } from './concepts';
import { tsProtocol } from './protocol';

@@ -5,0 +5,0 @@ export interface Options {

@@ -1,2 +0,2 @@

import { BaseNode } from './concept';
import { BaseNode } from './concepts';
export interface Symbol {

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import type { BaseNode } from './concept';
import { BaseNode } from './concepts';
export interface PositionWithoutOffset {

@@ -3,0 +3,0 @@ line: number;

{
"name": "@lcap/nasl-types",
"description": "NetEase Application Specific Language",
"version": "3.10.0-rc.1",
"version": "3.10.1-rc.1",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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