Socket
Socket
Sign inDemoInstall

videogular

Package Overview
Dependencies
8
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.2.1

Diff

Changelog

Source

v2.2.1

  • Safer buffered checking since it may be undefined.
elecash
published 2.2.0 •

Changelog

Source

v2.2.0

  • Safer handling of play() and pause() in browsers that have async handling of these operations.
  • Added input validation to seekTime() to ensure that the value is a finite number.
  • API.activeSource added to provide convenient access to the applied source.
  • New isLive optional flag on the source input.
elecash
published 2.1.2 •

Changelog

Source

v2.1.2

  • Fixed checks on boolean scope variables vgNativeFullscreen and vgClearMediaOnNavigate. Applied safer handling and application of the desired default value.
elecash
published 2.1.1 •

Changelog

Source

v2.1.1

  • Fixed incorrect firing of cuePoint.onComplete when cuePoints list changed.
elecash
published 2.1.0 •

Changelog

Source

v2.1.0

  • You may now supply vg-native-play-blacklist on vgMedia to prevent native playback of sources as desired. It expects an array of functions accepting the media source and user agent. If any of these return true, native playback will not be attempted. This may be useful in combination with playback plugins. For example, you may want to use hls.js in Android Chrome rather than its native handling.
elecash
published 2.0.1 •

Changelog

Source

v2.0.1

  • Bower is deprecated, all bower-videogular-XXX has been deprecated and now everything will be available in the videogular repo. This also applies for NPM distribution.
elecash
published 2.0.0 •

elecash
published 1.4.4 •

elecash
published 1.4.1 •

Changelog

Source

v1.4.1

  • Normalized value for seek by percent so it can't fall out of valid range.
  • Added fix for when virtual clip start time is set to 0.
elecash
published 1.4.0 •

Changelog

Source

v1.4.0

  • Added new directive vg-scrub-bar-thumbnails to display thumbnails in scrub bar.
  • Added new property vg-start-time to autoseek to a certain second.
  • Added new property vg-virtual-clip-duration to set a duration. When used with vg-start-time it will create a virtual media fragment in given video.
  • Added more precise iOS device detection.
  • Added autoplay enabled for mobile devices on cordova. Cordova/phonegap allows autoplay by default. In particular calling play() directly always works.
  • Fixed bug with volume bar when mute button was focused. close #289
  • Updated demo with virtual clips.
  • Updated Readme.
  • Updated docs.
  • Removed old files.
2Next
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