Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

all-contributors-cli

Package Overview
Dependencies
Maintainers
4
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-contributors-cli - npm Package Compare versions

Comparing version 6.17.3 to 6.17.4

6

dist/repo/github.js

@@ -111,3 +111,7 @@ "use strict";

if (!profile && body.message) {
throw new Error(`Login not found when adding a contributor for username - ${username}.`);
if (body.message.toLowerCase().includes('api rate limit exceeded')) {
throw new Error(body.message);
} else {
throw new Error(`The username ${username} doesn't exist on GitHub.`);
}
}

@@ -114,0 +118,0 @@

2

package.json
{
"name": "all-contributors-cli",
"version": "6.17.3",
"version": "6.17.4",
"description": "Tool to easily add recognition for new contributors",

@@ -5,0 +5,0 @@ "bin": {

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