Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recorder-audio-worklet

Package Overview
Dependencies
Maintainers
1
Versions
298
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recorder-audio-worklet - npm Package Compare versions

Comparing version 1.1.19 to 1.1.20

4

build/es5/bundle.js

@@ -33,3 +33,3 @@ (function (global, factory) {

function createRecorderAudioWorkletNode(audioWorkletNodeConstructor, context) {
var options = arguments.length > 2 && arguments[2] !== undefined$2 ? arguments[2] : {};
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};

@@ -48,3 +48,3 @@ var audioWorkletNode = new audioWorkletNodeConstructor(context, 'recorder-audio-worklet-processor', Object.assign({}, options, { channelCountMode: 'explicit', numberOfInputs: 1, numberOfOutputs: 0 }));

ongoingRequests.delete(id);
if (message.error === undefined$2) {
if (message.error === undefined) {
resolve(message.result);

@@ -51,0 +51,0 @@ } else {

@@ -13,8 +13,8 @@ {

"babel-runtime": "^6.26.0",
"broker-factory": "^1.2.31",
"broker-factory": "^1.2.32",
"fast-unique-numbers": "^2.0.3",
"recorder-audio-worklet-processor": "^1.0.5",
"standardized-audio-context": "^12.1.22",
"standardized-audio-context": "^12.1.23",
"tslib": "^1.9.2",
"worker-factory": "^2.4.16"
"worker-factory": "^2.4.17"
},

@@ -44,3 +44,3 @@ "description": "This module provides an loader for the RecorderAudioWorkletProcessor and the corresponding RecorderAudioWorkletNode.",

"husky": "^0.14.3",
"karma": "^2.0.3",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",

@@ -56,3 +56,3 @@ "karma-firefox-launcher": "~1.1.0",

"mocha": "^5.2.0",
"rollup": "^0.61.0",
"rollup": "^0.61.1",
"rollup-plugin-babel": "^3.0.4",

@@ -64,3 +64,3 @@ "sinon": "^6.0.0",

"tslint": "^5.10.0",
"tslint-config-holy-grail": "^29.0.4",
"tslint-config-holy-grail": "^30.0.0",
"typescript": "^2.9.2",

@@ -91,3 +91,3 @@ "webpack": "^4.12.0"

"types": "build/es2015/module.d.ts",
"version": "1.1.19"
"version": "1.1.20"
}
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