Socket
Socket
Sign inDemoInstall

hosted-git-info

Package Overview
Dependencies
0
Maintainers
6
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.3 to 2.8.4

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="2.8.4"></a>
## [2.8.4](https://github.com/npm/hosted-git-info/compare/v2.8.3...v2.8.4) (2019-08-12)
<a name="2.8.3"></a>

@@ -7,0 +12,0 @@ ## [2.8.3](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.3) (2019-08-12)

4

git-host.js

@@ -12,4 +12,4 @@ 'use strict'

const keys = Object.keys(source)
let i = keys.length
var keys = Object.keys(source)
var i = keys.length
while (i--) {

@@ -16,0 +16,0 @@ target[keys[i]] = source[keys[i]]

{
"name": "hosted-git-info",
"version": "2.8.3",
"version": "2.8.4",
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",

@@ -24,3 +24,3 @@ "main": "index.js",

"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
"pretest": "standard",

@@ -27,0 +27,0 @@ "release": "standard-version -s",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc