@octokit/oauth-app
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1820
156543