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

@octokit/oauth-app

Package Overview
Dependencies
Maintainers
3
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 4.0.0 to 4.0.1

2

dist-node/index.js

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

const VERSION = "4.0.0";
const VERSION = "4.0.1";

@@ -18,0 +18,0 @@ function addEventHandler(state, eventName, eventHandler) {

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

export const VERSION = "4.0.0";
export const VERSION = "4.0.1";

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

export declare const VERSION = "4.0.0";
export declare const VERSION = "4.0.1";
{
"name": "@octokit/oauth-app",
"description": "GitHub OAuth toolset for Node.js",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",

@@ -23,3 +23,3 @@ "files": [

"@octokit/auth-unauthenticated": "^2.0.0",
"@octokit/core": "^3.3.2",
"@octokit/core": "^4.0.0",
"@octokit/oauth-authorization-url": "^4.2.1",

@@ -35,3 +35,3 @@ "@octokit/oauth-methods": "^1.2.2",

"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@types/jest": "^27.0.0",
"@types/jest": "^28.0.0",
"@types/node": "^16.0.0",

@@ -41,3 +41,3 @@ "@types/node-fetch": "^2.5.4",

"fetch-mock": "^9.0.0",
"jest": "^27.0.0",
"jest": "^28.0.0",
"nock": "^13.0.0",

@@ -47,3 +47,3 @@ "node-fetch": "^2.6.0",

"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^27.0.0",
"ts-jest": "^28.0.0",
"typescript": "^4.0.2"

@@ -50,0 +50,0 @@ },

@@ -34,2 +34,4 @@ # oauth-app.js

- [`createNodeMiddleware(app, options)`](#createnodemiddlewareapp-options)
- [`createWebWorkerHandler(app, options)`](#createwebworkerhandlerapp-options)
- [`createAWSLambdaAPIGatewayV2Handler(app, options)`](#createawslambdaapigatewayv2handlerapp-options)
- [Contributing](#contributing)

@@ -36,0 +38,0 @@ - [License](#license)

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