Huge News!Announcing our $40M Series B led by Abstract Ventures.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.27.7 to 1.27.8

6

lib/sdk.js

@@ -198,3 +198,3 @@ "use strict";

socket.connect(id, wsConnectionData.url + "?apiKey=" + wsConnectionData.apiKey, function (data) {
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Connection established. ConnectionId: " + data.clientId]));
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Connection established. watchRTCConnectionId: " + data.clientId]));
trace("watchrtc", id, __assign(__assign(__assign({}, watchrtcConfig), data), { sdkVersion: version_1.default }));

@@ -210,3 +210,3 @@ if (!isEdge) {

socket.close();
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Last connection closed. ConnectionId: " + data.clientId]));
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Last connection closed. watchRTCConnectionId: " + data.clientId]));
}

@@ -514,5 +514,5 @@ }, 1000);

else {
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Please set user rating before websocket connection is closed."]));
console.info.apply(console, __spreadArrays(utils_1.logPrefix("error"), ["Please set user rating before websocket connection is closed."]));
}
}
};

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

declare const _default: "1.27.7";
declare const _default: "1.27.8";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.27.7";
exports.default = "1.27.8";
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.27.7",
"version": "1.27.8",
"description": "gather WebRTC API traces and statistics",

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

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