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

vue-youtube

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-youtube - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

package.json
{
"name": "vue-youtube",
"version": "1.0.9",
"version": "1.0.10",
"description": "A Vue.js Plugin",

@@ -5,0 +5,0 @@ "author": "Antério Vieira <anteriovieira@gmail.com>>",

@@ -54,3 +54,3 @@ import uniqid from 'uniqid'

playerStateChange (e) {
if (e.data && e.data !== state.UNSTARTED) {
if (e.data !== null && e.data !== state.UNSTARTED) {
this.$emit(this.events[this.data], e.target)

@@ -93,5 +93,5 @@ }

this.player.on('ready', this.playerReady)
this.player.on('ready', this.playerStateChange)
this.player.on('ready', this.playerError)
this.player.on('onReady', this.playerReady)
this.player.on('onStateChange', this.playerStateChange)
this.player.on('onError', this.playerError)
},

@@ -98,0 +98,0 @@ render (h) {

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