Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

octoflare

Package Overview
Dependencies
Maintainers
1
Versions
153
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.24.25 to 0.24.26

2

dist/utils/errorLogging.d.ts

@@ -7,3 +7,3 @@ import { ActionOctokit } from '../action/index.js';

error: Error;
info?: string | undefined;
info?: string;
}) => Promise<void>;

@@ -10,6 +10,6 @@ import { ActionOctokit } from '../action/index.js';

repo: string;
conclusion?: Conclusion | undefined;
conclusion?: Conclusion;
status: CheckRunStatus;
output?: ChecksOutput | undefined;
details_url?: string | undefined;
output?: ChecksOutput;
details_url?: string;
}) => Promise<unknown>;
{
"name": "octoflare",
"version": "0.24.25",
"version": "0.24.26",
"description": "🌤️ A framework for building GitHub Apps with Cloudflare Worker",

@@ -73,3 +73,3 @@ "type": "module",

"@actions/github": "6.0.0",
"@cloudflare/workers-types": "4.20240403.0",
"@cloudflare/workers-types": "4.20240404.0",
"@octokit/webhooks-types": "7.4.0",

@@ -76,0 +76,0 @@ "octokit": "3.1.2"

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