ffjavascript
Advanced tools
Comparing version 0.2.33 to 0.2.34
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.33", | ||
"version": "0.2.34", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -25,3 +25,3 @@ /* global window, navigator, Blob, Worker, WebAssembly */ | ||
import thread from "ffjavascript/src/threadman_thread"; | ||
import thread from "./threadman_thread.js"; | ||
import os from "os"; | ||
@@ -28,0 +28,0 @@ |
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
757048