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.2.2 to 1.2.3

2

package.json
{
"name": "vue-youtube",
"version": "1.2.2",
"version": "1.2.3",
"description": "YouTube IFrame Player API wrapper",

@@ -5,0 +5,0 @@ "author": "Antério Vieira",

@@ -34,2 +34,4 @@ # VueYoutube

[Live demo](https://codesandbox.io/s/oll3o58xvy) built on top of the awesome [codesandbox](https://codesandbox.io).
## Installation

@@ -36,0 +38,0 @@

@@ -13,2 +13,9 @@ const player = require('youtube-player')

props: {
videoId: String,
playerVars: {
type: Object,
default: function () {
return { autoplay: 0 }
}
},
height: {

@@ -22,12 +29,2 @@ type: [Number, String],

},
videoId: {
type: String,
required: true
},
playerVars: {
type: Object,
default: function () {
return { autoplay: 0 }
}
}
},

@@ -34,0 +31,0 @@ data () {

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