hosted-git-info
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -55,3 +55,3 @@ 'use strict' | ||
if (!matched) return | ||
if (matched[1] != null) user = decodeURIComponent(matched[1]) | ||
if (matched[1] != null) user = decodeURIComponent(matched[1].replace(/^:/, '')) | ||
if (matched[2] != null) project = decodeURIComponent(matched[2]) | ||
@@ -58,0 +58,0 @@ defaultRepresentation = protocolToRepresentation(parsed.protocol) |
{ | ||
"name": "hosted-git-info", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15772