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.4 to 3.0.6

2

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

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

@@ -15,4 +15,6 @@

inserted: function (el, binding, vnode) {
var customInstanceName = vnode.data.attrs ? vnode.data.attrs.playerInstanceName : binding.arg
var _this = vnode.context
var instanceName = binding.arg
var instanceName = customInstanceName || 'player'
var options = binding.value || {}

@@ -19,0 +21,0 @@ var player = _this[instanceName]

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