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.6 to 0.7.7

2

hubkit.js

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

root = root[keys[0]];
if (root.nodes) break;
if (root && root.nodes) break;
}

@@ -302,0 +302,0 @@ var paginated = root && Array.isArray(root.nodes) && root.pageInfo &&

{
"name": "hubkit",
"version": "0.7.6",
"version": "0.7.7",
"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