Socket
Socket
Sign inDemoInstall

extendable-media-recorder

Package Overview
Dependencies
18
Maintainers
1
Versions
373
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.11 to 9.1.12

18

build/es5/bundle.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('media-encoder-host'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/typeof'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/slicedToArray'), require('@babel/runtime/helpers/toConsumableArray'), require('recorder-audio-worklet'), require('standardized-audio-context'), require('multi-buffer-data-view'), require('subscribable-things')) :
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', 'media-encoder-host', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/typeof', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/slicedToArray', '@babel/runtime/helpers/toConsumableArray', 'recorder-audio-worklet', 'standardized-audio-context', 'multi-buffer-data-view', 'subscribable-things'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.extendableMediaRecorder = {}, global._asyncToGenerator, global._regeneratorRuntime, global.mediaEncoderHost, global._classCallCheck, global._createClass, global._typeof, global._possibleConstructorReturn, global._getPrototypeOf, global._assertThisInitialized, global._inherits, global._slicedToArray, global._toConsumableArray, global.recorderAudioWorklet, global.standardizedAudioContext, global.multiBufferDataView, global.subscribableThings));
})(this, (function (exports, _asyncToGenerator, _regeneratorRuntime, mediaEncoderHost, _classCallCheck, _createClass, _typeof, _possibleConstructorReturn, _getPrototypeOf, _assertThisInitialized, _inherits, _slicedToArray, _toConsumableArray, recorderAudioWorklet, standardizedAudioContext, multiBufferDataView, subscribableThings) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('media-encoder-host'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/typeof'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/slicedToArray'), require('@babel/runtime/helpers/toConsumableArray'), require('recorder-audio-worklet'), require('standardized-audio-context'), require('multi-buffer-data-view'), require('subscribable-things')) :
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', 'media-encoder-host', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/typeof', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/slicedToArray', '@babel/runtime/helpers/toConsumableArray', 'recorder-audio-worklet', 'standardized-audio-context', 'multi-buffer-data-view', 'subscribable-things'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.extendableMediaRecorder = {}, global._asyncToGenerator, global._regeneratorRuntime, global.mediaEncoderHost, global._classCallCheck, global._createClass, global._typeof, global._assertThisInitialized, global._possibleConstructorReturn, global._getPrototypeOf, global._inherits, global._slicedToArray, global._toConsumableArray, global.recorderAudioWorklet, global.standardizedAudioContext, global.multiBufferDataView, global.subscribableThings));
})(this, (function (exports, _asyncToGenerator, _regeneratorRuntime, mediaEncoderHost, _classCallCheck, _createClass, _typeof, _assertThisInitialized, _possibleConstructorReturn, _getPrototypeOf, _inherits, _slicedToArray, _toConsumableArray, recorderAudioWorklet, standardizedAudioContext, multiBufferDataView, subscribableThings) { 'use strict';

@@ -61,3 +61,3 @@ var createBlobEventFactory = function createBlobEventFactory(nativeBlobEventConstructor) {

}
_createClass(EventTarget, [{
return _createClass(EventTarget, [{
key: "addEventListener",

@@ -88,3 +88,2 @@ value: function addEventListener(type, listener, options) {

}]);
return EventTarget;
}();

@@ -210,3 +209,2 @@ };

return /*#__PURE__*/function (_eventTargetConstruct) {
_inherits(MediaRecorder, _eventTargetConstruct);
function MediaRecorder(stream) {

@@ -246,5 +244,6 @@ var _this;

_this._onstop = null;
return _possibleConstructorReturn(_this);
return _assertThisInitialized(_this);
}
_createClass(MediaRecorder, [{
_inherits(MediaRecorder, _eventTargetConstruct);
return _createClass(MediaRecorder, [{
key: "mimeType",

@@ -391,3 +390,2 @@ get: function get() {

}]);
return MediaRecorder;
}(eventTargetConstructor);

@@ -394,0 +392,0 @@ };

@@ -18,8 +18,8 @@ {

"dependencies": {
"@babel/runtime": "^7.24.0",
"media-encoder-host": "^8.0.110",
"multi-buffer-data-view": "^6.0.1",
"recorder-audio-worklet": "^6.0.22",
"standardized-audio-context": "^25.3.66",
"subscribable-things": "^2.1.32",
"@babel/runtime": "^7.24.1",
"media-encoder-host": "^8.0.111",
"multi-buffer-data-view": "^6.0.2",
"recorder-audio-worklet": "^6.0.23",
"standardized-audio-context": "^25.3.67",
"subscribable-things": "^2.1.33",
"tslib": "^2.6.2"

@@ -29,6 +29,6 @@ },

"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-external-helpers": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/core": "^7.24.3",
"@babel/plugin-external-helpers": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@commitlint/cli": "^18.6.1",

@@ -41,4 +41,4 @@ "@commitlint/config-angular": "^18.6.1",

"eslint": "^8.57.0",
"eslint-config-holy-grail": "^58.0.9",
"extendable-media-recorder-wav-encoder": "^7.0.106",
"eslint-config-holy-grail": "^58.0.10",
"extendable-media-recorder-wav-encoder": "^7.0.107",
"grunt": "^1.6.1",

@@ -61,3 +61,3 @@ "grunt-cli": "^1.4.3",

"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"rollup": "^4.13.0",
"sinon": "^17.0.1",

@@ -69,4 +69,4 @@ "sinon-chai": "^3.7.0",

"tslint-config-holy-grail": "^56.0.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
"typescript": "^5.4.3",
"webpack": "^5.91.0"
},

@@ -103,3 +103,3 @@ "files": [

"types": "build/es2019/module.d.ts",
"version": "9.1.11"
"version": "9.1.12"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc