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: Azure/azure-functions-nodejs-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: Azure/azure-functions-nodejs-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 18, 2024

  1. Add build vulnerability scan (#317)

    * run vulnerability scan + testing
    
    * revert npm audit test
    
    ---------
    
    Co-authored-by: Victoria Hall <victoria.hall@microsoft.com>
    hallvictoria and Victoria Hall authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    cc3613c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Add port validation checks for HTTP streaming (#315)

    * basic working prototype
    
    * cleaner implementation
    
    * typing fixes + removed logs
    
    * removed logs
    
    * trying random port
    
    * port variables
    
    * checking only 25 ports
    
    ---------
    
    Co-authored-by: Victoria Hall <victoria.hall@microsoft.com>
    hallvictoria and Victoria Hall authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    dd5912c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Bump undici from 5.28.4 to 5.28.5 (#328)

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.4...v5.28.5)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    e4fa901 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

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