Socket
Socket
Sign inDemoInstall

@octokit/oauth-app

Package Overview
Dependencies
10
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.6 to 4.0.7

2

dist-node/index.js

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

const VERSION = "4.0.6";
const VERSION = "4.0.7";

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

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

export const VERSION = "4.0.6";
export const VERSION = "4.0.7";

@@ -8,3 +8,3 @@ declare type IncomingMessage = any;

onUnhandledRequest?: (request: IncomingMessage, response: ServerResponse) => void;
}): (request: IncomingMessage, response: ServerResponse, next?: Function | undefined) => Promise<void>;
}): (request: IncomingMessage, response: ServerResponse, next?: Function) => Promise<void>;
export {};
import { OAuthApp } from "../../index";
import { HandlerOptions } from "../types";
export declare function createWebWorkerHandler<T>(app: OAuthApp<T>, { pathPrefix, onUnhandledRequest, }?: HandlerOptions & {
import { ClientType, Options } from "../../types";
export declare function createWebWorkerHandler<T extends Options<ClientType>>(app: OAuthApp<T>, { pathPrefix, onUnhandledRequest, }?: HandlerOptions & {
onUnhandledRequest?: (request: Request) => Response | Promise<Response>;

@@ -5,0 +6,0 @@ }): (request: Request) => Promise<Response>;

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

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

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

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

@@ -32,3 +35,3 @@ "sideEffects": false,

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

@@ -57,6 +60,3 @@ "@pika/plugin-ts-standard-pkg": "^0.9.2",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc