@breezystack/lamejs
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@breezystack/lamejs", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Pure JavaScript MP3 Encoder", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -5,3 +5,3 @@ declare module '@breezystack/lamejs' { | ||
encodeBuffer(left: Int16Array, right?: Int16Array): Uint8Array; | ||
flush(): Int8Array; | ||
flush(): Uint8Array; | ||
} | ||
@@ -8,0 +8,0 @@ |
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
472933