New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.5 to 5.5.6

2

bower.json
{
"name": "recordrtc",
"version": "5.5.4",
"version": "5.5.6",
"authors": [

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

{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.5.5",
"version": "5.5.6",
"author": {

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

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

```html
<!-- use 5.5.3 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.3/RecordRTC.js"></script>
<!-- recommended -->
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script>
<!-- use 5.5.6 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.6/RecordRTC.js"></script>
<!-- NPM i.e. "npm install recordrtc" -->

@@ -83,5 +86,2 @@ <script src="node_modules/recordrtc/RecordRTC.js"></script>

<script src="bower_components/recordrtc/RecordRTC.js"></script>
<!-- it is using github-pages hosting behind the scene -->
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script>
```

@@ -177,3 +177,6 @@

// used by WebAssemblyRecorder
bitrate: 128000
bitrate: 128000,
// used by MultiStreamRecorder - to access HTMLCanvasElement
elementClass: 'multi-streams-mixer'
});

@@ -180,0 +183,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