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

bitmovin-analytics

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmovin-analytics - npm Package Compare versions

Comparing version 2.11.0 to 2.12.0

1

js/adapters/internal/DashjsInternalAdapter.d.ts

@@ -8,3 +8,2 @@ import { InternalAdapterAPI } from './InternalAdapterAPI';

private mediaPlayer;
private onBeforeUnLoadEvent;
constructor(mediaPlayer: any, opts?: AnalyticsStateMachineOptions);

@@ -11,0 +10,0 @@ /**

3

js/adapters/internal/HTML5InternalAdapter.d.ts

@@ -21,2 +21,3 @@ import { InternalAdapter } from './InternalAdapter';

abstract getPlayerVersion: () => string;
private onBeforeUnLoadEvent;
private _drmPerformanceInfo;

@@ -89,2 +90,4 @@ private analyticsBitrate?;

onPaused(): void;
registerWindowEvents(): void;
onPageClose(): void;
checkPlayheadProgress(): void;

@@ -91,0 +94,0 @@ /**

@@ -7,4 +7,6 @@ import * as StateMachine from 'javascript-state-machine';

private seekStartedAt;
private videoStartTimeout?;
constructor(stateMachineCallbacks: StateMachineCallbacks, opts: AnalyticsStateMachineOptions);
getAllStates(): any[];
getAllStatesBut(states: string[]): any[];
createStateMachine(opts: AnalyticsStateMachineOptions): StateMachine.StateMachine;

@@ -14,2 +16,5 @@ callEvent(eventType: string, eventObject: any, timestamp: number): void;

sourceChange: (config: any, timestamp: number, currentTime?: number | undefined) => void;
private getReasonForVideoStartFailure;
private setVideoStartTimeout;
private clearVideoStartTimeout;
}

@@ -9,2 +9,3 @@ import * as StateMachine from 'javascript-state-machine';

private seekedTimeout;
private videoStartTimeout?;
constructor(stateMachineCallbacks: StateMachineCallbacks, opts: AnalyticsStateMachineOptions);

@@ -17,2 +18,5 @@ getAllStates(): any[];

sourceChange: (config: any, timestamp: number, currentTime?: number | undefined) => void;
private getReasonForVideoStartFailure;
private setVideoStartTimeout;
private clearVideoStartTimeout;
}
export declare const MESSAGE_NAMESPACE = "urn:x-cast:com.bitmovin.analytics.cast";
export declare const ANALYTICS_BACKEND_BASE_URL = "https://analytics-ingress-global.bitmovin.com";
export declare const ANALYTICS_LICENSECALL_TIMEOUT: number;
export declare const ANALYTICS_VIDEOSTART_TIMEOUT: number;

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

{"name":"bitmovin-analytics","version":"v2.11.0","description":"Bitmovin Analytics Collector collects monitoring devents from video players for the Bitmovin Analytics Service","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bitmovin/bitmovin-analytics-collector.git"},"main":"bitmovinanalytics.min.js","types":"bitmovin-analytics.d.ts","author":"Bitmovin Inc","homepage":"https://bitmovin.com/video-analytics/","maintainers":[{"name":"bitadmin","email":"admin@bitmovin.com"}]}
{"name":"bitmovin-analytics","version":"v2.12.0","description":"Bitmovin Analytics Collector collects monitoring devents from video players for the Bitmovin Analytics Service","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bitmovin/bitmovin-analytics-collector.git"},"main":"bitmovinanalytics.min.js","types":"bitmovin-analytics.d.ts","author":"Bitmovin Inc","homepage":"https://bitmovin.com/video-analytics/","maintainers":[{"name":"bitadmin","email":"admin@bitmovin.com"}]}

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