New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

farc

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

farc - npm Package Compare versions

Comparing version

to
0.0.1-main.20240219T232152

import type { FarcBase } from '../farc-base.js';
export declare function handle(app: FarcBase): (req: Request, requestContext: import("hono/types").FetchEventLike) => Response | Promise<Response>;
export declare function handle<state>(app: FarcBase<state>): (req: Request, requestContext: import("hono/types").FetchEventLike) => Response | Promise<Response>;
//# sourceMappingURL=index.d.ts.map
{
"name": "farc",
"version": "0.0.1-main.20240219T230812",
"version": "0.0.1-main.20240219T232152",
"type": "module",

@@ -5,0 +5,0 @@ "module": "_lib/index.js",

@@ -5,4 +5,4 @@ import { handle as handle_hono } from 'hono/vercel'

export function handle(app: FarcBase) {
export function handle<state>(app: FarcBase<state>) {
return handle_hono(app.hono).bind(app.hono)
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet