Socket
Socket
Sign inDemoInstall

delete-github-branches

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delete-github-branches - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

lib/delete-github-branches.js

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

deleted: false,
reason: `This branch is matched patterns, but it has associated PullRequests: ${branch.associatedPullRequests}`
reason: `This branch is matched patterns, but it has associated Opened PullRequests: ${branch.associatedPullRequests}`
});

@@ -149,0 +149,0 @@ continue;

{
"name": "delete-github-branches",
"version": "1.2.3",
"version": "1.2.4",
"description": "Delete GitHub Branches that match patterns.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -222,3 +222,3 @@ import { graphql } from "@octokit/graphql";

deleted: false,
reason: `This branch is matched patterns, but it has associated PullRequests: ${branch.associatedPullRequests}`
reason: `This branch is matched patterns, but it has associated Opened PullRequests: ${branch.associatedPullRequests}`
});

@@ -225,0 +225,0 @@ continue;

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