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

recordrtc

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recordrtc - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

2

package.json
{
"name": "recordrtc",
"preferGlobal": true,
"version": "4.0.5",
"version": "4.0.6",
"author": {

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

@@ -1,13 +0,5 @@

// Last time updated at Oct 13, 2014, 08:32:23
// Last time updated at Oct 23, 2014, 08:32:23
// updates?
/*
-. onGifPreview added.
-. You can set options.video = HTMLVideoElement;
-. You can get blob directly using "recordRTC.blob" property
-. You can get "ArrayBuffer" as well using "recordRTC.buffer" property
-. You can get "DataView" as well using "recordRTC.view" property
-. You can get "Sample-Rates" using "recordRTC.sampleRate" property
-. You can get "Buffer-Size" using "recordRTC.bufferSize" property
-. if you're recording GIF, you must link: https://cdn.webrtc-experiment.com/gif-recorder.js

@@ -1012,2 +1004,7 @@ */

this.blob = whammy.compile();
if(this.blob.forEach) {
this.blob = new Blob([], {
type: 'video/webm'
});
}

@@ -1014,0 +1011,0 @@ if (callback) callback(this.blob);

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