Socket
Socket
Sign inDemoInstall

@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 4.0.1 to 4.1.0

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "4.0.1";
var VERSION = "4.1.0";

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

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

const VERSION = "4.0.1";
const VERSION = "4.1.0";
export {
VERSION
};
import type { RequestInterface } from "@octokit/types";
export declare function requestToOAuthBaseUrl(request: RequestInterface): string;
export declare function oauthRequest(request: RequestInterface, route: string, parameters: Record<string, unknown>): Promise<import("@octokit/types").OctokitResponse<any>>;
export declare function oauthRequest(request: RequestInterface, route: string, parameters: Record<string, unknown>): Promise<import("@octokit/types").OctokitResponse<any, number>>;

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

export declare const VERSION = "4.0.1";
export declare const VERSION = "4.1.0";
{
"name": "@octokit/oauth-methods",
"version": "4.0.1",
"version": "4.1.0",
"description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps",

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

"@octokit/oauth-authorization-url": "^6.0.2",
"@octokit/request": "^8.0.2",
"@octokit/request-error": "^5.0.0",
"@octokit/types": "^12.0.0",
"@octokit/request": "^8.3.1",
"@octokit/request-error": "^5.1.0",
"@octokit/types": "^13.0.0",
"btoa-lite": "^1.0.0"

@@ -39,3 +39,4 @@ },

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -42,0 +43,0 @@ "engines": {

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