Socket
Socket
Sign inDemoInstall

@octokit/oauth-app

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/oauth-app - npm Package Compare versions

Comparing version 7.1.1 to 7.1.2

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "7.1.1";
var VERSION = "7.1.2";

@@ -8,0 +8,0 @@ // pkg/dist-src/add-event-handler.js

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

const VERSION = "7.1.1";
const VERSION = "7.1.2";
export {
VERSION
};

@@ -18,2 +18,12 @@ import { type GetUserOctokitWithStateInterface } from "./methods/get-user-octokit.js";

export { createAWSLambdaAPIGatewayV2Handler } from "./middleware/aws-lambda/api-gateway-v2.js";
export type { GetUserOctokitWithStateInterface } from "./methods/get-user-octokit.js";
export type { GetWebFlowAuthorizationUrlInterface } from "./methods/get-web-flow-authorization-url.js";
export type { CreateTokenInterface } from "./methods/create-token.js";
export type { CheckTokenInterface } from "./methods/check-token.js";
export type { ResetTokenInterface } from "./methods/reset-token.js";
export type { RefreshTokenInterface } from "./methods/refresh-token.js";
export type { ScopeTokenInterface } from "./methods/scope-token.js";
export type { DeleteTokenInterface } from "./methods/delete-token.js";
export type { DeleteAuthorizationInterface } from "./methods/delete-authorization.js";
export type { AddEventHandler, ClientType, ClientTypeFromOptions, ConstructorOptions, OctokitTypeFromOptions, Options, } from "./types.js";
type Constructor<T> = new (...args: any[]) => T;

@@ -20,0 +30,0 @@ export declare class OAuthApp<TOptions extends Options<ClientType> = Options<"oauth-app">> {

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

export declare const VERSION = "7.1.1";
export declare const VERSION = "7.1.2";
{
"name": "@octokit/oauth-app",
"version": "7.1.1",
"version": "7.1.2",
"description": "GitHub OAuth toolset for Node.js",

@@ -5,0 +5,0 @@ "type": "module",

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