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 1.0.4 to 1.0.5

2

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

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

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

function addHeaders(req, options, cachedItem) {
if (cachedItem && cachedItem.eTag) req.set('If-None-Match', cachedItem.eTag);
// if (cachedItem && cachedItem.eTag) req.set('If-None-Match', cachedItem.eTag);
if (isNode && req.agent) req.agent(options.agent);

@@ -518,0 +518,0 @@ if (options.token) {

{
"name": "hubkit",
"version": "1.0.4",
"version": "1.0.5",
"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