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: juliangruber/balanced-match
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: juliangruber/balanced-match
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 5, 2023

  1. Bump minimist from 1.2.5 to 1.2.8 (#49)

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    56630b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7530b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. package.json: Switch from "main" to "exports" (#50)

    This allows to actually do `import balanced from 'balanced-match'`
    
    While currently you need to do `import balanced from 'balanced-match/index.js'`
    
    See: <https://nodejs.org/api/packages.html>
    lanodan authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b704dff View commit details
    Browse the repository at this point in the history
  2. 3.0.1

    juliangruber committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    bb26121 View commit details
    Browse the repository at this point in the history
Loading