recorder-audio-worklet
Advanced tools
Comparing version 1.1.19 to 1.1.20
@@ -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" | ||
} |
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
55058
Updatedbroker-factory@^1.2.32
Updatedworker-factory@^2.4.17