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

reg-gh-app-interface

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reg-gh-app-interface - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

8

lib/index.d.ts

@@ -1,3 +0,7 @@

export interface CommentToPrBody {
export interface BaseEventBody {
installationId: string;
owner: string;
repository: string;
}
export interface CommentToPrBody extends BaseEventBody {
branchName: string;

@@ -10,3 +14,3 @@ failedItemsCount: number;

}
export interface UpdateStatusBody {
export interface UpdateStatusBody extends BaseEventBody {
installationId: string;

@@ -13,0 +17,0 @@ sha1: string;

{
"name": "reg-gh-app-interface",
"version": "0.0.14",
"version": "0.0.15",
"description": "",

@@ -5,0 +5,0 @@ "typings": "lib/index.d.ts",

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