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.4.3 to 5.4.4

2

bower.json
{
"name": "recordrtc",
"version": "5.4.3",
"version": "5.4.4",
"authors": [

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

{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.4.3",
"version": "5.4.4",
"author": {

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

@@ -233,4 +233,4 @@ # RecordRTC: WebRTC JavaScript Library for Audio+Video+Screen Recording

```html
<!-- use 5.4.3 or any other version -->
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.4.3/RecordRTC.js"></script>
<!-- use 5.4.4 or any other version -->
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.4.4/RecordRTC.js"></script>
```

@@ -1091,2 +1091,12 @@

## `destroy`
Destroy all internal recorders. Clear memory and ask RecordRTC to stop doing anything internally:
```javascript
recorder.destroy();
```
Note: You can use this method anytime, anywhere; even during recording a stream.
## Promises

@@ -1093,0 +1103,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