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.24.46 to 0.25.0

3

dist/utils/errorLogging.d.ts

@@ -0,4 +1,5 @@

import { Octokit } from 'octokit';
import { ActionOctokit } from '../action/index.js';
export declare const errorLogging: ({ octokit, repo, owner, error, info }: {
octokit: ActionOctokit;
octokit: ActionOctokit | Octokit;
repo: string;

@@ -5,0 +6,0 @@ owner: string;

import { WebhookEvent } from '@octokit/webhooks-types';
import { App } from 'octokit';
import { App, Octokit } from 'octokit';
import { ActionOctokit } from '../action/index.js';

@@ -19,3 +19,3 @@ import { OctoflareEnv, OctoflarePayloadData } from '../index.js';

installation: OctoflareInstallation<Data> | null;
app_kit: ActionOctokit | null;
app_kit: ActionOctokit | Octokit | null;
}>;

@@ -0,1 +1,2 @@

import { Octokit } from 'octokit';
import { ActionOctokit } from '../action/index.js';

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

export declare const updateChecks: ({ kit, check_run_id, owner, repo, conclusion, output, details_url, status }: {
kit: ActionOctokit;
kit: ActionOctokit | Octokit;
check_run_id: number;

@@ -9,0 +10,0 @@ owner: string;

{
"name": "octoflare",
"version": "0.24.46",
"version": "0.25.0",
"description": "🌤️ A framework for building GitHub Apps with Cloudflare Worker",

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

"url": "https://github.com/jill64/octoflare.git",
"image": "https://opengraph.githubassets.com/2d2a23c5df010f87aa657529a2821ac574b2e1eee65d0a7fc46732cf28bb3033/jill64/octoflare"
"image": "https://opengraph.githubassets.com/5a9d6daf42cb0fd1ff233ae1bbd346512023699a4396b34b69df5892bb67c091/jill64/octoflare"
},

@@ -76,4 +76,4 @@ "scripts": {

"@octokit/webhooks-types": "7.5.1",
"octokit": "3.2.0"
"octokit": "4.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc