ffjavascript
Advanced tools
Comparing version 0.2.39 to 0.2.40
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.39", | ||
"version": "0.2.40", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -37,3 +37,3 @@ "main": "./build/main.cjs", | ||
"wasmcurves": "0.0.14", | ||
"web-worker": "^1.0.0" | ||
"web-worker": "^1.2.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -22,3 +22,3 @@ /* global WebAssembly */ | ||
} else if (data[0].cmd == "TERMINATE") { | ||
process.exit(); | ||
self.close(); | ||
} else { | ||
@@ -25,0 +25,0 @@ const res = runTask(data); |
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
436149
Updatedweb-worker@^1.2.0