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

@octokit/oauth-methods

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/oauth-methods - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "2.0.6";
var VERSION = "3.0.0";

@@ -51,0 +51,0 @@ // pkg/dist-src/get-web-flow-authorization-url.js

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

const VERSION = "2.0.6";
const VERSION = "3.0.0";
export {
VERSION
};

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

export declare const VERSION = "2.0.6";
export declare const VERSION = "3.0.0";
// pkg/dist-src/version.js
var VERSION = "2.0.6";
var VERSION = "3.0.0";

@@ -4,0 +4,0 @@ // pkg/dist-src/get-web-flow-authorization-url.js

{
"name": "@octokit/oauth-methods",
"version": "2.0.6",
"version": "3.0.0",
"description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps",

@@ -16,6 +16,6 @@ "repository": "https://github.com/octokit/oauth-methods.js",

"dependencies": {
"@octokit/oauth-authorization-url": "^5.0.0",
"@octokit/request": "^6.2.3",
"@octokit/request-error": "^3.0.3",
"@octokit/types": "^9.0.0",
"@octokit/oauth-authorization-url": "^6.0.2",
"@octokit/request": "^6.2.5",
"@octokit/request-error": "^4.0.1",
"@octokit/types": "^9.3.0",
"btoa-lite": "^1.0.0"

@@ -43,3 +43,3 @@ },

"engines": {
"node": ">= 14"
"node": ">= 18"
},

@@ -46,0 +46,0 @@ "files": [

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