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

@octokit/app

Package Overview
Dependencies
Maintainers
3
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.0.7 to 13.0.8

2

dist-node/index.js

@@ -12,3 +12,3 @@ 'use strict';

const VERSION = "13.0.7";
const VERSION = "13.0.8";

@@ -15,0 +15,0 @@ function webhooks(appOctokit, options // Explict return type for better debugability and performance,

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

export const VERSION = "13.0.7";
export const VERSION = "13.0.8";

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

contents?: "read" | "write" | undefined;
organization_custom_roles?: "read" | "write" | undefined;
deployments?: "read" | "write" | undefined;

@@ -59,0 +60,0 @@ environments?: "read" | "write" | undefined;

@@ -250,2 +250,6 @@ import { Octokit } from "@octokit/core";

use_squash_pr_title_as_default?: boolean | undefined;
squash_merge_commit_title?: "PR_TITLE" | "COMMIT_OR_PR_TITLE" | undefined;
squash_merge_commit_message?: "PR_BODY" | "COMMIT_MESSAGES" | "BLANK" | undefined;
merge_commit_title?: "PR_TITLE" | "MERGE_MESSAGE" | undefined;
merge_commit_message?: "PR_TITLE" | "PR_BODY" | "BLANK" | undefined;
allow_merge_commit?: boolean | undefined;

@@ -261,4 +265,9 @@ subscribers_count?: number | undefined;

use_squash_pr_title_as_default?: boolean | undefined;
squash_merge_commit_title?: "PR_TITLE" | "COMMIT_OR_PR_TITLE" | undefined;
squash_merge_commit_message?: "PR_BODY" | "COMMIT_MESSAGES" | "BLANK" | undefined;
merge_commit_title?: "PR_TITLE" | "MERGE_MESSAGE" | undefined;
merge_commit_message?: "PR_TITLE" | "PR_BODY" | "BLANK" | undefined;
allow_merge_commit?: boolean | undefined;
allow_forking?: boolean | undefined;
web_commit_signoff_required?: boolean | undefined;
subscribers_count?: number | undefined;

@@ -265,0 +274,0 @@ network_count?: number | undefined;

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

export declare const VERSION = "13.0.7";
export declare const VERSION = "13.0.8";
{
"name": "@octokit/app",
"description": "GitHub Apps toolset for Node.js",
"version": "13.0.7",
"version": "13.0.8",
"license": "MIT",

@@ -20,3 +20,3 @@ "files": [

"@octokit/core": "^4.0.0",
"@octokit/oauth-app": "^4.0.4",
"@octokit/oauth-app": "^4.0.7",
"@octokit/plugin-paginate-rest": "^4.0.0",

@@ -23,0 +23,0 @@ "@octokit/types": "^7.0.0",

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