videojs-persistvolume
Advanced tools
Comparing version 0.1.3 to 0.2.0
{ | ||
"name": "videojs-persistvolume", | ||
"main": "videojs.persistvolume.js", | ||
"version": "0.1.3" | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/jbboehr/videojs-persistvolume", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/jbboehr/videojs-persistvolume.git" | ||
} | ||
} |
@@ -1,7 +0,6 @@ | ||
videojs-persistvolume | ||
======================== | ||
# videojs-persistvolume | ||
A plugin for Video.js that saves user's volume setting using [localStorage](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage#localStorage), but falls back to cookies if necessary. | ||
###Usage | ||
### Usage | ||
Include the plugin: | ||
@@ -21,1 +20,9 @@ | ||
## Changelog | ||
### 0.2.0 | ||
* Fix compatibility with Video.JS 6 to not throw warnings | ||
* Initial release from Nullivex | ||
### 0.1.3p1 | ||
* Final release from `jbboehr/videojs-persistvolume` |
@@ -123,4 +123,6 @@ "use strict"; | ||
vjs.plugin("persistvolume", volumePersister); | ||
var registerFn = 'plugin'; | ||
if('function' === typeof vjs.registerPlugin) registerFn = 'registerPlugin'; | ||
vjs[registerFn]("persistvolume", volumePersister); | ||
}); |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7595
8
1
28
0
114
1