Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webex/webrtc-core

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/webrtc-core - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

8

dist/types/media/local-stream.d.ts

@@ -41,2 +41,10 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events';

*/
protected handleTrackMuted(): void;
/**
* @inheritdoc
*/
protected handleTrackUnmuted(): void;
/**
* @inheritdoc
*/
get muted(): boolean;

@@ -43,0 +51,0 @@ /**

4

dist/types/media/stream.d.ts

@@ -26,7 +26,7 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events';

*/
private handleTrackMuted;
protected handleTrackMuted(): void;
/**
* Handler which is called when a track's unmute event fires.
*/
private handleTrackUnmuted;
protected handleTrackUnmuted(): void;
/**

@@ -33,0 +33,0 @@ * Handler which is called when a track's ended event fires.

{
"name": "@webex/webrtc-core",
"version": "2.3.0",
"version": "2.3.1",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

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