Thanks to visit codestin.com
Credit goes to github.com

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: marc136/node-folder-hash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: marc136/node-folder-hash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 15, 2022

  1. Add base64url encoding for file-safe hashes

    The next major version will switch to use `base64url` as the default,
    see #152
    
    base64 encoding contains `+` and `/`, which are replaced with `-` and `_` in base64url encoding.
    
    See the specification table on https://datatracker.ietf.org/doc/html/rfc4648#section-5
    marc136 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c7e1508 View commit details
    Browse the repository at this point in the history
  2. Bump minimist from 1.2.5 to 1.2.6 (#144)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      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 Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4518e6a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Add a test for issue #146

    marc136 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    e4e3c08 View commit details
    Browse the repository at this point in the history
  2. Retry hashing an element after EMFILE and ENFILE errors

    Fixes #146 and works around `graceful-fs` not implementing the fs/promises API.
    marc136 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    bdb594f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309a9b9 View commit details
    Browse the repository at this point in the history
  4. Remove graceful-fs because the EMFILE and ENFILE errors are alr…

    …eady handled
    
    Reason was that graceful-fs does not patch the fs/promise API and only a
    tiny change was needed to handle errors from `fs.createReadStream`.
    marc136 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    2337288 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    d8b5fa5 View commit details
    Browse the repository at this point in the history
  2. Format code

    marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f23a473 View commit details
    Browse the repository at this point in the history
  3. Bump memfs from 3.4.1 to 3.4.13

    Bumps [memfs](https://github.com/streamich/memfs) from 3.4.1 to 3.4.13.
    - [Release notes](https://github.com/streamich/memfs/releases)
    - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
    - [Commits](streamich/memfs@v3.4.1...v3.4.13)
    
    ---
    updated-dependencies:
    - dependency-name: memfs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    574539a View commit details
    Browse the repository at this point in the history
  4. Bump minimatch from 5.0.0 to 5.1.2

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.0.0 to 5.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v5.0.0...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c2e524e View commit details
    Browse the repository at this point in the history
  5. Bump json5 from 2.1.3 to 2.2.3

    Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.1.3...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    81af05f View commit details
    Browse the repository at this point in the history
  6. Bump ignore from 5.2.0 to 5.2.4

    Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.2.0 to 5.2.4.
    - [Release notes](https://github.com/kaelzhang/node-ignore/releases)
    - [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
    - [Commits](kaelzhang/node-ignore@5.2.0...5.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: ignore
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f8bfdf0 View commit details
    Browse the repository at this point in the history
  7. Add forgotten fix for #416

    marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e8d5632 View commit details
    Browse the repository at this point in the history
  8. Bump chai from 4.3.6 to 4.3.7

    Bumps [chai](https://github.com/chaijs/chai) from 4.3.6 to 4.3.7.
    - [Release notes](https://github.com/chaijs/chai/releases)
    - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
    - [Commits](chaijs/chai@v4.3.6...v4.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: chai
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    dc1765b View commit details
    Browse the repository at this point in the history
  9. Bump debug from 4.3.3 to 4.3.4

    Bumps [debug](https://github.com/debug-js/debug) from 4.3.3 to 4.3.4.
    - [Release notes](https://github.com/debug-js/debug/releases)
    - [Commits](debug-js/debug@4.3.3...4.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: debug
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    96ee64c View commit details
    Browse the repository at this point in the history
  10. Bump jsdoc from 3.6.10 to 4.0.0

    Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 4.0.0.
    - [Release notes](https://github.com/jsdoc/jsdoc/releases)
    - [Changelog](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md)
    - [Commits](jsdoc/jsdoc@3.6.10...4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0b815ce View commit details
    Browse the repository at this point in the history
  11. 4.0.3

    marc136 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3e05a29 View commit details
    Browse the repository at this point in the history
Loading