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.13.19 to 0.13.20

4

github.js

@@ -358,3 +358,3 @@ var fs = require('graceful-fs');

if (res.statusCode == 301)
resolve({ redirect: self.name + ':' + res.headers.location.split('/').splice(3).join('/') });
resolve({ redirect: self.name + ':' + res.headers.location.split('?')[0].split('/').splice(3).join('/') });

@@ -589,3 +589,3 @@ if (res.statusCode == 401)

.then(function() {
return asp(fs.mkdir(tmpDir));
return asp(fs.mkdir)(tmpDir);
})

@@ -592,0 +592,0 @@ .then(function() {

{
"name": "jspm-github",
"version": "0.13.19",
"version": "0.13.20",
"description": "jspm GitHub endpoint",

@@ -5,0 +5,0 @@ "main": "github.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