Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
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: googleapis/cloud-debug-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: googleapis/cloud-debug-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.2
Choose a head ref
  • 10 commits
  • 33 files changed
  • 6 contributors

Commits on Dec 24, 2019

  1. docs: update jsdoc license/samples-README (#802)

    Benjamin E. Coe authored Dec 24, 2019
    Configuration menu
    Copy the full SHA
    64a9b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. chore(deps): update dependency @types/estree to v0.0.41 (#805)

    renovate-bot authored and Benjamin E. Coe committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    c295588 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. refactor: use explicit mocha imports (#807)

    JustinBeckwith authored and Benjamin E. Coe committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    fedc60e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. chore(deps): update dependency execa to v4 (#801)

    renovate-bot authored and Benjamin E. Coe committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    cee4991 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. chore: update .nycrc

    yoshi-automation authored and alexander-fenster committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    d6ec749 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

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

Commits on Jan 9, 2020

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

Commits on Jan 17, 2020

  1. chore(deps): update dependency teeny-request to v6 (#813)

    renovate-bot authored and Benjamin E. Coe committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d5a17b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. fix: breakpoints work on windows (#815)

    On Windows, on Node 11+, the URL provided to the inspector API must start with
    file:/// instead of file:// and all backslashes must be converted to forward slashes.
    Otherwise, on Node 10 on windows, the URL must not start with file:// and must
    contain backslashes.
    
    Fixes: #795
    DominicKramer authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    8309839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e3184 View commit details
    Browse the repository at this point in the history
Loading