@wasm-audio-decoders/common
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "@wasm-audio-decoders/common", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Web Assembly Audio Decoders Common", | ||
@@ -26,4 +26,4 @@ "module": "index.js", | ||
"dependencies": { | ||
"web-worker": "^1.1.0" | ||
"@eshaz/web-worker": "1.2.0" | ||
} | ||
} |
@@ -61,3 +61,3 @@ export default function WASMAudioDecoderCommon(caller) { | ||
sampleRate, | ||
bitDepth | ||
bitDepth, | ||
}), | ||
@@ -64,0 +64,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import Worker from "web-worker"; | ||
import Worker from "@eshaz/web-worker"; | ||
import WASMAudioDecoderCommon from "./WASMAudioDecoderCommon.js"; | ||
@@ -3,0 +3,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
58571
+ Added@eshaz/web-worker@1.2.0
+ Added@eshaz/web-worker@1.2.0(transitive)
- Removedweb-worker@^1.1.0
- Removedweb-worker@1.3.0(transitive)