Socket
Socket
Sign inDemoInstall

vue-video-player

Package Overview
Dependencies
21
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.9 to 3.1.0

2

package.json
{
"name": "vue-video-player",
"version": "3.0.9",
"version": "3.1.0",
"description": "Video Player component for Vue2",

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

@@ -7,3 +7,3 @@

Vue.directive('video-player', {
bind: function (el, binding, vnode) {
bind: function(el, binding, vnode) {
if (!el.children.length) {

@@ -93,4 +93,4 @@ var video = document.createElement('video')

this.muted(options.muted)
if (!!videoOptions.start) {
this.currentTime(videoOptions.start)
if (!!options.start) {
this.currentTime(options.start)
}

@@ -97,0 +97,0 @@ emitPlayerState('loadeddata', true)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc