Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ogg-opus-decoder

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogg-opus-decoder - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

6

package.json
{
"name": "ogg-opus-decoder",
"version": "1.4.3",
"version": "1.4.4",
"description": "Web Assembly streaming Ogg Opus decoder",

@@ -52,6 +52,6 @@ "type": "module",

"dependencies": {
"@wasm-audio-decoders/common": "5.0.2",
"@wasm-audio-decoders/common": "5.1.0",
"codec-parser": "2.2.0",
"opus-decoder": "0.5.2"
"opus-decoder": "0.5.3"
}
}

@@ -136,5 +136,5 @@ import { WASMAudioDecoderCommon } from "@wasm-audio-decoders/common";

return WASMAudioDecoderCommon.getDecodedAudioMultiChannel(
...(await this._flush(oggOpusData, new DecoderState(this)))
...(await this._flush(new DecoderState(this)))
);
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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