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 2.0.0-beta.7 to 2.0.0-beta.8

6

dist/Player.js

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

export function mirax (video, isPlaying, setIsPlaying) {
function mirax (video, isPlaying, setIsPlaying) {
// Check if the control elements have already been created

@@ -588,2 +588,4 @@ const existingControls = document.querySelector('.mirax-inject');

miraxStyleMediaQuery3.appendChild(document.createTextNode(mediaQuery3));
miraxStyleMediaQuery3.appendChild(document.createTextNode(mediaQuery3));
export default mirax;

@@ -6,3 +6,3 @@ //index.js - This is your package's entry point

import { mirax } from './dist/Player';
//import { attach } from './dist/attach';

@@ -21,6 +21,8 @@

export { mirax };
export { default as mirax } from './dist/dist/Player';
{
"name": "mirax-player",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"description": "A light weight javascript video player",

@@ -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