Socket
Socket
Sign inDemoInstall

@octokit/oauth-authorization-url

Package Overview
Dependencies
Maintainers
3
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.0.0 to 4.0.1

2

dist-node/index.js

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

login: "login",
redirectUrl: "redirect_url",
redirectUrl: "redirect_uri",
scopes: "scope",

@@ -29,0 +29,0 @@ state: "state"

@@ -28,3 +28,3 @@ export const BASE_URL = "https://github.com/login/oauth/authorize";

login: "login",
redirectUrl: "redirect_url",
redirectUrl: "redirect_uri",
scopes: "scope",

@@ -31,0 +31,0 @@ state: "state"

@@ -28,3 +28,3 @@ const BASE_URL = "https://github.com/login/oauth/authorize";

login: "login",
redirectUrl: "redirect_url",
redirectUrl: "redirect_uri",
scopes: "scope",

@@ -31,0 +31,0 @@ state: "state"

{
"name": "@octokit/oauth-authorization-url",
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",
"version": "4.0.0",
"version": "4.0.1",
"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