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 html5-qrcode from 2.2.1 to 2.3.8 #3

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

Conversation

victorv
Copy link
Owner

@victorv victorv commented Apr 17, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade html5-qrcode from 2.2.1 to 2.3.8.

ℹ️ 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 16 versions ahead of your current version.
  • The recommended version was released a year ago, on 2023-04-15.
Release notes
Package name: html5-qrcode
  • 2.3.8 - 2023-04-15

    Version 2.3.8

    Sponsors
    Huge thanks to supporters of the mission who sponsored the project (See Leaderboard).

    • Jari
    • Dave from Gravity Wiz

    See the sponsorship page at ko-fi.

  • 2.3.7 - 2023-02-19

    Fix to broken camera based QR scanning

  • 2.3.6 - 2023-02-12

    Version 2.3.6

    • Fix to minified js, some UI fixes to improve accessibility & SEO.
  • 2.3.5 - 2023-02-11

    Version 2.3.5

    Multiple bug fixes

  • 2.3.4 - 2022-11-30

    Version 2.3.4

    • useBarCodeDetectorIfSupported defaults to true and if supported the library will internally alternate between BarcodeDetector and zxing-js. Same robustness added for file based scan as well if more than one decoder is supported.
    • Fixed the UI issue - Issue#613.
    • Fix for torch issue - Issue#634.
    • In case of scanFile(..) APIs, scan at image resolution. Show Loading image... while the image is being loaded for rendering. More info at Issue#612
  • 2.3.3 - 2022-11-23

    Version 2.3.3

    Quick fix for - issue#621. With this zoom & torch is not supported in firefox for now.

  • 2.3.2 - 2022-11-22

    Version 2.3.2

    Features or bug fixes.

    • Hide margin of parent container when camera selection UI is hidden (if only 1 camera is found.) - Issue#599, PR#607 by adamwolf@.

    Support for zoom slider in Html5QrcodeScanner.
    Added basic support for zoom feature under configuration flag (not enabled by default). This was raised in issue issue#330.This should help address some focus issues raised so far.

    Not supported on Safari or any IOS browser though!

    How to use

    let html5QrcodeScanner = new Html5QrcodeScanner(
        "reader", 
        { 
            fps: 10,
            qrbox: qrboxFunction,
            useBarCodeDetectorIfSupported: true,
            rememberLastUsedCamera: true,
            aspectRatio: 4/3,
            showTorchButtonIfSupported: true,
            showZoomSliderIfSupported: true,
            defaultZoomValueIfSupported: 2
            // ^ this means by default camera will load at 2x zoom.
        });

    Tech debts

    • Refactored the camera components out of src/html5-qrcode.ts
  • 2.3.1 - 2022-11-16

    Version 2.3.1

    • Improved support for UPC types - by Breno1288, forked from PR - pull#501
    • Fix form submission in Firefox issue - Discussion#413 by Joggel72, forked from PR - pull#431
    • Fix support for UPC-E as called out in several bugs - parent issue#605
    • Add willReadFrequently attribute to canvas context for camera scan as per Google Chrome recommendation.
  • 2.3.0 - 2022-11-12

    Version 2.3.0

    • Added support for drag and drop of image in file based scanner.
    • Info UI updated.
  • 2.2.8 - 2022-11-04

    Version 2.2.8

    Custom camera labels when not available.

    In certain browsers as well as cases like Android Webview it looks like camera
    name is not returned by the browser. In such cases the camera selection has
    empty named options.

    To make the UX better, the library will give custom names to the cameras.

    For example in Duck Duck Go browser which has this behavior, it will look like
    this

    Before selection After selection
    Screenshot_20221105-005544 Screenshot_20221105-005550
  • 2.2.7 - 2022-11-04
  • 2.2.6 - 2022-11-02
  • 2.2.5 - 2022-10-30
  • 2.2.4 - 2022-10-24
  • 2.2.3 - 2022-10-15
  • 2.2.2 - 2022-10-15
  • 2.2.1 - 2022-04-07
from html5-qrcode GitHub release notes
Commit messages
Package name: html5-qrcode

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.

2 participants