Huge News!Announcing our $40M Series B led by Abstract Ventures.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.39.1-beta.5 to 1.39.1-beta.6

3

lib/interfaces.d.ts

@@ -59,3 +59,4 @@ export interface RTCPeerConnectionInformation {

export interface IHttpService {
trace(url: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{
trace(url: string, sessionId: string, projectId?: string, // projectID or apiKey
rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{
error?: string;

@@ -62,0 +63,0 @@ }>;

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

declare const _default: "1.39.1-beta.5";
declare const _default: "1.39.1-beta.6";
export default _default;

@@ -5,5 +5,5 @@ import { IHttpService } from "./interfaces";

constructor();
trace(url: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{} | {
trace(url: string, sessionId: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{} | {
error: any;
}>;
}
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.39.1-beta.5",
"version": "1.39.1-beta.6",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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