Socket
Socket
Sign inDemoInstall

@semantic-release/github

Package Overview
Dependencies
Maintainers
4
Versions
168
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.1.6 to 10.1.7

5

lib/verify.js

@@ -112,3 +112,6 @@ import {

const parsedCloneUrl = parseGithubUrl(clone_url);
if (owner !== parsedCloneUrl.owner || repo !== parsedCloneUrl.repo) {
if (
`${owner}/${repo}`.toLowerCase() !==
`${parsedCloneUrl.owner}/${parsedCloneUrl.repo}`.toLowerCase()
) {
errors.push(

@@ -115,0 +118,0 @@ getError("EMISMATCHGITHUBURL", { repositoryUrl, clone_url }),

4

package.json
{
"name": "@semantic-release/github",
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "10.1.6",
"version": "10.1.7",
"type": "module",

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

"publint": "0.2.10",
"semantic-release": "24.0.0",
"semantic-release": "24.1.0",
"sinon": "18.0.0",

@@ -56,0 +56,0 @@ "tempy": "3.1.0"

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