Skip to content

package.json uses deprecated git:// protocol #43

Description

@mijie082-hue

The repository.url field in the package.json uses the deprecated git:// protocol:

"repository": {
"url": "git://github.com/feross/safe-buffer.git"
}

The git:// protocol is deprecated by GitHub due to security concerns (no encryption, MITM risk). It should be changed to git+https://.

Fix: change to "git+https://github.com/feross/safe-buffer.git"

This is a simple one-line fix in package.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions