Socket
Socket
Sign inDemoInstall

@semantic-release/github

Package Overview
Dependencies
Maintainers
4
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/github - npm Package Compare versions

Comparing version 10.0.4 to 10.0.5

3

lib/octokit.js

@@ -58,3 +58,4 @@ /* c8 ignore start */

"githubApiUrl" in options && options.githubApiUrl
? options.githubApiUrl
? // Use `urljoin` to normalize the provided URL
urljoin(options.githubApiUrl, "")
: "githubUrl" in options && options.githubUrl

@@ -61,0 +62,0 @@ ? urljoin(options.githubUrl, options.githubApiPathPrefix)

{
"name": "@semantic-release/github",
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "10.0.4",
"version": "10.0.5",
"type": "module",

@@ -50,5 +50,5 @@ "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

"ls-engines": "0.9.1",
"npm-run-all2": "6.1.2",
"npm-run-all2": "6.2.0",
"prettier": "3.2.5",
"publint": "0.2.7",
"publint": "0.2.8",
"semantic-release": "23.1.1",

@@ -131,3 +131,3 @@ "sinon": "18.0.0",

},
"packageManager": "npm@10.7.0"
"packageManager": "npm@10.8.0"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc