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
218
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.12.0-rc.6 to 3.13.0-alpha.microapp-1

1

out/index.d.ts

@@ -18,3 +18,2 @@ export * from './string';

export * from './process';
export * from './spinlock';
//# sourceMappingURL=index.d.ts.map

@@ -47,3 +47,2 @@ "use strict";

__exportStar(require("./process"), exports);
__exportStar(require("./spinlock"), exports);
//# sourceMappingURL=index.js.map

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.12.0-rc.6",
"version": "3.13.0-alpha.microapp-1",
"author": "Forrest <rainforest92@126.com>",

@@ -26,3 +26,3 @@ "main": "./out",

"uuid": "8.3.2",
"@lcap/nasl-types": "3.12.0-rc.6"
"@lcap/nasl-types": "3.13.0-alpha.microapp-1"
},

@@ -33,5 +33,5 @@ "scripts": {

"build": "npm run clear && tsc -p ./tsconfig.build.json",
"test": "pnpm run --filter @lcap/nasl-test-toolkit test --config $PWD/.mocharc.js",
"test:ci": "pnpm run --filter @lcap/nasl-test-toolkit test:ci --config $PWD/.mocharc.js"
"test": "pnpm run --filter @lcap/nasl-test-toolkit runtest --config $PWD/.mocharc.js",
"test:ci": "pnpm run --filter @lcap/nasl-test-toolkit runtest:ci --config $PWD/.mocharc.js"
}
}

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