Socket
Socket
Sign inDemoInstall

hubkit

Package Overview
Dependencies
11
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

3

hubkit.js

@@ -285,2 +285,5 @@ if (typeof require !== 'undefined') {

})) status = 404;
else if (res.data.errors.some(function(error) {
return /^something went wrong/i.test(error.message);
})) status = 500;
else status = 400;

@@ -287,0 +290,0 @@ }

2

package.json
{
"name": "hubkit",
"version": "4.1.1",
"version": "4.1.2",
"description": "GitHub API library for JavaScript, promise-based, for both NodeJS and the browser",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc