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.1.0 to 7.1.1

4

dist-node/index.js

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

{},
request
request.defaults({ baseUrl: endpoint.baseUrl })
);

@@ -388,3 +388,3 @@ endpoint.headers.authorization = `token ${token}`;

// pkg/dist-src/version.js
var VERSION = "7.1.0";
var VERSION = "7.1.1";

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

@@ -58,3 +58,3 @@ import { requiresBasicAuth } from "@octokit/auth-oauth-user";

{},
request
request.defaults({ baseUrl: endpoint.baseUrl })
);

@@ -61,0 +61,0 @@ endpoint.headers.authorization = `token ${token}`;

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

const VERSION = "7.1.0";
const VERSION = "7.1.1";
export {
VERSION
};

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

export declare const VERSION = "7.1.0";
export declare const VERSION = "7.1.1";

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

"type": "module",
"version": "7.1.0",
"version": "7.1.1",
"description": "GitHub App authentication for JavaScript",

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

"@types/node": "^20.0.0",
"esbuild": "^0.21.0",
"esbuild": "^0.23.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"glob": "^10.2.5",
"jest": "^29.0.0",
"prettier": "3.2.5",
"prettier": "3.3.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -42,0 +42,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