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
229
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.11.2-alpha.1 to 3.11.2-alpha.2

out/deployment.d.ts

1

out/index.d.ts

@@ -10,2 +10,3 @@ export * as Translator from './translator';

export * as NaslServer from './server';
export * as Deployment from './deployment';
export * from './protocol';

@@ -12,0 +13,0 @@ export * from './logger';

3

out/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.NaslServer = exports.Symbol = exports.Module = exports.Meta = exports.Component = exports.Embedded = exports.Diagnostic = exports.NASLObject = exports.Translator = void 0;
exports.Deployment = 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"));

@@ -40,2 +40,3 @@ exports.NASLObject = __importStar(require("./concepts"));

exports.NaslServer = __importStar(require("./server"));
exports.Deployment = __importStar(require("./deployment"));
__exportStar(require("./protocol"), exports);

@@ -42,0 +43,0 @@ __exportStar(require("./logger"), exports);

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