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.8 to 0.2.9

2

dist/octoflare.js

@@ -16,3 +16,3 @@ import { attempt } from '@jill64/attempt';

});
const response = await attempt(() => handler({ request, env, app, payload }), (e) => new Response(JSON.stringify(e?.message, null, 2), {
const response = await attempt(() => handler({ request, env, app, payload }), (e) => new Response(JSON.stringify(e, null, 2), {
status: 500

@@ -19,0 +19,0 @@ }));

{
"name": "octoflare",
"version": "0.2.8",
"version": "0.2.9",
"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