Socket
Socket
Sign inDemoInstall

@wasm-audio-decoders/flac

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.1 to 0.2.2

9

package.json
{
"name": "@wasm-audio-decoders/flac",
"version": "0.2.1",
"version": "0.2.2",
"description": "Web Assembly streaming FLAC decoder",
"type": "module",
"main": "./index.js",
"exports": "./index.js",
"exports": {
"types":"./types.d.ts",
"default": "./index.js"
},
"sideEffects": false,

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

"dependencies": {
"@wasm-audio-decoders/common": "9.0.2",
"@wasm-audio-decoders/common": "9.0.3",
"codec-parser": "2.4.3"
}
}

@@ -31,2 +31,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