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

@octokit/app

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/app - npm Package Compare versions

Comparing version 13.1.4 to 13.1.5

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "13.1.4";
var VERSION = "13.1.5";

@@ -35,0 +35,0 @@ // pkg/dist-src/webhooks.js

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

const VERSION = "13.1.4";
const VERSION = "13.1.5";
export {
VERSION
};

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

id: number;
account: (Partial<{
account: {
name?: string | null | undefined;

@@ -34,3 +34,3 @@ email?: string | null | undefined;

starred_at?: string | undefined;
}> & Partial<{
} | {
description?: string | null | undefined;

@@ -46,3 +46,3 @@ html_url: string;

avatar_url: string;
}>) | null;
} | null;
repository_selection: "all" | "selected";

@@ -67,3 +67,2 @@ access_tokens_url: string;

pull_requests?: "read" | "write" | undefined;
repository_announcement_banners?: "read" | "write" | undefined;
repository_hooks?: "read" | "write" | undefined;

@@ -83,2 +82,4 @@ repository_projects?: "read" | "write" | "admin" | undefined;

organization_hooks?: "read" | "write" | undefined;
organization_personal_access_tokens?: "read" | "write" | undefined;
organization_personal_access_token_requests?: "read" | "write" | undefined;
organization_plan?: "read" | undefined;

@@ -85,0 +86,0 @@ organization_projects?: "read" | "write" | "admin" | undefined;

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

export declare const VERSION = "13.1.4";
export declare const VERSION = "13.1.5";

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

// pkg/dist-src/version.js
var VERSION = "13.1.4";
var VERSION = "13.1.5";

@@ -10,0 +10,0 @@ // pkg/dist-src/webhooks.js

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

},
"version": "13.1.4",
"version": "13.1.5",
"description": "GitHub Apps toolset for Node.js",

@@ -14,3 +14,3 @@ "main": "dist-node/index.js",

"dependencies": {
"@octokit/auth-app": "^4.0.8",
"@octokit/auth-app": "^4.0.13",
"@octokit/auth-unauthenticated": "^3.0.0",

@@ -17,0 +17,0 @@ "@octokit/core": "^4.0.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