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: cure53/DOMPurify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: cure53/DOMPurify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 17 commits
  • 24 files changed
  • 8 contributors

Commits on Feb 26, 2023

  1. Merge pull request #775 from cure53/3.x

    Get main up to date from 3.x
    cure53 authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ae8f7f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. build(deps): bump webpack from 5.68.0 to 5.76.1

    Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.76.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.68.0...v5.76.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f6bf5f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge pull request #781 from cure53/dependabot/npm_and_yarn/webpack-5…

    ….76.1
    
    build(deps): bump webpack from 5.68.0 to 5.76.1
    cure53 authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bcb0f7f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Add sms to default allowed URI

    Kiwka committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    7402282 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Merge pull request #783 from Kiwka/main

    Add sms scheme to URI allowed by default
    cure53 authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3c1e7ff View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    45cba8c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix tests

    - remove unneeded rollup commonjs plugin
    - convert expect.js to ES Module and rename it to expect.mjs
    - dynamically import expect.mjs on NodeJS so it can run with JSDOM
    buzinas committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e92ffcc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    0b2327d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #786 from buzinas/bump-browsers-versions

    Bump browsers versions to support for…of and let/const
    cure53 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    14ed0bb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Update tags.js

    duyhai94 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    972d449 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #788 from duyhai94/haicd194

    add tag mprescripts to mathMl
    cure53 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    dcb9ebe View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix: ensure ALLOWED_URI_REGEXP is reset

    At 490c2ef, the `ALLOWED_URI_REGEXP` was set without properly resetting it for subsequent sanitize calls.
    mukilane committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1c63c4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #790 from mukilane/main

    fix: ensure ALLOWED_URI_REGEXP is reset
    cure53 authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7fa8b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. chore: preparing 3.0.2 release

    cure53 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5532856 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #791 from cure53/main

    Merged main into 3.x for upcoming release
    cure53 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6b0b394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c3907 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #793 from cure53/main

    chore: updated website version info
    cure53 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    671167b View commit details
    Browse the repository at this point in the history
Loading