Socket
Socket
Sign inDemoInstall

openplayerjs

Package Overview
Dependencies
18
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.0 to 2.13.1

2

docs/usage.md

@@ -224,2 +224,3 @@ # Usage

import OpenPlayerJS from 'openplayerjs';
import 'openplayerjs/dist/openplayer.css'

@@ -239,2 +240,3 @@ export default function Sample() {

);
}
```

@@ -241,0 +243,0 @@

4

package.json
{
"name": "openplayerjs",
"version": "2.13.0",
"version": "2.13.1",
"homepage": "https://www.openplayerjs.com/",

@@ -104,3 +104,3 @@ "author": {

"standard-version": "^9.5.0",
"stylelint": "^14.8.5",
"stylelint": "^15.10.1",
"stylelint-order": "^5.0.0",

@@ -107,0 +107,0 @@ "terser-webpack-plugin": "^5.3.3",

@@ -14,16 +14,7 @@ # [OpenPlayer.js](https://www.openplayerjs.com)

**Version 3.0** of this player just started to being worked on.
**This repository is in maintenance at this point.**
As part of a continuous effort to improve the player, this new version will include, among others:
No new features or addition will be added, only bugfixes.
- An increased unit test coverage (aiming to have at least `70%`), including unit tests for all the demos.
- Refactor of areas of code where creation of buttons for controls occurs, into a consolidated method to generate them.
- Refactor of the main operations (`load`, `loadAd`, `play`, `pause`) to use Promises in a more clear fashion, and with that, execute more complex operations consistently, specially when dealing with loading dynamic content.
- Better snippets/documentation to help users to configure OpenPlayerJS for their needs.
- And more...
Because of the refactor that will be performed in that version, **support for IE11 will be dropped completely**. Also, to support the effort of [ending the IE11 life cycle, scheduled on **June 15, 2022**](https://docs.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge#:~:text=Internet%20Explorer%2011-,Is%20Internet%20Explorer%2011%20the%20last%20version%20of%20Internet%20Explorer,systems%20starting%20June%2015%2C%202022.).
So, please consider this before upgrading to any of the 3.x.x version going forward.
## Advantages

@@ -30,0 +21,0 @@

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