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

openplayerjs

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openplayerjs - npm Package Versions

1
35
9

2.7.0

Diff
rafa8626
published 2.7.0 •

Changelog

Source

v2.7.0

3 April 2021

  • feat(player): Added mechanism to timeout media if stalled after 30 secs and dispatch an error; improved UI for audio to indicate that media is loading; added missing workflow to assign current media with preload as none. Fixes #222 #222
  • feat(player): Added new way to protect private variables; added new documentation for Media and Ads objects; added new configuration to hide duration and added empty progress bar when dealing with live streaming and showProgress is true; fixed issue with muted button. Fixes #218, #220, #223 and #224 #218
  • fix(player): Added new class when dealing with layers; added missing CSS to achieve the proper UI when dealing with top/center/bottom layers. Fixes #219 #219
  • fix(docs): More documentation missing on the Usage section; fixes #216 #216
  • fix(player): Reduced width in mute icon to avoid messing with whole controls height; fixes #217 #217
  • feat(player): Added packages to start unit tests for each individual file and check coverage; fixed issues caught by unit tests 20d0300
  • fix(player): Removed unnecessary conditional to dispatch error when no more Ads are left to process; fixed typo when replacing private variables, and removed unnecesary condtionals 1f4fb5b
  • Release 2.7.0 9f12b1c
rafa8626
published 2.6.1 •

Changelog

Source

v2.6.1

8 March 2021

  • fix: upgrade core-js from 3.9.0 to 3.9.1 #212
  • fix: upgrade core-js from 3.8.3 to 3.9.0 #211
  • fix(player): Added conditional to obtain initial volume correctly when using Ads; fixes #213 adn #214 #213
  • Updated bundles dcafd57
  • feat(player): Added new events for custom controls to expand control over each custom element 05697ba
  • Release 2.6.1 53b713c
rafa8626
published 2.6.0 •

Changelog

Source

v2.6.0

16 February 2021

  • fix(player): Added missing workflow to remove custom controls dea0e3e
  • fix(player): Added container to set menus position correctly feccbab
  • feat(player): Added new configuration element to set default duration label while media loads 48d0eef
rafa8626
published 2.5.0 •

Changelog

Source

v2.5.0

6 February 2021

  • Get ad's value from adsManager instead of internal state. Update media player volume UI when volume changes from within ad (e.g.: VPAID with controls). #204
  • feat(player): Enhanced custom controls to allow rendering of custom menu options; fixes #206 #206
  • feat(ads): Added more events and included log for non-fatal errors; fixes #205 #205
  • feat(ads): Added more events and included log for non-fatal errors 0e13b61
  • Release 2.5.0 d98e679
rafa8626
published 2.4.1 •

Changelog

Source

v2.4.1

22 January 2021

  • fix: upgrade core-js from 3.8.2 to 3.8.3 #202
  • fix(player): Added conditionals to set width/height values correctly after going off fullscreen; fixed #201 #201
  • Release 2.4.1 ba39361
rafa8626
published 2.4.0 •

Changelog

Source

v2.4.0

8 January 2021

  • feat(player): Added new forceNative configuration to allow player to use hls.js or not by default; added missing workflow to switch to hls.js and obtain levels when using mobile and removed code that deleted Unmute button; fixed #196 #196
  • fix(ads): Removed conditional to resume media correctly in mobile devices 5f91df3
  • Release 2.4.0 1140097
  • fix(ads): Added missing conditional to resume media correctly after Ad error 8b12a2c
rafa8626
published 2.3.0 •

Changelog

Source

v2.3.0

6 January 2021

  • feat(ads): Added RESUMED and USER_CLOSE IMA AdEvent to ads event list. #199
  • fix(ads): Added conditionals to avoid errors when setting volume in an Ad that comes empty; fixes #198 #198
  • fix(ads): Changed default value for preloading ads to false; fixes #193 #193
  • feat(player): Added new defaultLevel and levelchanged event to support more in-depth operations with levels; fixed issue with CSSNano and updated documentation 2b2fd55
  • Release 2.3.0 2fb0f00
  • Reverted changes for test file 0609c62
rafa8626
published 2.2.4 •

Changelog

Source

v2.2.4

19 December 2020

  • fix(player): Fixed passive event definition to avoid showing errors for passive events; fixes #192 #192
  • fix(player): Added conditionals to avoid showing errors for passive events; fixes #192 #192
  • Release 2.2.4 0f87282
  • Fixed merge issues 196c5d2
  • fix(player): Added missing element in conditional to execute pause correctly once ads are auto playing 7a6cd5c
rafa8626
published 2.2.3 •

Changelog

Source

v2.2.3

18 December 2020

  • fix: upgrade core-js from 3.8.0 to 3.8.1 #189
  • feat(ads): Added new flag to enable preloading of ads; fixes #191 #191
  • fix(ads): Added new conditional to start or resume ad depending on that status of them; added conditional to just init the ads manager if preload is enabled for #191 404c228
  • fix(ads): Fixed conditional to display properly fatal errors 77c24bb
  • Fixed package lock and rebundled files 1491800
rafa8626
published 2.2.2 •

Changelog

Source

v2.2.2

6 December 2020

  • fix(player): Added passive events for all browsers except IE11; changed way to create bunldes to avoid serving legacy code 42a6743
  • Release 2.2.2 ec20aad
  • fix(player): Added missing styles and removed style to ensue fit mode will be contained properly aa31b7e