@lcap/nasl-utils
Advanced tools
Comparing version 3.9.1-beta.1 to 3.9.1-beta.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127110
2024
+ Added@lcap/nasl-types@3.9.1-beta.2(transitive)
- Removed@lcap/nasl-types@3.9.1-beta.1(transitive)