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

mirax-player

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mirax-player - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

14

dist/mirax-player.d.ts
// mirax-player.d.ts
/* declare module 'mirax-player' {
type VideoPlayerFunction = (video: any) => void;
const miraxplayer: VideoPlayerFunction;
export = miraxplayer;
}
*/
declare module 'mirax-player' {
type VideoPlayerFunction = (video: any, options?: any) => void;
type VideoPlayerFunction = (videoClip: any, playerTheme: any, progressTheme: any) => void;
export const miraxplayer: VideoPlayerFunction;

@@ -17,6 +11,6 @@ }

declare module 'mirax-player' {
type VideoPlayerError = (video: any) => void;
export const miraxErrorHandler: VideoPlayerError;
type VideoPlayerErrorHandler = (videoClip: any) => void;
export const miraxErrorHandler: VideoPlayerErrorHandler;
}
{
"name": "mirax-player",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "Mirax Player is a video player that is compatible with TypeScript and JavaScript for React, Vue, Angular and Svelte.",

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

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