Socket
Socket
Sign inDemoInstall

@octokit/auth-oauth-device

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.0.1 to 7.0.2

2

dist-src/version.js

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

const VERSION = "7.0.1";
const VERSION = "7.0.2";
export {
VERSION
};

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

export declare const VERSION = "7.0.1";
export declare const VERSION = "7.0.2";
{
"name": "@octokit/auth-oauth-device",
"version": "7.0.1",
"version": "7.0.2",
"description": "GitHub OAuth Device authentication strategy for JavaScript",

@@ -18,3 +18,3 @@ "type": "module",

"@octokit/request": "^9.0.0",
"@octokit/types": "^12.0.0",
"@octokit/types": "^13.0.0",
"universal-user-agent": "^7.0.0"

@@ -21,0 +21,0 @@ },

@@ -247,3 +247,3 @@ # auth-oauth-device.js

Only relavant if `clientType` is set to `"oauth-app"`.
Only relevant if `clientType` is set to `"oauth-app"`.

@@ -250,0 +250,0 @@ Array of scope names enabled for the token. Defaults to `[]`. See [available scopes](https://docs.github.com/en/developers/apps/scopes-for-oauth-apps#available-scopes).

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