Socket
Socket
Sign inDemoInstall

@octokit/oauth-authorization-url

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/oauth-authorization-url - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

2

dist-node/index.js

@@ -48,3 +48,3 @@ 'use strict';

url += index === 0 ? `?` : "&";
url += `${key}=${value}`;
url += `${key}=${encodeURIComponent(value)}`;
});

@@ -51,0 +51,0 @@ return url;

@@ -50,5 +50,5 @@ export function oauthAuthorizationUrl(options) {

url += index === 0 ? `?` : "&";
url += `${key}=${value}`;
url += `${key}=${encodeURIComponent(value)}`;
});
return url;
}

@@ -50,3 +50,3 @@ function oauthAuthorizationUrl(options) {

url += index === 0 ? `?` : "&";
url += `${key}=${value}`;
url += `${key}=${encodeURIComponent(value)}`;
});

@@ -53,0 +53,0 @@ return url;

{
"name": "@octokit/oauth-authorization-url",
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",
"version": "4.3.2",
"version": "4.3.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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