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

@octokit/oauth-methods

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/oauth-methods - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

5

dist-node/index.js

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

const VERSION = "1.2.5";
const VERSION = "1.2.6";

@@ -153,4 +153,3 @@ function ownKeys(object, enumerableOnly) {

code: options.code,
redirect_uri: options.redirectUrl,
state: options.state
redirect_uri: options.redirectUrl
});

@@ -157,0 +156,0 @@ const authentication = {

1

dist-src/exchange-web-flow-code.js

@@ -12,3 +12,2 @@ import { request as defaultRequest } from "@octokit/request";

redirect_uri: options.redirectUrl,
state: options.state,
});

@@ -15,0 +14,0 @@ const authentication = {

@@ -1,1 +0,1 @@

export const VERSION = "1.2.5";
export const VERSION = "1.2.6";

@@ -9,3 +9,2 @@ import { OctokitResponse, RequestInterface } from "@octokit/types";

redirectUrl?: string;
state?: string;
request?: RequestInterface;

@@ -19,3 +18,2 @@ };

redirectUrl?: string;
state?: string;
request?: RequestInterface;

@@ -22,0 +20,0 @@ };

@@ -1,1 +0,1 @@

export declare const VERSION = "1.2.5";
export declare const VERSION = "1.2.6";
{
"name": "@octokit/oauth-methods",
"description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps",
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",

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

@@ -464,13 +464,2 @@ # oauth-methods.js

<th>
<code>state</code>
</th>
<th>
<code>string</code>
</th>
<td>
The <code>state</code> option you passed to <a href="#getwebflowauthorizationurl"><code>getWebFlowAuthorizationUrl()</code></a>
</td>
</tr>
<tr>
<th>
<code>request</code>

@@ -477,0 +466,0 @@ </th>

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