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

probot

Package Overview
Dependencies
Maintainers
6
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 11.0.3 to 11.0.4

4

lib/context.d.ts

@@ -91,4 +91,4 @@ import { EventPayloads, WebhookEvent } from "@octokit/webhooks";

/**
* Return the `owner`, `repo`, and `issue_number` params for making API requests
* against an issue. The object passed in will be merged with the repo params.
* Return the `owner`, `repo`, and `pull_number` params for making API requests
* against a pull request. The object passed in will be merged with the repo params.
*

@@ -95,0 +95,0 @@ *

@@ -75,4 +75,4 @@ "use strict";

/**
* Return the `owner`, `repo`, and `issue_number` params for making API requests
* against an issue. The object passed in will be merged with the repo params.
* Return the `owner`, `repo`, and `pull_number` params for making API requests
* against a pull request. The object passed in will be merged with the repo params.
*

@@ -79,0 +79,0 @@ *

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

export declare const VERSION = "11.0.3";
export declare const VERSION = "11.0.4";

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

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

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

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