Socket
Socket
Sign inDemoInstall

@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 7.0.0 to 7.0.1

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "7.0.0";
var VERSION = "7.0.1";

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

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

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

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

export declare const VERSION = "7.0.0";
export declare const VERSION = "7.0.1";

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

// pkg/dist-src/version.js
var VERSION = "7.0.0";
var VERSION = "7.0.1";

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

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

},
"version": "7.0.0",
"version": "7.0.1",
"description": "GitHub OAuth App authentication for JavaScript",

@@ -23,3 +23,3 @@ "repository": "github:octokit/auth-oauth-app.js",

"@octokit/request": "^8.0.2",
"@octokit/types": "^11.0.0",
"@octokit/types": "^12.0.0",
"@types/btoa-lite": "^1.0.0",

@@ -30,11 +30,11 @@ "btoa-lite": "^1.0.0",

"devDependencies": {
"@octokit/core": "^4.2.4",
"@octokit/core": "^5.0.0",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
"esbuild": "^0.18.0",
"fetch-mock": "^9.0.0",
"esbuild": "^0.19.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"glob": "^10.2.7",
"jest": "^29.0.0",
"prettier": "3.0.0",
"prettier": "3.0.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -41,0 +41,0 @@ "ts-jest": "^29.0.0",

@@ -519,3 +519,3 @@ # auth-oauth-app.js

type: "oauth-user",
onVerification(verification) {
async onVerification(verification) {
console.log("Open %s", verification.verification_uri);

@@ -522,0 +522,0 @@ console.log("Enter code: %s", verification.user_code);

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