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

@lcap/nasl-utils

Package Overview
Dependencies
Maintainers
0
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-utils - npm Package Compare versions

Comparing version 3.10.4-rc.9 to 3.10.4-rc.10

6

out/time-slicing/controller.d.ts

@@ -21,2 +21,5 @@ /** 时间分片控制器 */

private lowResourceFrame;
private groupList;
private frameList;
private asyncList;
/** 帧数据 */

@@ -30,5 +33,2 @@ private readonly frame;

private readonly performance;
private groupList;
private frameList;
private asyncList;
/** 任务增长系数 */

@@ -35,0 +35,0 @@ private increaseRatio;

@@ -30,2 +30,7 @@ "use strict";

this.lowResourceFrame = 0;
/// #if process.env.NODE_ENV === 'development'
this.groupList = [];
this.frameList = [];
this.asyncList = [];
/// #endif
/** 帧数据 */

@@ -55,8 +60,3 @@ this.frame = {

this.performance = new performance_1.Performance(this.id);
/// #if process.env.NODE_ENV === 'development'
this.groupList = [];
this.frameList = [];
this.asyncList = [];
}
/// #endif
/** 任务增长系数 */

@@ -63,0 +63,0 @@ increaseRatio(now) {

{
"name": "@lcap/nasl-utils",
"description": "NetEase Application Specific Language",
"version": "3.10.4-rc.9",
"version": "3.10.4-rc.10",
"author": "Forrest <rainforest92@126.com>",

@@ -21,8 +21,8 @@ "main": "./out",

"typescript": "5.4.4",
"@lcap/nasl-tsconfig": "1.0.1",
"@lcap/nasl-test-toolkit": "1.0.0"
"@lcap/nasl-test-toolkit": "1.0.0",
"@lcap/nasl-tsconfig": "1.0.1"
},
"dependencies": {
"uuid": "8.3.2",
"@lcap/nasl-types": "3.10.4-rc.9"
"@lcap/nasl-types": "3.10.4-rc.10"
},

@@ -29,0 +29,0 @@ "scripts": {

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