Socket
Socket
Sign inDemoInstall

hubkit

Package Overview
Dependencies
7
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

bower.json
{
"name": "hubkit",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://github.com/pkaminski/hubkit",

@@ -5,0 +5,0 @@ "authors": [

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

Array.isArray(res.data) || Array.isArray(res.data.items) ||
Array.isArray(res.data.statuses)
Array.isArray(res.data.statuses) || Array.isArray(res.data.files)
)) {

@@ -411,2 +411,4 @@ if (!result) {

result.statuses = result.statuses.concat(res.data.statuses);
} else if (Array.isArray(res.data.files) && Array.isArray(result.files)) {
result.files = result.files.concat(res.data.files);
} else {

@@ -413,0 +415,0 @@ throw new Error(formatError('Hubkit', 'unable to concatenate paged results'));

{
"name": "hubkit",
"version": "2.0.2",
"version": "2.0.3",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc