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

@octokit/auth-app

Package Overview
Dependencies
Maintainers
3
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 4.0.4 to 4.0.5

2

dist-node/index.js

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

const VERSION = "4.0.4";
const VERSION = "4.0.5";

@@ -401,0 +401,0 @@ function createAppAuth(options) {

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

export const VERSION = "4.0.4";
export const VERSION = "4.0.5";

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

export declare const VERSION = "4.0.4";
export declare const VERSION = "4.0.5";

@@ -361,3 +361,3 @@ import { getUserAgent } from 'universal-user-agent';

const VERSION = "4.0.4";
const VERSION = "4.0.5";

@@ -364,0 +364,0 @@ function createAppAuth(options) {

{
"name": "@octokit/auth-app",
"description": "GitHub App authentication for JavaScript",
"version": "4.0.4",
"version": "4.0.5",
"license": "MIT",

@@ -10,2 +10,6 @@ "files": [

],
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"pika": true,

@@ -25,3 +29,3 @@ "sideEffects": false,

"@octokit/request-error": "^3.0.0",
"@octokit/types": "^6.0.3",
"@octokit/types": "^7.0.0",
"@types/lru-cache": "^5.1.0",

@@ -34,3 +38,3 @@ "deprecation": "^2.3.1",

"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.0",

@@ -55,7 +59,3 @@ "@pika/plugin-build-web": "^0.9.0",

"access": "public"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}

Sorry, the diff of this file is not supported yet

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