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

@octokit/auth-oauth-app

Package Overview
Dependencies
Maintainers
4
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 6.0.0 to 6.0.1

2

dist-node/index.js

@@ -109,3 +109,3 @@ "use strict";

// pkg/dist-src/version.js
var VERSION = "6.0.0";
var VERSION = "6.0.1";

@@ -112,0 +112,0 @@ // pkg/dist-src/index.js

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

const VERSION = "6.0.0";
const VERSION = "6.0.1";
export {
VERSION
};

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

export declare const VERSION = "6.0.0";
export declare const VERSION = "6.0.1";

@@ -74,3 +74,3 @@ // pkg/dist-src/index.js

// pkg/dist-src/version.js
var VERSION = "6.0.0";
var VERSION = "6.0.1";

@@ -77,0 +77,0 @@ // pkg/dist-src/index.js

@@ -6,3 +6,3 @@ {

},
"version": "6.0.0",
"version": "6.0.1",
"description": "GitHub OAuth App authentication for JavaScript",

@@ -20,6 +20,6 @@ "repository": "github:octokit/auth-oauth-app.js",

"dependencies": {
"@octokit/auth-oauth-device": "^4.0.0",
"@octokit/auth-oauth-user": "^2.0.0",
"@octokit/request": "^6.0.0",
"@octokit/types": "^9.0.0",
"@octokit/auth-oauth-device": "^5.0.0",
"@octokit/auth-oauth-user": "^3.0.0",
"@octokit/request": "^7.0.0",
"@octokit/types": "^10.0.0",
"@types/btoa-lite": "^1.0.0",

@@ -26,0 +26,0 @@ "btoa-lite": "^1.0.0",

@@ -46,7 +46,7 @@ # auth-oauth-app.js

If you know what you are doing, load `@octokit/auth-oauth-app` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
If you know what you are doing, load `@octokit/auth-oauth-app` directly from [esm.sh](https://esm.sh)
```html
<script type="module">
import { createOAuthAppAuth } from "https://cdn.skypack.dev/@octokit/auth-oauth-app";
import { createOAuthAppAuth } from "https://esm.sh/@octokit/auth-oauth-app";
</script>

@@ -188,8 +188,8 @@ ```

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)
If you know what you are doing, load `@octokit/auth-oauth-app` and `@octokit/core` (or a compatible module) directly from [esm.sh](https://esm.sh)
```html
<script type="module">
import { createOAuthAppAuth } from "https://cdn.skypack.dev/@octokit/auth-oauth-app";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { createOAuthAppAuth } from "https://esm.sh/@octokit/auth-oauth-app";
import { Octokit } from "https://esm.sh/@octokit/core";
</script>

@@ -196,0 +196,0 @@ ```

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