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 1.1.0 to 1.2.0

2

lib/event-types.d.ts

@@ -12,2 +12,3 @@ export interface BaseEventBody {

}
export declare type PrCommentBehavior = "default" | "once" | "new";
export interface CommentToPrBody extends BaseEventBody, ResultMetadata {

@@ -19,2 +20,3 @@ branchName: string;

passedItemsCount: number;
behavior?: PrCommentBehavior;
reportUrl?: string;

@@ -21,0 +23,0 @@ headOid?: string;

4

package.json
{
"name": "reg-gh-app-interface",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "e214f706eefd42566e504a1091110ad7d1f60cd8"
"gitHead": "1c45b45dfb3b5e5a2d9e6aacb814f80ce57892be"
}
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