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: browserify/browserify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.0
Choose a base ref
...
head repository: browserify/browserify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.0.1
Choose a head ref
  • 11 commits
  • 6 files changed
  • 6 contributors

Commits on Mar 25, 2021

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

Commits on Mar 27, 2022

  1. refactor: replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a084959 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

Commits on Oct 21, 2023

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

Commits on Aug 24, 2024

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

Commits on Aug 26, 2024

  1. Added regression test for noParse option with relative paths

    ZolotovDY authored and ZolotovDY committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    27d7564 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update test/noparse.js

    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    goldim and ljharb authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7791742 View commit details
    Browse the repository at this point in the history
  2. Update test/noparse.js

    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    goldim and ljharb authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2557674 View commit details
    Browse the repository at this point in the history
  3. Update test/noparse.js

    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    goldim and ljharb authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0bea7b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge pull request #2080 from goldim/pass-noparse-files-to-mdeps

    Relative paths in noparse option
    goto-bus-stop authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c8f43c7 View commit details
    Browse the repository at this point in the history
  2. 17.0.1

    goto-bus-stop committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d1d3fed View commit details
    Browse the repository at this point in the history
Loading