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 5.6.1 to 5.6.2

2

bower.json
{
"name": "recordrtc",
"version": "5.6.1",
"version": "5.6.2",
"authors": [

@@ -5,0 +5,0 @@ {

{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.6.1",
"version": "5.6.2",
"author": {

@@ -48,8 +48,11 @@ "name": "Muaz Khan",

"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "1.1.0",
"grunt-jsbeautifier": "0.2.10",
"grunt-replace": "0.11.0",
"load-grunt-tasks": "3.4.0",
"grunt-contrib-watch": "1.1.0"
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}

@@ -77,4 +77,4 @@ # RecordRTC.js | [Live Demo](https://www.webrtc-experiment.com/RecordRTC/)

<!-- use 5.6.1 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.6.1/RecordRTC.js"></script>
<!-- use 5.6.2 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.6.2/RecordRTC.js"></script>

@@ -96,2 +96,4 @@ <!-- NPM i.e. "npm install recordrtc" -->

// audio/webm
// audio/webm;codecs=pcm
// video/mp4
// video/webm;codecs=vp9

@@ -102,3 +104,2 @@ // video/webm;codecs=vp8

// video/mpeg -- NOT supported by any browser, yet
// video/mp4 -- NOT supported by any browser, yet
// audio/wav

@@ -134,2 +135,3 @@ // audio/ogg -- ONLY Firefox

// only for audio track
// ignored when codecs=pcm
audioBitsPerSecond: 128000,

@@ -136,0 +138,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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