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
231
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.9.1-beta.1 to 3.9.1-beta.2

6

out/time-slicing/controller.js

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

// 调试用的代码,别删
// console.log('时间分片完成', {
// console.log(`时间分片 ${this.id} 完成`, {
// '任务数': this.allTaskNumber,

@@ -228,3 +228,5 @@ // '单任务平均耗时': this.averageTaskTime,

if (utils_1.isSupportRequestIdleCallback) {
requestIdleCallback(runFrame);
requestIdleCallback(runFrame, {
timeout: 10,
});
}

@@ -231,0 +233,0 @@ else {

{
"name": "@lcap/nasl-utils",
"description": "NetEase Application Specific Language",
"version": "3.9.1-beta.1",
"version": "3.9.1-beta.2",
"author": "Forrest <rainforest92@126.com>",

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

"typescript": "5.4.4",
"@lcap/nasl-test-toolkit": "1.0.0",
"@lcap/nasl-tsconfig": "1.0.1"
"@lcap/nasl-tsconfig": "1.0.1",
"@lcap/nasl-test-toolkit": "1.0.0"
},
"dependencies": {
"uuid": "8.3.2",
"@lcap/nasl-types": "3.9.1-beta.1"
"@lcap/nasl-types": "3.9.1-beta.2"
},

@@ -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