Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4050b91

Browse filesBrowse files
committed
hosted-git-info@2.8.2
FEATURES * [bbcf7b2](npm/hosted-git-info@bbcf7b2) [#46](npm/hosted-git-info#46) [#43](npm/hosted-git-info#43) [#47](npm/hosted-git-info#47) [#44](npm/hosted-git-info#44) Add support for GitLab groups and subgroups ([@mterrel](https://github.com/mterrel), [@isaacs](https://github.com/isaacs), [@ybiquitous](https://github.com/ybiquitous)) BUGFIXES * ([3b1d629](npm/hosted-git-info@3b1d629)) [#48](npm/hosted-git-info#48) fix http protocol using sshurl by default ([@fengmk2](https://github.com/fengmk2)) * [5d4a8d7](npm/hosted-git-info@5d4a8d7) ignore noCommittish on tarball url generation ([@isaacs](https://github.com/isaacs)) * [1692435](npm/hosted-git-info@1692435) use gist tarball url that works for anonymous gists ([@isaacs](https://github.com/isaacs)) * [d5cf830](npm/hosted-git-info@d5cf830) * Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs)) * [e518222](npm/hosted-git-info@e518222) Use LRU cache to prevent unbounded memory consumption ([@iarna](https://github.com/iarna))
1 parent 46181cb commit 4050b91
Copy full SHA for 4050b91

File tree

Expand file treeCollapse file tree

7 files changed

+122
-47
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+122
-47
lines changed

‎node_modules/hosted-git-info/CHANGELOG.md

Copy file name to clipboardExpand all lines: node_modules/hosted-git-info/CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎node_modules/hosted-git-info/git-host-info.js

Copy file name to clipboardExpand all lines: node_modules/hosted-git-info/git-host-info.js
+5-3Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎node_modules/hosted-git-info/git-host.js

Copy file name to clipboardExpand all lines: node_modules/hosted-git-info/git-host.js
+35-10Lines changed: 35 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎node_modules/hosted-git-info/index.js

Copy file name to clipboardExpand all lines: node_modules/hosted-git-info/index.js
+17-15Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎node_modules/hosted-git-info/package.json

Copy file name to clipboardExpand all lines: node_modules/hosted-git-info/package.json
+18-15Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+6-3Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"glob": "^7.1.4",
6464
"graceful-fs": "^4.2.0",
6565
"has-unicode": "~2.0.1",
66-
"hosted-git-info": "^2.7.1",
66+
"hosted-git-info": "^2.8.2",
6767
"iferr": "^1.0.2",
6868
"infer-owner": "^1.0.4",
6969
"inflight": "~1.0.6",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.