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.0 to 5.5.1

4

bower.json
{
"name": "recordrtc",
"version": "5.5.0",
"version": "5.5.1",
"authors": [

@@ -8,3 +8,3 @@ {

"email": "muazkh@gmail.com",
"homepage": "http://www.muazkhan.com/"
"homepage": "https://muazkhan.com/"
}

@@ -11,0 +11,0 @@ ],

{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.5.0",
"version": "5.5.1",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"url": "http://www.muazkhan.com/"
"url": "https://muazkhan.com/"
},

@@ -10,0 +10,0 @@ "description": "RecordRTC is a server-less (entire client-side) JavaScript library that can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.",

@@ -43,3 +43,3 @@ # RecordRTC: WebRTC JavaScript Library for Audio+Video+Screen Recording

| Microsoft Edge | [Normal Build](https://www.microsoft.com/en-us/windows/microsoft-edge) | **Only Audio** - No Video - No Canvas - No Screen |
| Safari 11 | preview/beta (OSX/iOS11) | [Only StereoAudioRecorder](https://www.webrtc-experiment.com/RecordRTC/simple-demos/audio-recording.html) - No Video - No Canvas - No Screen |
| Safari | iOS / MacOSX | Audio+Video (video requires "Safari Preview") |

@@ -136,2 +136,6 @@ ## Frameworks

**Safari:**
<img src="https://user-images.githubusercontent.com/305679/50975925-f794b200-14ee-11e9-8540-1471e7003896.png" alert="RecordRTC on Safari" />
## RecordRTC Demos

@@ -1209,2 +1213,15 @@

## How to Fix video seeking issues?
```html
<script src="https://cdn.webrtc-experiment.com/EBML.js"></script>
<script>
recorder.stopRecording(function(blob) {
getSeekableBlob(recorder.getBlob(), function(seekableBlob) {
invokeSaveAsDialog(seekableBlob);
});
});
</script>
```
## Credits

@@ -1211,0 +1228,0 @@

Sorry, the diff of this file is not supported yet

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