New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@testrtc/watchrtc-sdk

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testrtc/watchrtc-sdk - npm Package Compare versions

Comparing version 1.38.1-beta.2 to 1.38.1-beta.3

2

lib/interfaces.d.ts

@@ -86,3 +86,3 @@ export interface RTCPeerConnectionInformation {

export interface ISocketService {
connection: WebSocket | null;
connection: any | null;
wasConnected: boolean;

@@ -89,0 +89,0 @@ buffer: any[];

@@ -1,2 +0,2 @@

declare const _default: "1.38.1-beta.2";
declare const _default: "1.38.1-beta.3";
export default _default;
import { ISocketService, ISocketTrace, ISocketConnectOptions } from "./interfaces";
export default class WatchRTCSocket implements ISocketService {
static _instance: WatchRTCSocket;
connection: WebSocket | null;
connection: any | null;
wasConnected: boolean;

@@ -6,0 +6,0 @@ buffer: any[];

{
"name": "@testrtc/watchrtc-sdk",
"version": "1.38.1-beta.2",
"version": "1.38.1-beta.3",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

@@ -16,3 +16,4 @@ "main": "lib/index.js",

"prepare": "yarn run build-prod",
"publish-qrtc": "npm run build-dev && (cd qualityrtc-sdk && npm run build-dev && npm run publish-beta)",
"publish-qrtc-unpkg-not-used": "npm run build-dev && (cd qualityrtc-sdk && npm run build-dev && npm run publish-beta)",
"publish-qrtc": "npm run build-dev && (cd qualityrtc-sdk && npm run build-dev)",
"publish-npm": "npm publish",

@@ -19,0 +20,0 @@ "publish-beta": "npm publish --tag beta"

@@ -55,3 +55,3 @@ # watchRTC JS SDK

```html
<!DOCTYPE html>
<!doctype html>
<html lang="en">

@@ -311,4 +311,6 @@ <head>

### 1.38.0 (unreleased)
### 1.38.1.beta-3 (Dec 6, 2023)
- added server side compatibility.
- fixed statsListener to allow passing `null` to remove the callback

@@ -315,0 +317,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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