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 6.0.1 to 7.0.0

2

dist-node/index.js

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"devDependencies": {
"@octokit/core": "^4.0.0",
"@octokit/core": "^4.2.4",
"@octokit/tsconfig": "^2.0.0",

@@ -39,3 +39,3 @@ "@types/fetch-mock": "^7.3.1",

"jest": "^29.0.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

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

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

access_token: "token123",
}
},
);

@@ -1002,3 +1002,3 @@ ```

access_token: "token123",
}
},
);

@@ -1005,0 +1005,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