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.23.0 to 2.24.0

2

js/adapters/internal/CAFv3InternalAdapter.d.ts

@@ -14,2 +14,3 @@ import { Analytics } from '../../core/Analytics';

private playerManager;
private queueManager;
private mediaInformation;

@@ -19,2 +20,3 @@ private activeAudioTrack;

private currentItem;
private currentItemIndex;
private isSeeking;

@@ -21,0 +23,0 @@ constructor(context: any, opts?: AnalyticsStateMachineOptions);

4

js/enums/Event.d.ts

@@ -33,3 +33,4 @@ import { AnalyticsEventBase, AudioChangeEvent, ErrorEvent, SourceChangeEvent, VideoChangeEvent } from '../types/EventData';

VIDEOSTART_TIMEOUT = "VIDEOSTART_TIMEOUT",
CUSTOM_DATA_CHANGE = "customDataChange"
CUSTOM_DATA_CHANGE = "customDataChange",
PLAYLIST_TRANSITION = "playlistTransition"
}

@@ -68,2 +69,3 @@ export interface EventMap {

[Event.CUSTOM_DATA_CHANGE]: AnalyticsEventBase;
[Event.PLAYLIST_TRANSITION]: AnalyticsEventBase;
}

@@ -27,2 +27,7 @@ export interface CustomDataValues {

customData25?: string;
customData26?: string;
customData27?: string;
customData28?: string;
customData29?: string;
customData30?: string;
experimentName?: string;

@@ -34,1 +39,5 @@ }

export declare const customDataValuesKeys: Array<keyof CustomDataValues>;
/**
* The number of CustomDataXX fields in {@see CustomDataValues}.
*/
export declare const customDataFieldCount: number;

@@ -46,3 +46,4 @@ import { AnalyticsConfig } from './AnalyticsConfig';

release: () => void;
playlistTransition: (event: Readonly<EventData.AnalyticsEventBase>) => void;
}
export declare const defaultStateMachineCallbacks: StateMachineCallbacks;

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

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