Socket
Socket
Sign inDemoInstall

hosted-git-info

Package Overview
Dependencies
1
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

3

lib/hosts.js

@@ -202,4 +202,3 @@ /* eslint-disable max-len */

`https://${domain}/${user}/${project}/archive/${maybeEncode(committish) || 'HEAD'}.tar.gz`,
bugstemplate: ({ user, project }) =>
`https://todo.sr.ht/${user}/${project}`,
bugstemplate: ({ user, project }) => null,
extract: (url) => {

@@ -206,0 +205,0 @@ let [, user, project, aux] = url.pathname.split('/', 4)

{
"name": "hosted-git-info",
"version": "7.0.0",
"version": "7.0.1",
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -84,3 +84,3 @@ # hosted-git-info

`https://github.com/npm/hosted-git-info/tree/v1.2.0/package.json`,
`https://github.com/npm/hosted-git-info/tree/v1.2.0/REAMDE.md#supported-hosts`
`https://github.com/npm/hosted-git-info/tree/v1.2.0/README.md#supported-hosts`

@@ -87,0 +87,0 @@ * info.bugs(opts)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc