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

videojs-persistvolume

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-persistvolume - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

.gjslintrc

8

package.json
{
"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"
}
}

13

README.md

@@ -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

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