Socket
Socket
Sign inDemoInstall

videojs-plugin-quality-selector

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-plugin-quality-selector - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "videojs-plugin-quality-selector",
"version": "1.0.0",
"version": "1.0.1",
"description": "video.js plugin for selecting a video quality or resolution",

@@ -14,3 +14,3 @@ "main": "src/js/index.js",

"type": "git",
"url": "git+https://github.com/steven-ph/videojs-quality-selector.git"
"url": "git+https://github.com/steven-ph/videojs-plugin-quality-selector.git"
},

@@ -24,3 +24,3 @@ "keywords": [

],
"homepage": "https://github.com/steven-ph/videojs-quality-selector#readme",
"homepage": "https://github.com/steven-ph/videojs-plugin-quality-selector#readme",
"devDependencies": {

@@ -27,0 +27,0 @@ "autoprefixer": "7.1.1",

@@ -31,3 +31,3 @@ # VideoJS Quality/Resolution Selector

<script src="./path/to/video.min.js"></script>
<script src="./path/to/videojs-quality-selector.min.js"></script>
<script src="./path/to/videojs-plugin-quality-selector.min.js"></script>
```

@@ -40,3 +40,3 @@

```
npm install --save videojs-quality-selector
npm install --save videojs-plugin-quality-selector
```

@@ -51,3 +51,3 @@

// The following registers the plugin with `videojs`
require('videojs-quality-selector')(videojs);
require('videojs-plugin-quality-selector')(videojs);
```

@@ -54,0 +54,0 @@

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