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.2 to 6.1.0

src/utilities.js

3

index.js
import WASMAudioDecoderCommon from "./src/WASMAudioDecoderCommon.js";
import WASMAudioDecoderWorker from "./src/WASMAudioDecoderWorker.js";
import { assignNames } from "./src/utilities.js";
export { WASMAudioDecoderCommon, WASMAudioDecoderWorker };
export { WASMAudioDecoderCommon, WASMAudioDecoderWorker, assignNames };
{
"name": "@wasm-audio-decoders/common",
"version": "6.0.2",
"version": "6.1.0",
"description": "Web Assembly Audio Decoders Common",

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

@@ -62,5 +62,5 @@ import NodeWorker from "@eshaz/web-worker";

// which avoids copying memory.
transferList = messagePayload.channelData.map(
(channel) => channel.buffer
);
transferList = messagePayload.channelData
? messagePayload.channelData.map((channel) => channel.buffer)
: [];
}

@@ -67,0 +67,0 @@

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