Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: faisalman/ua-parser-js Loading
base: 1.0.32
Choose a base ref
...
head repository: faisalman/ua-parser-js Loading
compare: 1.0.33
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 17, 2022

  1. Add new browser: Cobalt

    obecerra3 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8d3c2d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Merge pull request #604 from obecerra3/master

    Add new browser: Cobalt
    faisalman committed Oct 23, 2022
    1 Configuration menu
    Copy the full SHA
    c239ac5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Fix documentation

    `readme.md` refers to a `parser.getResults` function, which does not exist. This PR corrects the function name to `getResult`.
    rileyjshaw committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7f71024 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Merge pull request #606 from rileyjshaw/patch-1

    Fix documentation
    faisalman committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b814bcd View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    a886604 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Remove unsafe regex in trim() function

    `trim()` function contains a regular expression that is vulnerable to ReDoS but was uncaught by `safe-regex` module.
    faisalman committed Jan 22, 2023
    2 Configuration menu
    Copy the full SHA
    a6140a1 View commit details
    Browse the repository at this point in the history
  2. Bump version 0.7.33

    faisalman committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f2d0db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67005e3 View commit details
    Browse the repository at this point in the history
Loading