jspm-github
Advanced tools
Comparing version 0.14.13 to 0.14.14
@@ -433,5 +433,5 @@ var fs = require('graceful-fs'); | ||
if (res.headers.status.match(/^401/)) | ||
if (res.statusCode === 401) | ||
return apiFailWarn('lack of authorization', true); | ||
if (res.headers.status.match(/^406/)) | ||
if (res.statusCode === 406) | ||
return apiFailWarn('insufficient permissions. Ensure you have public_repo access.'); | ||
@@ -438,0 +438,0 @@ if (res.headers['x-ratelimit-remaining'] == '0') { |
{ | ||
"name": "jspm-github", | ||
"version": "0.14.13", | ||
"version": "0.14.14", | ||
"description": "jspm GitHub endpoint", | ||
@@ -19,4 +19,4 @@ "main": "github.js", | ||
"dependencies": { | ||
"bluebird": "^3.5.0", | ||
"expand-tilde": "^1.2.0", | ||
"bluebird": "^3.0.5", | ||
"graceful-fs": "^4.1.3", | ||
@@ -26,5 +26,5 @@ "mkdirp": "^0.5.1", | ||
"request": "^2.74.0", | ||
"rimraf": "^2.5.4", | ||
"rimraf": "^2.6.1", | ||
"semver": "^5.0.1", | ||
"tar-fs": "^1.13.0", | ||
"tar-fs": "^1.15.3", | ||
"which": "^1.0.9" | ||
@@ -31,0 +31,0 @@ }, |
@@ -0,0 +0,0 @@ var github = require('./github'); |
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
24073
7
Updatedbluebird@^3.5.0
Updatedrimraf@^2.6.1
Updatedtar-fs@^1.15.3