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

vue-video-player

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-video-player - npm Package Compare versions

Comparing version 3.0.6 to 3.0.8

2

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

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

@@ -16,4 +16,4 @@

var _this = vnode.context
var customInstanceName = vnode.data.attrs ? vnode.data.attrs.playerInstanceName : binding.arg
var _this = vnode.context
var instanceName = customInstanceName || 'player'

@@ -133,3 +133,4 @@ var options = binding.value || {}

var _this = vnode.context
var instanceName = binding.arg
var customInstanceName = vnode.data.attrs ? vnode.data.attrs.playerInstanceName : binding.arg
var instanceName = customInstanceName || 'player'
var player = _this[instanceName]

@@ -136,0 +137,0 @@ if (player && videojs) {

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