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

probot

Package Overview
Dependencies
Maintainers
6
Versions
316
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 13.0.0-beta.14 to 13.0.0-beta.15

13

lib/octokit/get-probot-octokit-with-defaults.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getProbotOctokitWithDefaults = void 0;
const request_1 = require("@octokit/request");
const get_octokit_throttle_options_js_1 = require("./get-octokit-throttle-options.js");

@@ -19,3 +20,7 @@ /**

token: options.githubToken,
request: options.request,
request: request_1.request.defaults({
request: {
fetch: options.request?.fetch,
},
}),
}

@@ -26,3 +31,7 @@ : {

privateKey: options.privateKey,
request: options.request,
request: request_1.request.defaults({
request: {
fetch: options.request?.fetch,
},
}),
};

@@ -29,0 +38,0 @@ const octokitThrottleOptions = (0, get_octokit_throttle_options_js_1.getOctokitThrottleOptions)({

2

lib/version.d.ts

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

export declare const VERSION = "13.0.0-beta.14";
export declare const VERSION = "13.0.0-beta.15";

@@ -5,3 +5,3 @@ "use strict";

// The version is set automatically before publish to npm
exports.VERSION = "13.0.0-beta.14";
exports.VERSION = "13.0.0-beta.15";
//# sourceMappingURL=version.js.map
{
"name": "probot",
"version": "13.0.0-beta.14",
"version": "13.0.0-beta.15",
"description": "A framework for building GitHub Apps to automate and improve your workflow",

@@ -5,0 +5,0 @@ "repository": "github: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