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

Commits on Mar 21, 2022

  1. fix: access node process object via globalThis

    To allow use of noise in the browser with minimal bundling, access
    `process.env.FOO` via `globalThis` and with optional chaining.
    
    Removes the need to use babel etc to transpile the code first.
    achingbrain committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    264f7bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from achingbrain/fix/access-node-process-from…

    …-global-this
    
    fix: access node process object via globalThis
    mpetrunic authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    297292e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Release v6.0.1

    mpetrunic committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1d689c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from ChainSafe/release-6.0.1

    Release v6.0.1
    wemeetagain authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d948e87 View commit details
    Browse the repository at this point in the history
Loading