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: kpdecker/jsdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: kpdecker/jsdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 12 commits
  • 6 files changed
  • 5 contributors

Commits on May 6, 2022

  1. Bump follow-redirects from 1.13.0 to 1.14.8 (#349)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    193aa51 View commit details
    Browse the repository at this point in the history
  2. Bump minimist from 1.2.5 to 1.2.6 (#361)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    5c2f138 View commit details
    Browse the repository at this point in the history
  3. Bump url-parse from 1.4.7 to 1.5.10 (#356)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    3bb33f9 View commit details
    Browse the repository at this point in the history
  4. Bump log4js from 6.3.0 to 6.4.0 (#340)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    3135398 View commit details
    Browse the repository at this point in the history
  5. Bump dns-packet from 1.3.1 to 1.3.4 (#323)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    809aadb View commit details
    Browse the repository at this point in the history
  6. Fix GitHub pages URL (#321)

    GitHub pages now uses github.io domain
    ggrossetie authored May 6, 2022
    Configuration menu
    Copy the full SHA
    b8d24a4 View commit details
    Browse the repository at this point in the history
  7. Bump lodash from 4.17.20 to 4.17.21 (#320)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    17159a4 View commit details
    Browse the repository at this point in the history
  8. Bump ini from 1.3.5 to 1.3.8 (#368)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    5264866 View commit details
    Browse the repository at this point in the history
  9. Bump path-parse from 1.0.6 to 1.0.7 (#326)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    2b00caf View commit details
    Browse the repository at this point in the history
  10. Bump pathval from 1.1.0 to 1.1.1 (#347)

    Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/chaijs/pathval/releases)
    - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
    - [Commits](chaijs/pathval@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pathval
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    92c9d90 View commit details
    Browse the repository at this point in the history
  11. Document and test options to createPatch (#345)

    * Document and test ignoreWhiteSpace for createPatch
    
    * Document and test newLineIsToken for createPatch.
    
    I feel like this option is probably not that good since I supsect the patches it outputs doesn't really make any sense.
    oBusk authored May 6, 2022
    Configuration menu
    Copy the full SHA
    fffd8a7 View commit details
    Browse the repository at this point in the history
  12. Allow early termination to limit execution time with degenerate cases (

    …#365)
    
    Co-authored-by: Tony Spataro <[email protected]>
    Tony Spataro and Tony Spataro authored May 6, 2022
    Configuration menu
    Copy the full SHA
    f4cc58c View commit details
    Browse the repository at this point in the history
Loading