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

@octokit/auth-app

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/auth-app - npm Package Compare versions

Comparing version 7.0.0-beta.7 to 7.0.0-beta.8

3

dist-node/index.js

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

"/app/installations/{installation_id}/suspended",
"/app/installation-requests",
"/marketplace_listing/accounts/{account_id}",

@@ -390,3 +391,3 @@ "/marketplace_listing/plan",

// pkg/dist-src/version.js
var VERSION = "7.0.0-beta.7";
var VERSION = "7.0.0-beta.8";

@@ -393,0 +394,0 @@ // pkg/dist-src/index.js

@@ -11,2 +11,3 @@ const PATHS = [

"/app/installations/{installation_id}/suspended",
"/app/installation-requests",
"/marketplace_listing/accounts/{account_id}",

@@ -13,0 +14,0 @@ "/marketplace_listing/plan",

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

const VERSION = "7.0.0-beta.7";
const VERSION = "7.0.0-beta.8";
export {
VERSION
};

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

export declare const VERSION = "7.0.0-beta.7";
export declare const VERSION = "7.0.0-beta.8";
{
"name": "@octokit/auth-app",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"description": "GitHub App authentication for JavaScript",

@@ -19,7 +20,7 @@ "repository": "github:octokit/auth-app.js",

"dependencies": {
"@octokit/auth-oauth-app": "^8.0.2",
"@octokit/auth-oauth-user": "^5.0.2",
"@octokit/request": "^9.0.1",
"@octokit/request-error": "^6.0.2",
"@octokit/types": "^12.6.0",
"@octokit/auth-oauth-app": "^8.1.0",
"@octokit/auth-oauth-user": "^5.1.0",
"@octokit/request": "^9.1.1",
"@octokit/request-error": "^6.1.1",
"@octokit/types": "^13.4.1",
"lru-cache": "^10.0.0",

@@ -26,0 +27,0 @@ "universal-github-app-jwt": "^2.0.6",

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