New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byteark/byteark-player-vue

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byteark/byteark-player-vue - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0-beta1

19

package.json
{
"name": "@byteark/byteark-player-vue",
"version": "2.2.0",
"version": "3.0.0-beta1",
"main": "dist/@byteark/byteark-player-vue.umd.js",

@@ -22,10 +22,17 @@ "description": "ByteArk Player Container for Vue.js",

"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.1.5",
"core-js": "^3.15.2",
"@vue/eslint-config-airbnb": "^5.3.0",
"core-js": "^3.6.5",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^6.2.2",
"gh-pages": "^3.2.3",
"node-sass": "^6.0.1",
"sass-loader": "^10.2.0",
"vue": "^3.1.5"
"node-sass": "^7.0.0",
"sass-loader": "^8.0.2",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},

@@ -32,0 +39,0 @@ "resolutions": {

@@ -35,8 +35,8 @@ # ByteArk Player Container for Vue.js

Since Vue 3 is not backward compatible, please make sure to install the correct ByteArk Player Container version based on your Vue version.
Since Vue 3 is not backward compatible, please make sure to install the correct ByteArk Player Container version based on your Vue version.
| Vue Version | Package Version |
|-------------|-----------------|
| 2.x | 1.x |
| 3.x | 2.x |
| 2.x | 3.x |
| 3.x | 4.x |

@@ -138,6 +138,7 @@

The following 4 properties can also be added to `options` for an advanced usage.
The following 5 properties can also be added to `options` for an advanced usage.
| Name | Type | Description |
|---------------------------|----------|---------------------------------------------------------------------------------|
| playerSlugId | String | SlugId of player created via api player server service |
| playerVersion | String | Custom version of the player. (default: 'v1') |

@@ -144,0 +145,0 @@ | playerEndpoint | String | Endpoint to the video player (without version part and ending slash). |

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