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

msr

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msr - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

9

MediaStreamRecorder.js

@@ -394,2 +394,5 @@ // Muaz Khan - www.MuazKhan.com

this.requestData();
audioInput.disconnect();
ObjectStore.AudioContextConstructor = null;
};

@@ -441,4 +444,3 @@

// creates a gain node
if (!ObjectStore.VolumeGainNode)
ObjectStore.VolumeGainNode = context.createGain();
ObjectStore.VolumeGainNode = context.createGain();

@@ -448,4 +450,3 @@ var volume = ObjectStore.VolumeGainNode;

// creates an audio node from the microphone incoming stream
if (!ObjectStore.AudioInput)
ObjectStore.AudioInput = context.createMediaStreamSource(mediaStream);
ObjectStore.AudioInput = context.createMediaStreamSource(mediaStream);

@@ -452,0 +453,0 @@ // creates an audio node from the microphone incoming stream

{
"name": "msr",
"preferGlobal": true,
"version": "1.2.6",
"version": "1.2.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Muaz Khan",

@@ -0,0 +0,0 @@ ## [MediaStreamRecorder.js](https://github.com/streamproc/MediaStreamRecorder) - [Demos](https://www.webrtc-experiment.com/msr/) - [![npm](https://img.shields.io/npm/v/msr.svg)](https://npmjs.org/package/msr) [![downloads](https://img.shields.io/npm/dm/msr.svg)](https://npmjs.org/package/msr)

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