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

hubkit

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubkit - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

3

hubkit.js

@@ -258,3 +258,4 @@ if (typeof require !== 'undefined') {

}
errors = ' (' + errors.join(', ') + ')';
errors = errors.join('; ');
if (res.body.message) errors = ' (' + errors + ')';
}

@@ -261,0 +262,0 @@ var statusError = new Error(

{
"name": "hubkit",
"version": "0.7.0",
"version": "0.7.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc