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.0-beta.1 to 7.0.0-beta.2

dist-bundle/index.js

2

dist-src/version.js

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

const VERSION = "7.0.0-beta.1";
const VERSION = "7.0.0-beta.2";
export {
VERSION
};

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

export declare const VERSION = "7.0.0-beta.1";
export declare const VERSION = "7.0.0-beta.2";
{
"name": "@octokit/auth-oauth-device",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"description": "GitHub OAuth Device authentication strategy for JavaScript",

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

"dependencies": {
"@octokit/oauth-methods": "^5.0.0-beta.2",
"@octokit/oauth-methods": "^5.0.0",
"@octokit/request": "^9.0.0",

@@ -46,7 +46,9 @@ "@octokit/types": "^12.0.0",

],
"main": "dist-node/index.js",
"browser": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-src/index.js",
"exports": {
".": {
"types": "./dist-types/index.d.ts",
"import": "./dist-bundle/index.js"
}
},
"sideEffects": false
}
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