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

@vidstack/react

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidstack/react - npm Package Versions

1
16

1.11.4

Diff

Changelog

Source

1.11.4-next (2024-04-01)

🐛 Bug Fixes

Player
  • prefers color scheme not overriden (5125ed1)
  • time slider seek keys not working when hidden (c1ce79c)
  • browser conditional exports (3f1a666)
mihar-22
published 1.11.3 •

Changelog

Source

1.11.30-next (2024-07-20)

✨ Features

Player
  • vimeo fullscreen support on iphone (a56eb3c)

🐛 Bug Fixes

Player
  • submenu not opening when inside dialog in shadow dom (12c5c3f)
  • vimeo video freezes on loop when out of viewport (3de2980)
  • better youtube command promise handling (4d02919)
mihar-22
published 1.11.2 •

Changelog

Source

1.11.29-next (2024-07-12)

🐛 Bug Fixes

Player
  • hide poster when not defined (a6b1453)
  • remove console log (#1346) (288c8ae)
mihar-22
published 1.11.1 •

Changelog

Source

1.11.19-next (2024-04-22)

✨ Features

Player
  • data-active and data-ended slider chapter attrs (dd8e445)

🐛 Bug Fixes

Player
  • default theme padding breaks due to css resets (cf9b193)
  • muted prop should take priority over storage (7283344)
  • improve vite plugin hmr (be19840)
  • dash provider library types should accept namespace (e7e5d65)
  • releasing slider should not trigger other elements (5548a15)
mihar-22
published 1.11.0 •

Changelog

Source

1.11.0-next (2024-03-30)

⏪ Revert

Player
  • clear saved time on media end (1b9c598)

✨ Features

Player
  • audio gain support (#1145) (c3e08c5)
  • new accessibility settings menu (0b6470f)
  • show example captions text on style change (8ceae6b)
  • keyboard animations setting in default layout (b63fa16)
  • loop setting in default layout (5f07f55)
  • media announcer (533edc5)
  • announcements setting in default layout (701f7ce)
  • new speed slider component (cd413ba)
  • new quality slider component (e6d801a)
  • new default layout settings controls (4718669)
  • support color preference in default theme (0a96ec6)
  • specify default theme color scheme (9a10613)
  • add download button to default layout (80488b6)
  • new slider steps component (5623c98)
  • source qualities (837daa0)
  • new js player constructors (2876c73)
  • new cdn urls and bundles (e36958c)
  • add new artwork player prop (c0a4eaf)
  • add airplay support for audio (c60c2fc)
  • add new onLoad method to storage (2ce029f)
  • dash provider (#1212) (000c7a4)
  • add setAudioGain method on player (a4a7778)

🐛 Bug Fixes

Player
  • always include keyboard status updates (82ec4a3)
  • respect prefers reduced motion in default theme (208a152)
  • include provider file name hashes in cdn bundle (5c76bbc)
  • improve volume slider popups (07ebc12)
  • show title in default layout (6adb7f4)
  • add deno to node exports (22afcea)
  • add bun to node exports (17afddd)
  • show volume slider when available in small default layout (20b9eab)
  • include react example in source selection warning (a3d6eb1)
  • add workerd to node exports (#1198) (dedd706)
  • stop expensive updates when not visible (be96bd2)
  • narrow player src types (82988ca)
  • default <track> element not selected (c82528b)
  • checkVisibility api not available on ios safari (1ef5e06)
  • improve google cast error handling and events (6fc54a9)
  • accept youtu.be short urls (9261b06)
  • vimeo ended event not firing (53025a3)
  • focus on controls hide should not scroll (778132f)
  • extending LocalMediaStorage should work (71298c3)
  • accept none value for fullscreen orientation attr/prop (545b7d6)
  • clear saved time in storage on media end (3c37e51)
  • trigger started if resuming from stored session (6cdeed7)
  • allow seeking directly to end (20cc205)
  • hls tracks not initializing correctly (edddf3b)
  • hide chapters menu button when disabled (9e96b33)
  • rework layout loading in player class constructors (b37814c)
  • cdn entries need absolute url import specifiers (c2bafe7)
  • handle seeking to end precision changes (abf9b17)
  • replace small percent sign for slider values (#1215) (833f2e4)
  • keep js constructed player alive (5f5cae1)
  • load poster element in js player create (2c56c58)
  • add media-icons/element to external deps (ac7acf6)
  • only remove js player controls if layout provided (685ea68)
  • add dash src to media src type (2cc150b)
  • improve menu focus and scroll management (a73a99a)
Player (React)
  • rename DefaultKeyboardActionDisplay to DefaultKeyboardDisplay (9d573f9)
  • slider callbacks not firing (a4fe4e0)
  • alt optional on poster for slotting (aa46aae)
mihar-22
published 1.10.9 •

Changelog

Source

1.10.9-next (2024-02-20)

🐛 Bug Fixes

Player
  • correctly resolve current chapter index (#1174) (275daa2)
  • external vimeo hls urls are not loading (c774e5f)
mihar-22
published 1.10.8 •

Changelog

Source

1.10.8-next (2024-02-20)

✨ Features

Player
  • add seek keyboard animation display icons (ff93604)
  • new showMs prop on slider value component (4e23e26)
  • save video quality in storage (c8524dc)
Player (React)
  • expose controls group slots (9e86ef2)

🐛 Bug Fixes

Player
  • video caption button incorrectly hidden on touch input (dfed2dc)
  • seek to live edge on play (ed5e8ec)
  • min-live-dvr-window attr not updating (7491385)
  • slider chapters should reset after seeking back on end (4dd2012)
  • last slider chapter not filled to end (e804c19)
  • do not fetch embed poster if one is provided (2503c5d)
  • use voice reader friendly labels (6b9d999)
Player (React)
  • throws on build if no player src is provided (a26fd41)
  • noScrubGesture should be optional in default layout (a2a2f4a)
mihar-22
published 1.10.7 •

Changelog

Source

1.10.7-next (2024-02-17)

✨ Features

Player (React)
  • export <DefaultVideoKeyboardActionDisplay /> (5f5d40a)

🐛 Bug Fixes

Player
  • log media errors in dev (6cf4575)
  • restart keyboard display animations on key press (2376735)
  • include source type attr for html providers (9ab499e)
mihar-22
published 1.10.6 •

Changelog

Source

1.10.6-next (2024-02-15)

🐛 Bug Fixes

Player
  • duplicate base.css imports in bundler plugin (808c490)
  • VTTContent type missing array declarations (7869e90)
  • playback rate state not initializing correctly (231b036)
  • youtube provider should fire pause event on end (35b1fb9)
  • default themed menu not interactable on mobile (94b25fa)
  • controls prop setter on player instance missing (9bfa26e)
  • watch menu button hint part changes (a17239a)
  • show thumbnail img once it has loaded (ab86b55)
  • pass media remote control to keyboard shortcut callbacks (cfe2331)
  • add separate key up and down callbacks to shortcuts (b643602)
Player (React)
  • poster showing broken image icon on load (#1153) (3f00fbc)
  • setting controls causes warning (8f1fe4d)
React
  • setting prop to undefined should use default value (aaf9b04)
mihar-22
published 1.10.5 •

Changelog

Source

1.10.5-next (2024-02-06)

✨ Features

Player
  • include separate default and plyr layout cdn imports (c583cf0)

🐛 Bug Fixes

Player
  • font size setting not applied in fullscreen (2a882d0)
  • source objects failing provider loader checks (d243793)
  • do not prevent f1-f12 keys from working (6a06b57)
  • clipped video can not be replayed (ad61932)
  • vimeo url with progressive_redirect is not embed (1cb9fee)
  • support unlisted vimeo videos (2bfcce9)
  • poster showing broken image icon on load (2684fc3)
Player (React)
  • use remotion thumbnail in plyr layout preview scrub (3651045)
  • remotion provider firing seeked before seeking when paused (cd7e8da)
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