Socket
Socket
Sign inDemoInstall

octoflare

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octoflare - npm Package Compare versions

Comparing version 0.2.9 to 0.3.0

1

dist/index.d.ts
export { octoflare } from './octoflare.js';
export type { OctoflareHandler } from './types/OctoflareHandler.js';

2

dist/types/OctoflareHandler.d.ts
import { WebhookEvent } from '@octokit/webhooks-types';
import { App } from 'octokit';
import { InternalEnv } from './InternalEnv.js';
export type OctoflareHandler<Env extends InternalEnv> = (context: {
export type OctoflareHandler<Env extends InternalEnv = InternalEnv> = (context: {
request: Request;

@@ -6,0 +6,0 @@ env: Env;

{
"name": "octoflare",
"version": "0.2.9",
"version": "0.3.0",
"description": "A framework for building GitHub Apps with Cloudflare Worker",

@@ -5,0 +5,0 @@ "type": "module",

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