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
2
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.34.1-beta.10 to 1.34.1-beta.11

2

lib/utils.d.ts
import { IEvent, ISocketTrace, IWatchRTCConfiguration, IWatchrtcIdentifiers, Rating, RTCPeerConnectionInformation } from "./interfaces";
export declare const logPrefix: (type?: "error" | "info") => string[];
export declare const debugLog: (getDebugStatus: () => boolean, prefix: "info" | "error", message: string, object?: Object | undefined) => void;
export declare const deltaCompression: (oldStats: any, newStats: any) => any;
export declare const deltaCompression: (oldStats: any, newStats: any, debug: boolean) => any;
export declare const mangleChromeStats: (pc: any, response: any) => any;

@@ -6,0 +6,0 @@ export declare const map2obj: (m: any) => any;

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

declare const _default: "1.34.1-beta.10";
declare const _default: "1.34.1-beta.11";
export default _default;
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.34.1-beta.10",
"version": "1.34.1-beta.11",
"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