Socket
Socket
Sign inDemoInstall

hubkit

Package Overview
Dependencies
41
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

2

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

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

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

var data = res.body.data;
var keys = Object.keys(data);
var keys = data ? Object.keys(data) : [];
var rootKey = keys.length === 1 ? keys[0] : undefined;

@@ -270,0 +270,0 @@ var root = data[rootKey];

{
"name": "hubkit",
"version": "0.6.1",
"version": "0.6.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