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

webrtc-test-suite

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-test-suite - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

index.js
import checkPeerConnection from "./checks/peerConnection";
import checkMediaCapture from "./checks/mediaCapture";
import checkInternetSpeed from "./checks/internet";
let _RTCTest = {

@@ -5,0 +6,0 @@ checkPeerConnection,

2

package.json
{
"name": "webrtc-test-suite",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:theanam/webrtc-test-suite.git",

@@ -19,3 +19,3 @@ # webrtc-test-suite

```html
<script src="https://unpkg.com/webrtc-test-suite@1.0.1/dist/index.js"></script>
<script src="https://unpkg.com/webrtc-test-suite@1.0.2/dist/index.js"></script>
```

@@ -34,5 +34,7 @@ Yoou will get a global object called: `_RTCTest`

```
## A better documentation and npm package comming soon
## A better documentation is comming soon
***
This package is released under the MIT license, feel free to contribute.
made with 🖤 and JavaScript.
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