Socket
Socket
Sign inDemoInstall

vue-plyr

Package Overview
Dependencies
16
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

4

package.json
{
"name": "vue-plyr",
"version": "6.0.1",
"version": "6.0.2",
"description": "A vue component for the plyr video & audio player.",

@@ -40,3 +40,2 @@ "license": "MIT",

"dependencies": {
"core-js": "^3.3.2",
"plyr": "^3.5.6",

@@ -51,2 +50,3 @@ "vue": "^2.6.10"

"babel-eslint": "^10.0.3",
"core-js": "^3.4.1",
"eslint": "^5.16.0",

@@ -53,0 +53,0 @@ "eslint-plugin-vue": "^5.0.0",

@@ -24,3 +24,3 @@ # vue-plyr

// The second argument is the default config values which can be omitted.
// The second argument is optional and sets the default config values for every player.
Vue.use(VuePlyr, {

@@ -34,3 +34,3 @@ plyr: {

### SSR [(more below)](#SSR)
### SSR [(more below)](#ssr)
For SSR you can import the SSR optimized module, found at `./dist/vue-plyr.ssr.js`.

@@ -172,3 +172,3 @@ There is a more in depth description on how to use it with [nuxt](#nuxt) below.

// The second argument is the default config values which can be omitted.
// The second argument is optional and sets the default config values for every player.
Vue.use(VuePlyr, {

@@ -175,0 +175,0 @@ plyr: {

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