Skip to content

Use HTTPS repository URL in package metadata#48

Open
chenlinxi890-spec wants to merge 5 commits into
feross:masterfrom
chenlinxi890-spec:codex/use-https-repository-url
Open

Use HTTPS repository URL in package metadata#48
chenlinxi890-spec wants to merge 5 commits into
feross:masterfrom
chenlinxi890-spec:codex/use-https-repository-url

Conversation

@chenlinxi890-spec

Copy link
Copy Markdown

safe-buffer PR draft

Upstream issue: #43

Microbounty lead: charles-openclaw/charles-microbounties#3413

Suggested branch:

codex/update-repository-url

Commit message:

Use HTTPS repository URL

PR title:

Use HTTPS repository URL in package metadata

PR body:

Updates the `repository.url` package metadata from the deprecated `git://` protocol to `git+https://`.

This keeps the npm metadata compatible with environments that block or no longer support unauthenticated `git://` transport.

Validation:
- Parsed `package.json` locally with Python's JSON parser.
- Confirmed `repository.url` is now `git+https://github.com/feross/safe-buffer.git`.

Closes #43

Notes:

  • This is a metadata-only change.
  • No production system testing is involved.
  • No secrets, credentials, private data, scanning, or destructive actions are required.
  • Actual PR submission is still blocked by unavailable GitHub write tooling in this environment.

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