Socket
Socket
Sign inDemoInstall

@octokit/auth-oauth-app

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/auth-oauth-app - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

dist-node/index.js

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

const VERSION = "4.1.0";
const VERSION = "4.1.1";

@@ -152,0 +152,0 @@ function createOAuthAppAuth(options) {

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

export const VERSION = "4.1.0";
export const VERSION = "4.1.1";

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

export declare const VERSION = "4.1.0";
export declare const VERSION = "4.1.1";

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

const VERSION = "4.1.0";
const VERSION = "4.1.1";

@@ -63,0 +63,0 @@ function createOAuthAppAuth(options) {

{
"name": "@octokit/auth-oauth-app",
"description": "GitHub OAuth App authentication for JavaScript",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",

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

@@ -44,4 +44,12 @@ # auth-oauth-app.js

`@octokit/auth-oauth-app` is not meant for usage in the browser. The OAuth APIs to create tokens do not have CORS enabled, and a client secret must not be exposed to the client.
⚠️ `@octokit/auth-oauth-app` is not meant for usage in the browser. The OAuth APIs to create tokens do not have CORS enabled, and a client secret must not be exposed to the client.
If you know what you are doing, load `@octokit/auth-oauth-app` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
```html
<script type="module">
import { createOAuthAppAuth } from "https://cdn.skypack.dev/@octokit/auth-oauth-app";
</script>
```
</td></tr>

@@ -178,4 +186,13 @@ <tr><th>

`@octokit/auth-oauth-app` is not meant for usage in the browser. The OAuth APIs to create tokens do not have CORS enabled, and a client secret must not be exposed to the client.
⚠️ `@octokit/auth-oauth-app` is not meant for usage in the browser. The OAuth APIs to create tokens do not have CORS enabled, and a client secret must not be exposed to the client.
If you know what you are doing, load `@octokit/auth-oauth-app` and `@octokit/core` (or a compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
```html
<script type="module">
import { createOAuthAppAuth } from "https://cdn.skypack.dev/@octokit/auth-oauth-app";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
</script>
```
</td></tr>

@@ -401,3 +418,3 @@ <tr><th>

<td>
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://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#redirect-urls">redirect urls</a>.
</td>

@@ -1037,1 +1054,5 @@ </tr>

[MIT](LICENSE)
```
```

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