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: evanw/node-source-map-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.19
Choose a base ref
...
head repository: evanw/node-source-map-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.21
Choose a head ref
  • 12 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 22, 2019

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

Commits on Nov 16, 2020

  1. Merge pull request #282 from evanw/dependabot/npm_and_yarn/http-proxy…

    …-1.18.1
    
    Bump http-proxy from 1.17.0 to 1.18.1
    LinusU authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    d058745 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. fix: replace build.js curl call with node https

    This was occasionally causing my machine to spin on CPU indefinitely
    while trying to download the Closure Compiler output.
    
    It would perhaps be better to investigate what is wrong with curl on my
    machine, but since Node has a pretty nice built-in HTTPS client, I
    figured it'd be easier to just cut out the external system dependency
    entirely.
    isaacs committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c41333d View commit details
    Browse the repository at this point in the history
  2. fix(test): fix writeFileSync on newer node versions

    fs.writeFileSync no longer stringifies arguments, instead throwing if it
    receives something that is not a proper String or Buffer.
    isaacs committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    121090f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. fix: do not crash if process is not set

    This is the last item preventing node-tap from being browser-friendly.
    Since global.process is safely guarded in other instances where it is
    used, this seems like an oversight.
    isaacs committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    dd868f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Merge pull request #297 from tapjs/isaacs/do-not-break-on-missing-glo…

    …bal-process
    
    Isaacs/do not break on missing global process
    LinusU authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3ce709b View commit details
    Browse the repository at this point in the history
  2. Add back missing unlink call

    LinusU committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3c02b8f View commit details
    Browse the repository at this point in the history
  3. Update built files

    LinusU committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    db131af View commit details
    Browse the repository at this point in the history
  4. 0.5.20

    LinusU committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a2b5e50 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge pull request #257 from brettz9/register-hook-require

    `register-hook-require` entry point
    LinusU authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    b2b82e0 View commit details
    Browse the repository at this point in the history
  2. 0.5.21

    LinusU committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8883393 View commit details
    Browse the repository at this point in the history
Loading