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

opus-decoder

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opus-decoder - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

9

package.json
{
"name": "opus-decoder",
"version": "0.7.3",
"version": "0.7.4",
"description": "Web Assembly streaming Opus decoder",
"type": "module",
"main": "./index.js",
"exports": "./index.js",
"exports": {
"types":"./types.d.ts",
"default": "./index.js"
},
"sideEffects": false,

@@ -51,4 +54,4 @@ "types": "types.d.ts",

"dependencies": {
"@wasm-audio-decoders/common": "9.0.2"
"@wasm-audio-decoders/common": "9.0.3"
}
}

@@ -42,2 +42,4 @@ import { DecodeError } from "@wasm-audio-decoders/common/types";

}
export { DecodeError }
}
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