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

augnitorecorder

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

augnitorecorder - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

5

dist/augnitoRecorder.js

@@ -744,3 +744,3 @@ function _regeneratorRuntime() {

_classCallCheck(this, Streamer);
this.audioContext = new AudioContext();
this.audioContext;
this.executor = new Executor(enableLogs, eosMessage, socketTimeoutInterval, shouldSendAudioDataSequence, onFinalResult, onPartialResult, onError, onSessionEvent, onOtherResults, onSpeechResponse, bufferSizeInterval);

@@ -862,4 +862,5 @@ this.executor.HeavyOp = heavyOp;

audioStream = _context3.sent;
this.audioContext = new AudioContext();
this.source = this.audioContext.createMediaStreamSource(audioStream);
case 4:
case 5:
case "end":

@@ -866,0 +867,0 @@ return _context3.stop();

2

package.json
{
"name": "augnitorecorder",
"version": "1.0.33",
"version": "1.0.34",
"description": "Audio recorder and streamer compatible with any browser",

@@ -5,0 +5,0 @@ "main": "dist/augnitoRecorder.js",

Sorry, the diff of this file is not supported yet

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