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
135
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.9.0 to 2.10.0

10

js/adapters/internal/HlsInternalAdapter.d.ts

@@ -8,2 +8,3 @@ /// <reference types="hls.js" />

import { DownloadSpeedInfo } from '../../types/DownloadSpeedInfo';
import { PlaybackInfo } from '../../types/PlaybackInfo';
export declare class HlsInternalAdapter extends HTML5InternalAdapter implements InternalAdapterAPI {

@@ -35,2 +36,3 @@ private hls;

onManifestLoading(): void;
getCurrentPlaybackInfo(): PlaybackInfo;
/**

@@ -41,2 +43,8 @@ * errorData: { type : error type, details : error details, fatal : if true, hls.js cannot/will not try to recover, if false, hls.js will try to recover,other error specific data }

onHlsError(errorName: any, errorData: any): void;
onAudioTrackSwitched(event: string, data: {
id: string;
}): void;
onSubtitleLanguageSwitched(event: string, data: {
id: string;
}): void;
/**

@@ -47,2 +55,4 @@ * returns mapped error code for Hlsjs ErrorTypes

private getErrorCodeFromHlsErrorType;
private getSelectedAudioLanguage;
private getSelectedSubtitleLanguage;
}

2

js/adapters/internal/HTML5InternalAdapter.d.ts

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

import { SegmentInfo } from '../../types/SegmentInfo';
import { SubtitleInfo } from '../../types/SubtitleInfo';
export declare abstract class HTML5InternalAdapter extends InternalAdapter implements InternalAdapterAPI {

@@ -94,2 +95,3 @@ protected mediaElement: HTMLVideoElement | null;

sourceChange(config: any, timestamp: number): void;
getSelectedSubtitleFromMediaElement(mediaElement: any): SubtitleInfo | undefined;
}

@@ -9,2 +9,6 @@ import { InternalAdapterAPI } from './InternalAdapterAPI';

constructor(player: any, opts?: AnalyticsStateMachineOptions);
/**
* @override
*/
initialize(): void;
getPlayerName: () => Player;

@@ -11,0 +15,0 @@ getPlayerVersion: () => any;

2

package.json

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

{"name":"bitmovin-analytics","version":"v2.9.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.10.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