Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

hubkit

Package Overview
Dependencies
11
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.2 to 4.2.0

14

hubkit.js

@@ -551,10 +551,10 @@ if (typeof require !== 'undefined') {

}
if (value) {
parts = value.toString().split('/');
for (i = 0; i < parts.length; i++) {
parts[i] = encodeURIComponent(parts[i]);
}
value = parts.join('/');
if (value === null || value === undefined) {
throw new Error('Variable "' + v + '" is ' + value + ' for path "' + string + '"');
}
return value;
parts = value.toString().split('/');
for (i = 0; i < parts.length; i++) {
parts[i] = encodeURIComponent(parts[i]);
}
return parts.join('/');
});

@@ -561,0 +561,0 @@ return string;

{
"name": "hubkit",
"version": "4.1.2",
"version": "4.2.0",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc