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 3.0.2 to 3.0.3

2

lib/get-client.js
const url = require('url');
const GitHubApi = require('github');
const GitHubApi = require('@octokit/rest');

@@ -4,0 +4,0 @@ module.exports = (githubToken, githubUrl, githubApiPathPrefix) => {

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

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

"dependencies": {
"@octokit/rest": "^14.0.3",
"@semantic-release/error": "^2.1.0",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"github": "^13.0.0",
"globby": "^7.1.1",

@@ -25,0 +25,0 @@ "lodash": "^4.17.4",

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