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.7 to 3.0.0-alpha.8

1

dist/miraxplayerUI.js

@@ -41,2 +41,3 @@

margin: 0 auto;
float: inherit;
position: relative;

@@ -43,0 +44,0 @@ width: 100%;

2

package.json
{
"name": "mirax-player",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"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",

@@ -397,3 +397,3 @@ <p align="center">

<div class='whatever'>
<video bind:this={video} class="mirax-player" src="clip3.mp4">
<video bind:this={video} class="mirax-player" src="clip.mp4">
<track kind="captions" src="" label="English" default>

@@ -412,3 +412,2 @@ </video>

----------

@@ -421,10 +420,51 @@ ## Style

- Left
```css
.whatever {
margin: 0 auto;
position: relative;
width: 100%;
float: left;
text-align: left;
}
```
------------
- Center
```css
.whatever {
position: relative;
width: 100%;
text-align: center;
}
```
------------
- Right
```css
.whatever {
position: relative;
width: 100%;
float: right;
text-align: right;
}
```
----------------
--------------

@@ -431,0 +471,0 @@ ## Colors

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