Socket
Socket
Sign inDemoInstall

hosted-git-info

Package Overview
Dependencies
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hosted-git-info - npm Package Compare versions

Comparing version 4.1.0 to 5.0.0

lib/git-host-info.js

29

package.json
{
"name": "hosted-git-info",
"version": "4.1.0",
"version": "5.0.0",
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
"main": "index.js",
"main": "./lib/index.js",
"repository": {

@@ -16,3 +16,3 @@ "type": "git",

],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
"author": "GitHub Inc.",
"license": "ISC",

@@ -24,3 +24,3 @@ "bugs": {

"scripts": {
"posttest": "standard",
"posttest": "npm run lint",
"postversion": "npm publish",

@@ -31,19 +31,21 @@ "prepublishOnly": "git push origin --follow-tags",

"test": "tap",
"test:coverage": "tap --coverage-report=html"
"test:coverage": "tap --coverage-report=html",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force",
"lintfix": "npm run lint -- --fix"
},
"dependencies": {
"lru-cache": "^6.0.0"
"lru-cache": "^7.5.1"
},
"devDependencies": {
"standard": "^16.0.3",
"standard-version": "^9.1.0",
"@npmcli/template-oss": "^2.9.2",
"tap": "^15.1.6"
},
"files": [
"index.js",
"git-host.js",
"git-host-info.js"
"bin",
"lib"
],
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},

@@ -53,3 +55,6 @@ "tap": {

"coverage": true
},
"templateOSS": {
"version": "2.9.2"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc