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

2

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

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

@@ -8,13 +8,16 @@ # webrtc-test-suite

To install the package use this command:
### Module Bundler
```sh
yarn add webrtc-test-suite
```
Include it in the project and you will get a global object `_RTCTest`.
If you are using a module bundler, you can import it with:
```js
import _test from "webrtc-test-suite";
import _RTCTest from "webrtc-test-suite";
```
### Include JS file
Add this to your HTML file:
```html
<script src="https://unpkg.com/webrtc-test-suite@1.0.1/dist/index.js"></script>
```
Yoou will get a global object called: `_RTCTest`

@@ -21,0 +24,0 @@ All the check functions return a promise, or optionally you can supply a callback function as well.

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