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 9.0.4 to 9.0.5

3

lib/definitions/retry.js
/**
* Default exponential backoff configuration for retries.
* Default retry config for octokit retry plugin
*/

@@ -8,2 +8,3 @@ export const RETRY_CONF = {

doNotRetry: [400, 401, 403, 422],
retries: 3,
};
{
"name": "@semantic-release/github",
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "9.0.4",
"version": "9.0.5",
"type": "module",

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

"ava": "5.3.1",
"c8": "8.0.0",
"c8": "8.0.1",
"cpy": "10.1.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"prettier": "3.0.0",
"semantic-release": "21.0.7",
"prettier": "3.0.3",
"semantic-release": "21.1.1",
"sinon": "15.2.0",

@@ -49,0 +49,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