New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

octokit-auth-probot

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octokit-auth-probot - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

dist-types/index.d.ts

@@ -6,3 +6,3 @@ import { StrategyOptions } from "./types";

<T_1 = any>(request: import("@octokit/types").RequestInterface<object>, route: string, parameters?: import("@octokit/types").RequestParameters | undefined): Promise<import("@octokit/types").OctokitResponse<T_1, number>>;
};
} | ((request: import("@octokit/auth-app/dist-types/types").RequestInterface, route: string | import("@octokit/types").EndpointOptions, parameters?: import("@octokit/types").RequestParameters | undefined) => Promise<import("@octokit/types").OctokitResponse<any, number>>);
};

@@ -9,0 +9,0 @@ export declare namespace createProbotAuth {

@@ -14,3 +14,3 @@ import { Octokit } from "@octokit/core";

}) | (OctokitStrategyOptions & AppAuth.StrategyOptions);
export declare type AuthOptions = TokenAuthTypes["AuthOptions"] | AppAuth.AuthOptions | {
export declare type AuthOptions = TokenAuthTypes["AuthOptions"] | AppAuth.InstallationAuthOptions | {
type: "event-octokit";

@@ -17,0 +17,0 @@ event: {

{
"name": "octokit-auth-probot",
"description": "Octokit authentication strategy that supports token, app (JWT), and event-based installation authentication",
"version": "1.2.4",
"version": "1.2.5",
"license": "ISC",

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

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