Socket
Socket
Sign inDemoInstall

@semantic-release/github

Package Overview
Dependencies
Maintainers
4
Versions
169
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 4.2.2 to 4.2.3

8

lib/success.js

@@ -1,2 +0,2 @@

const {uniqBy, template} = require('lodash');
const {isUndefined, uniqBy, template} = require('lodash');
const parseGithubUrl = require('parse-github-url');

@@ -35,3 +35,7 @@ const AggregateError = require('aggregate-error');

return message
? issues.concat(issueParser(message).actions.map(action => ({number: parseInt(action.issue, 10)})))
? issues.concat(
issueParser(message)
.actions.filter(action => isUndefined(action.slug) || action.slug === `${owner}/${repo}`)
.map(action => ({number: parseInt(action.issue, 10)}))
)
: issues;

@@ -38,0 +42,0 @@ }, []);

{
"name": "@semantic-release/github",
"description": "Set of semantic-release plugins for publishing a GitHub release",
"version": "4.2.2",
"version": "4.2.3",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

@@ -6,0 +6,0 @@ "bugs": {

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