New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@observertc/observer-js

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@observertc/observer-js - npm Package Compare versions

Comparing version 0.40.27 to 0.40.28

1

lib/index.d.ts

@@ -8,2 +8,3 @@ export type { ObserverConfig, ObserverEvents } from './Observer';

export type { CallEventReport, CallMetaReport, ClientDataChannelReport, ClientExtensionReport, IceCandidatePairReport, InboundAudioTrackReport, InboundVideoTrackReport, ObserverEventReport, OutboundAudioTrackReport, OutboundVideoTrackReport, PeerConnectionTransportReport, SfuEventReport, SfuExtensionReport, SfuInboundRtpPadReport, SfuMetaReport, SfuOutboundRtpPadReport, SfuSctpStreamReport, SFUTransportReport, } from '@observertc/report-schemas-js';
export type { ClientIssueMonitorConfig, ClientIssueMonitorEmittedIssueEvent, ClientIssueMonitor } from './monitors/ClientIssueMonitor';
export type { ObservedCall, ObservedCallModel } from './ObservedCall';

@@ -10,0 +11,0 @@ export type { ObservedClient, ObservedClientModel } from './ObservedClient';

2

package.json
{
"name": "@observertc/observer-js",
"version": "0.40.27",
"version": "0.40.28",
"description": "Server Side NodeJS Library for processing ObserveRTC Samples",

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

@@ -54,3 +54,7 @@ export type { ObserverConfig, ObserverEvents } from './Observer';

} from '@observertc/report-schemas-js';
export type {
ClientIssueMonitorConfig,
ClientIssueMonitorEmittedIssueEvent,
ClientIssueMonitor
} from './monitors/ClientIssueMonitor';
export type { ObservedCall, ObservedCallModel } from './ObservedCall';

@@ -57,0 +61,0 @@ export type { ObservedClient, ObservedClientModel } from './ObservedClient';

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