Socket
Socket
Sign inDemoInstall

@octokit/auth-app

Package Overview
Dependencies
Maintainers
4
Versions
97
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.8 to 7.0.0-beta.9

5

dist-node/index.js

@@ -6,5 +6,2 @@ // pkg/dist-src/index.js

// pkg/dist-src/auth.js
import * as OAuthAppAuth from "@octokit/auth-oauth-app";
// pkg/dist-src/get-app-authentication.js

@@ -391,3 +388,3 @@ import githubAppJwt from "universal-github-app-jwt";

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

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

1

dist-src/auth.js

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

import * as OAuthAppAuth from "@octokit/auth-oauth-app";
import { getAppAuthentication } from "./get-app-authentication.js";

@@ -3,0 +2,0 @@ import { getInstallationAuthentication } from "./get-installation-authentication.js";

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

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

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

import * as OAuthAppAuth from "@octokit/auth-oauth-app";
import type * as OAuthAppAuth from "@octokit/auth-oauth-app";
import type { State, AppAuthOptions, AppAuthentication, OAuthAppAuthentication, OAuthAppAuthOptions, InstallationAuthOptions, InstallationAccessTokenAuthentication, GitHubAppUserAuthentication, GitHubAppUserAuthenticationWithExpiration, OAuthWebFlowAuthOptions, OAuthDeviceFlowAuthOptions } from "./types.js";

@@ -3,0 +3,0 @@ /** GitHub App authentication */

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

export declare const VERSION = "7.0.0-beta.8";
export declare const VERSION = "7.0.0-beta.9";

@@ -8,3 +8,3 @@ {

"type": "module",
"version": "7.0.0-beta.8",
"version": "7.0.0-beta.9",
"description": "GitHub App authentication for JavaScript",

@@ -32,3 +32,2 @@ "repository": "github:octokit/auth-app.js",

"@octokit/tsconfig": "^3.0.0",
"@sinonjs/fake-timers": "^8.0.0",
"@types/fetch-mock": "^7.3.1",

@@ -35,0 +34,0 @@ "@types/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