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.1 to 13.1.2

2

dist-node/index.js

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

const VERSION = "13.1.1";
const VERSION = "13.1.2";

@@ -15,0 +15,0 @@ function webhooks(appOctokit, options

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

export const VERSION = "13.1.1";
export const VERSION = "13.1.2";

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

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

@@ -77,2 +78,3 @@ repository_projects?: "read" | "write" | "admin" | undefined;

organization_custom_roles?: "read" | "write" | undefined;
organization_announcement_banners?: "read" | "write" | undefined;
organization_hooks?: "read" | "write" | undefined;

@@ -79,0 +81,0 @@ organization_plan?: "read" | undefined;

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

has_downloads: boolean;
has_discussions?: boolean | undefined;
archived: boolean;

@@ -139,0 +140,0 @@ disabled: boolean;

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

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

@@ -21,4 +21,4 @@ "files": [

"@octokit/oauth-app": "^4.0.7",
"@octokit/plugin-paginate-rest": "^5.0.0",
"@octokit/types": "^8.0.0",
"@octokit/plugin-paginate-rest": "^6.0.0",
"@octokit/types": "^9.0.0",
"@octokit/webhooks": "^10.0.0"

@@ -38,3 +38,3 @@ },

"node-fetch": "^2.6.7",
"prettier": "2.8.1",
"prettier": "2.8.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -41,0 +41,0 @@ "ts-jest": "^29.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