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

@lcap/nasl-translator

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-translator - npm Package Compare versions

Comparing version 3.9.1-beta.33 to 3.9.1-beta.101

5

out/decorator.js

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

yield;
let code = yield* oldMethod.call(this, state, ...args);
const code = yield* oldMethod.call(this, state, ...args);
yield;

@@ -101,5 +101,4 @@ const start = {

if (this.concept === 'BusinessComponent') {
let lines = code.split('\n');
const lines = code.split('\n');
const lineOffset = lines.findIndex((item) => item.startsWith('export class '));
lines = null;
if (lineOffset) {

@@ -106,0 +105,0 @@ start.line = start.line + lineOffset + 1;

6

package.json
{
"name": "@lcap/nasl-translator",
"description": "NetEase Application Specific Language",
"version": "3.9.1-beta.33",
"version": "3.9.1-beta.101",
"author": "Forrest <rainforest92@126.com>",

@@ -18,5 +18,5 @@ "main": "./out",

"@lcap/nasl-test-toolkit": "1.0.0",
"@lcap/nasl-types": "3.9.1-beta.101",
"@lcap/nasl-tsconfig": "1.0.1",
"@lcap/nasl-types": "3.9.1-beta.33",
"@lcap/nasl-utils": "3.9.1-beta.33"
"@lcap/nasl-utils": "3.9.1-beta.101"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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