Comparing version 1.0.4 to 1.0.5
{ | ||
"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", |
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
41488
7