Socket
Socket
Sign inDemoInstall

hubkit

Package Overview
Dependencies
2
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

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

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

@@ -276,2 +276,7 @@ if (typeof require !== 'undefined') {

}
} else if (options.media === 'raw' && res.type !== 'text/plain') {
// retry if github disregards 'raw'
handleError(new Error(
formatError('Hubkit', 'GitHub disregarded the \'raw\' media type')
), res);
} else {

@@ -278,0 +283,0 @@ var nextUrl;

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc