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

@octokit/auth-app

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/auth-app - npm Package Compare versions

Comparing version 2.10.5 to 2.10.6

2

dist-node/index.js

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

const VERSION = "2.10.5";
const VERSION = "2.10.6";

@@ -465,0 +465,0 @@ const createAppAuth = function createAppAuth(options) {

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

export const VERSION = "2.10.5";
export const VERSION = "2.10.6";

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

export declare const VERSION = "2.10.5";
export declare const VERSION = "2.10.6";

@@ -334,3 +334,3 @@ import { getUserAgent } from 'universal-user-agent';

const VERSION = "2.10.5";
const VERSION = "2.10.6";

@@ -337,0 +337,0 @@ const createAppAuth = function createAppAuth(options) {

{
"name": "@octokit/auth-app",
"description": "GitHub App authentication for JavaScript",
"version": "2.10.5",
"version": "2.10.6",
"license": "MIT",

@@ -38,6 +38,5 @@ "files": [

"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/fake-timers": "^7.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^26.0.16",
"@types/sinonjs__fake-timers": "^6.0.1",
"fetch-mock": "^9.0.0",

@@ -44,0 +43,0 @@ "jest": "^26.0.1",

@@ -317,3 +317,3 @@ # auth-app.js

<br>
The permissions granted to the access token. The permissions object includes the permission names and their access type. For a complete list of permissions and allowable values, see <a href="https://developer.github.com/apps/building-github-apps/creating-github-apps-using-url-parameters/#github-app-permissions">GitHub App permissions</a>.
The permissions granted to the access token. The permissions object includes the permission names and their access type. For a complete list of permissions and allowable values, see <a href="https://docs.github.com/en/developers/apps/creating-a-github-app-using-url-parameters#github-app-permissions">GitHub App permissions</a>.
</td>

@@ -375,3 +375,3 @@ </tr>

<br>
The authorization <code>code</code> which was passed as query parameter to the callback URL from the <a href="https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#2-users-are-redirected-back-to-your-site-by-github">OAuth web application flow</a>.
The authorization <code>code</code> which was passed as query parameter to the callback URL from the <a href="https://docs.github.com/en/developers/apps/authorizing-oauth-apps#2-users-are-redirected-back-to-your-site-by-github">OAuth web application flow</a>.
</td>

@@ -389,3 +389,3 @@ </tr>

<br>
The URL in your application where users are sent after authorization. See <a href="https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#redirect-urls">redirect urls</a>.
The URL in your application where users are sent after authorization. See <a href="https://docs.github.com/en/developers/apps/authorizing-oauth-apps#redirect-urls">redirect urls</a>.
</td>

@@ -403,3 +403,3 @@ </tr>

<br>
The unguessable random string you provided in Step 1 of the <a href="https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#2-users-are-redirected-back-to-your-site-by-github">OAuth web application flow</a>.
The unguessable random string you provided in Step 1 of the <a href="https://docs.github.com/en/developers/apps/authorizing-oauth-apps#2-users-are-redirected-back-to-your-site-by-github">OAuth web application flow</a>.
</td>

@@ -573,3 +573,3 @@ </tr>

<td>
Only present if <code>repositoryIds</code> option passed to <code>auth(options)</code>.
Only present if <code>repositoryIds</code> option passed to <code>auth(options)</code>.
</td>

@@ -585,3 +585,3 @@ </tr>

<td>
An object where keys are the permission name and the value is either <code>"read"</code> or <code>"write"</code>. See the list of all <a href="https://developer.github.com/v3/apps/permissions/">GitHub App Permissions</a>.
An object where keys are the permission name and the value is either <code>"read"</code> or <code>"write"</code>. See the list of all <a href="https://docs.github.com/en/rest/reference/permissions-required-for-github-apps">GitHub App Permissions</a>.
</td>

@@ -597,3 +597,3 @@ </tr>

<td>
If the <a herf="https://developer.github.com/v3/apps/permissions/#permission-on-single-file">single file permission</a> is enabled, the <code>singleFileName</code> property is set to the path of the accessible file.
If the <a herf="https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-single-file">single file permission</a> is enabled, the <code>singleFileName</code> property is set to the path of the accessible file.
</td>

@@ -600,0 +600,0 @@ </tr>

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