Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jspm-github

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspm-github - npm Package Compare versions

Comparing version 0.14.13 to 0.14.14

4

github.js

@@ -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');

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