🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mediabunny/aac-encoder

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

@mediabunny/aac-encoder - npm Package Compare versions

Comparing version
1.50.8
to
1.50.9
+3
-0
dist/modules/src/encode.worker.js

@@ -164,1 +164,4 @@ "use strict";

}
// Prevents the worker for being randomly closed by Firefox
// https://github.com/Vanilagy/mediabunny/issues/435
setInterval(() => { }, 1000);
+1
-1
{
"name": "@mediabunny/aac-encoder",
"author": "Vanilagy",
"version": "1.50.8",
"version": "1.50.9",
"description": "AAC encoder extension for Mediabunny, based on FFmpeg.",

@@ -6,0 +6,0 @@ "main": "./dist/bundles/mediabunny-aac-encoder.mjs",

@@ -195,1 +195,5 @@ /*!

}
// Prevents the worker for being randomly closed by Firefox
// https://github.com/Vanilagy/mediabunny/issues/435
setInterval(() => {}, 1000);

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

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

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

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

Sorry, the diff of this file is not supported yet