opus-decoder
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"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 } | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202136
1208
+ Added@eshaz/web-worker@1.2.2(transitive)
+ Added@wasm-audio-decoders/common@9.0.3(transitive)
- Removed@eshaz/web-worker@1.2.1(transitive)
- Removed@wasm-audio-decoders/common@9.0.2(transitive)