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: ipfs/protons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: protons-v7.3.0
Choose a base ref
...
head repository: ipfs/protons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: protons-v7.3.1
Choose a head ref
  • 2 commits
  • 17 files changed
  • 2 contributors

Commits on Nov 22, 2023

  1. fix: use uint8arrays alloc for new buffers (#123)

    Will return `Buffer`s under Node.js which have greater performance than `Uint8Array`s.
    achingbrain authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d1bfc94 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.3.1 [skip ci]

    ## [protons-v7.3.1](protons-v7.3.0...protons-v7.3.1) (2023-11-22)
    
    ### Bug Fixes
    
    * use uint8arrays alloc for new buffers ([#123](#123)) ([d1bfc94](d1bfc94))
    semantic-release-bot committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d850acf View commit details
    Browse the repository at this point in the history
Loading