Skip to content

Fix repository URL protocol#121

Open
dangelo352 wants to merge 1 commit into
node-modules:masterfrom
dangelo352:fix-repository-url-https
Open

Fix repository URL protocol#121
dangelo352 wants to merge 1 commit into
node-modules:masterfrom
dangelo352:fix-repository-url-https

Conversation

@dangelo352

@dangelo352 dangelo352 commented Jun 22, 2026

Copy link
Copy Markdown

This updates the package metadata repository URL from the legacy git:// protocol to HTTPS.

The git:// protocol is unauthenticated and may be blocked on some networks, while the HTTPS GitHub URL is directly accessible to npm users and tooling.

Validation:

  • Parsed package.json and asserted repository.url
  • git diff --check
  • npm install --ignore-scripts
  • npm test

Note: npm install reports existing dependency audit warnings; this PR does not change dependencies or add a lockfile.

Summary by CodeRabbit

  • Chores
    • Updated repository URL format in package metadata from git:// protocol to https:// protocol.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d3c3e26f-14fe-46b2-bca1-454a80aa4287

📥 Commits

Reviewing files that changed from the base of the PR and between 422e9fc and 5b488e4.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The repository.url field in package.json was updated from the git:// protocol to https://. No other fields, scripts, or dependencies were modified.

Changes

Repository URL Protocol Update

Layer / File(s) Summary
Repository URL protocol change
package.json
repository.url changed from git://github.com/node-modules/agentkeepalive.git to https://github.com/node-modules/agentkeepalive.git.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minutes

Poem

A bunny hops through the metadata lane,
Swapping git:// for https — no pain!
One tiny URL, one protocol shift,
A rabbit's small fix, a security lift.
🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating the repository URL protocol from git:// to HTTPS in package.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the repository URL in package.json to use the secure HTTPS protocol instead of the insecure GIT protocol. There are no review comments, and I have no further feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant