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

eplayer

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eplayer - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

lib/eplayer.js

@@ -185,6 +185,6 @@ 'use strict';

this.volumeBtn.classList.remove('ep-volume-off');
this.volumeBtn.classList.add('ep-volume-down');
this.volumeBtn.classList.add('ep-volume-up');
} else {
this.video.muted = true;
this.volumeBtn.classList.remove('ep-volume-down');
this.volumeBtn.classList.remove('ep-volume-up');
this.volumeBtn.classList.add('ep-volume-off');

@@ -191,0 +191,0 @@ }

{
"name": "eplayer",
"version": "0.2.3",
"version": "0.2.4",
"description": "A simple html5 video player",

@@ -5,0 +5,0 @@ "main": "./lib/eplayer.js",

@@ -10,2 +10,6 @@ <p align="center"><img src="http://wx2.sinaimg.cn/mw690/0060lm7Tly1fva3l3izvtj30dw0dwjs1.jpg" alt="eplayer logo" width="150px"></p>

### Demo
[clicli](http://localhost:3000/p/82)
### Install

@@ -12,0 +16,0 @@

@@ -106,6 +106,6 @@ import { Init } from './init'

this.volumeBtn.classList.remove('ep-volume-off')
this.volumeBtn.classList.add('ep-volume-down')
this.volumeBtn.classList.add('ep-volume-up')
} else {
this.video.muted = true
this.volumeBtn.classList.remove('ep-volume-down')
this.volumeBtn.classList.remove('ep-volume-up')
this.volumeBtn.classList.add('ep-volume-off')

@@ -112,0 +112,0 @@ }

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