Comparing version 0.7.6 to 0.7.7
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170306