Socket
Socket
Sign inDemoInstall

@wasm-audio-decoders/common

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wasm-audio-decoders/common - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

package.json
{
"name": "@wasm-audio-decoders/common",
"version": "6.0.0",
"version": "6.0.1",
"description": "Web Assembly Audio Decoders Common",

@@ -5,0 +5,0 @@ "module": "index.js",

@@ -1,5 +0,7 @@

import Worker from "@eshaz/web-worker";
import NodeWorker from "@eshaz/web-worker";
import WASMAudioDecoderCommon from "./WASMAudioDecoderCommon.js";
export default class WASMAudioDecoderWorker extends Worker {
const getWorker = () => globalThis.Worker || NodeWorker;
export default class WASMAudioDecoderWorker extends getWorker() {
constructor(options, name, Decoder, EmscriptenWASM) {

@@ -6,0 +8,0 @@ if (!WASMAudioDecoderCommon.modules) new WASMAudioDecoderCommon();

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