Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade howler from 2.2.1 to 2.2.2 #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade howler from 2.2.1 to 2.2.2.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-06-27.
Release notes
Package name: howler
  • 2.2.2 - 2021-06-27

    The README has been updated with more examples and various clarifications. PRs/issues with suggestions for further improvements are appreciated.

    • CHANGED Include keydown event when unlocking audio (#1417).
    • CHANGED The audio state is changed to loading while the player is buffering (#1444).
    • FIXED Looping sounds wouldn't always work correctly in recent versions of Firefox desktop (#1445).
    • FIXED Disabled WebM in Safari 14 until bug in Safari is resolved (#1476).
    • FIXED Error when calling seek() on audio that hasn't loaded (#1423).
    • FIXED Before a sound had loaded, calling pause() after seek() didn't have the intended behavior (#1439).
  • 2.2.1 - 2020-10-25
    • FIXED The latest Safari 14 changed how WAV support was detected (#1415).
    • FIXED Edge case that could cause an infinite loop while fading (#1369).
    • FIXED Calling seek without a seek value while a file was still loading no longer adds it to the queue and correctly returns 0 (#1189).
    • FIXED Correctly handle finite audio files that return Infinity duration in Safari (#658).
from howler GitHub release notes
Commit messages
Package name: howler
  • 97cfa13 v2.2.2
  • 09a3b28 Disable WebM on Safari <15
  • 309376b Fix formatting issue
  • 94b617c Add list of load error codes from the spec to docs
  • fcbe3e1 Add explanation of howler distribution files
  • 8135725 Add docs to clarify what group playback refers to
  • 8c1e020 Merge pull request #1444 from LandrAudio/fix/buffering_loading_state
  • ddb34c3 Merge pull request #1483 from mihailgaberov/patch-1
  • cf206ab Update player.js
  • 69946c4 Fixed typo.
  • 0323af9 Fix edge case with pause called after seek before loaded
  • 3e1cb20 Simplify fix for looping in Firefox
  • cf485cc Merge pull request #1445 from themoonrat/bugfix/firefox-loop-error
  • 119d31a Add example for streaming audio
  • 0b82b30 Return seek of 0 if track is still loading
  • e9b6241 Merge pull request #1423 from rigobauer/fix/seek-not-checking-sound-is-loaded
  • d165bfd Merge pull request #1417 from Studiosity/master
  • 59cdf90 Fix double looping sound
  • 94b247c Forces a buffer refresh if sound is set to loop, and is already playing
  • 6161691 fix: set state to loading when sound is buffering
  • 42d1506 fix: check that sounds are loaded in seek (returning current position)
  • d62034b Include keydown event when unlocking audio

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant