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

probot

Package Overview
Dependencies
Maintainers
5
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probot - npm Package Compare versions

Comparing version 8.0.0-beta.4 to 8.0.0-beta.5

4

lib/index.js

@@ -78,3 +78,7 @@ "use strict";

if (this.options.id) {
if (process.env.GHE_HOST && /^https?:\/\//.test(process.env.GHE_HOST)) {
throw new Error('Your \`GHE_HOST\` environment variable should not begin with https:// or http://');
}
this.app = new app_1.default({
baseUrl: process.env.GHE_HOST && "https://" + process.env.GHE_HOST + "/api/v3",
id: options.id,

@@ -81,0 +85,0 @@ privateKey: options.cert

2

package.json
{
"name": "probot",
"version": "8.0.0-beta.4",
"version": "8.0.0-beta.5",
"description": "🤖 A framework for building GitHub Apps to automate and improve your workflow",

@@ -5,0 +5,0 @@ "repository": "https://github.com/probot/probot",

Sorry, the diff of this file is not supported yet

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