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 5.0.0-beta.3 to 5.0.0

3

dist/miraxEmbedder.js

@@ -386,3 +386,2 @@

const AutoplayValue = emAutoplay === "false" ? false : true;
const AutomutedValue = emAutoplay === "false" ? false : true;
const LoopValue = emLoop === "false" ? false : true;

@@ -431,3 +430,3 @@

autolay: AutoplayValue,
muted: AutomutedValue,
muted: false,
loop: LoopValue,

@@ -434,0 +433,0 @@ responsive: true

{
"name": "mirax-player",
"version": "5.0.0-beta.3",
"version": "5.0.0",
"description": "Mirax Player is a free video player for React, Vue, Angular, and Svelte that can embed videos from platforms like TikTok, YouTube/Shorts, Twitter, Vimeo and Dailymotion.",

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

@@ -21,14 +21,2 @@ <p align="center">

<p align="center">
<img src="https://raw.githubusercontent.com/demjhonsilver/mirax-player/main/img/theme2.png"/>
</p>
Disclaimer: This image is based on an example [TikTok embedded](https://developers.tiktok.com/doc/embed-videos) video clip.
## Table of Contents

@@ -66,5 +54,5 @@

- Updates the UI video player with backward & forward buttons
- Mirax embed officially supports Twitter and Dailymotion videos
- Mirax tags have been replaced with readability new terms and some are optionals.
- Updates the UI video player with backward & forward buttons.
- Mirax embed officially supports Twitter and Dailymotion videos.
- Mirax tags have been replaced with new readability terms, and some are optional.

@@ -369,3 +357,2 @@ Minor changes:

let videoPlayer;
onMount(() => {

@@ -372,0 +359,0 @@ if (videoPlayer) {

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