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 5.1.0 to 5.1.1

4

package.json
{
"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 @@

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