Socket
Socket
Sign inDemoInstall

@octokit/oauth-app

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/oauth-app - npm Package Compare versions

Comparing version 5.0.0-beta.8 to 5.0.0

6

dist-node/index.js

@@ -45,3 +45,3 @@ "use strict";

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

@@ -728,2 +728,5 @@ // pkg/dist-src/add-event-handler.js

var OAuthApp = class {
static {
this.VERSION = VERSION;
}
static defaults(defaults) {

@@ -796,3 +799,2 @@ const OAuthAppWithDefaults = class extends this {

};
OAuthApp.VERSION = VERSION;
// Annotate the CommonJS export names for ESM import in node:

@@ -799,0 +801,0 @@ 0 && (module.exports = {

@@ -39,2 +39,5 @@ import { createOAuthAppAuth } from "@octokit/auth-oauth-app";

class OAuthApp {
static {
this.VERSION = VERSION;
}
static defaults(defaults) {

@@ -107,3 +110,2 @@ const OAuthAppWithDefaults = class extends this {

}
OAuthApp.VERSION = VERSION;
export {

@@ -110,0 +112,0 @@ OAuthApp,

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

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

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

export declare const VERSION = "5.0.0-beta.8";
export declare const VERSION = "5.0.0";
{
"name": "@octokit/oauth-app",
"version": "5.0.0-beta.8",
"version": "5.0.0",
"description": "GitHub OAuth toolset for Node.js",

@@ -5,0 +5,0 @@ "repository": "github:octokit/oauth-app.js",

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