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.9 to 7.0.0

2

dist-node/index.js

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

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

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

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

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

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

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

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

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

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

"@types/node": "^20.0.0",
"@types/sinonjs__fake-timers": "^8.0.0",
"esbuild": "^0.20.0",

@@ -38,0 +37,0 @@ "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",

@@ -340,3 +340,3 @@ # auth-app.js

<td>
<strong>Required</strong>. Content of the <code>*.pem</code> file you downloaded from the app’s about page. You can generate a new private key if needed.
<strong>Required</strong>. Content of the <code>*.pem</code> file you downloaded from the app’s about page. You can generate a new private key if needed. If your private key contains escaped newlines (`\\n`), they will be automatically replaced with actual newlines.
</td>

@@ -343,0 +343,0 @@ </tr>

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