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.38.1 to 1.38.2-beta.1

2

lib/version.d.ts

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

declare const _default: "1.38.1";
declare const _default: "1.38.2-beta.1";
export default _default;
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.38.1",
"version": "1.38.2-beta.1",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

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

"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-qrtc": "export NODE_OPTIONS=--openssl-legacy-provider && yarn install && npm run build-dev && (cd qualityrtc-sdk && yarn install && npm run build-dev && ./copytoS3.py)",
"publish-npm": "npm publish",

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

@@ -310,2 +310,6 @@ # watchRTC JS SDK

### 1.38.2-beta.1 (Dec 19, 2023)
- fix cors issue for qualityRTC SDK API requests.
### 1.38.1 (Dec 12, 2023)

@@ -315,2 +319,6 @@

### 1.38.1 (Dec 12, 2023)
- official release
### 1.38.1.beta-4 (Dec 8, 2023)

@@ -317,0 +325,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