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: nodejs/node-core-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.15.0
Choose a base ref
...
head repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.16.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 5 contributors

Commits on Aug 21, 2025

  1. chore: enable OIDC package publishing (#968)

    Refs: nodejs/admin#998
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    targos and aduh95 authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    cb53a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. fix(ncu-config): support encrypted config in ncu-config (#964)

    This otherwise always re-write the config into ~/.ncurc instead of
    ~/.ncurc.gpg
    joyeecheung authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    c6cfc55 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update installation process for local development (#975)

    - use `npm ci` instead of `npm install`
    - Add .npmrc with ignore-scripts=true
    joyeecheung authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    440f3f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f925ad View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. feat(deps): use shrinkwrap instead of package lock (#976)

    As node-core-utils are CLI tools, it makes more sense to use
    shrinkwrap instead of package lock to allow users to install
    the CLI globally while pining transitive dependencies.
    joyeecheung authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    c6ae8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e9d97 View commit details
    Browse the repository at this point in the history
Loading