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.6 to 1.2.7

8

lib/cli-check-branch.js

@@ -76,6 +76,6 @@ "use strict";

stdout: `${deletedBranchNames.join(",")} is matched by delete-github-branches's patterns:
{
includesBranchPatterns: ${includesBranchPatterns.join(",")}
excludesBranchPatterns: ${excludesBranchPatterns.join(",")}
}`
${JSON.stringify({
includesBranchPatterns: includesBranchPatterns,
excludesBranchPatterns: excludesBranchPatterns
}, null, 4)}`
};

@@ -82,0 +82,0 @@ }

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

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

@@ -72,6 +72,10 @@ import meow from "meow";

stdout: `${deletedBranchNames.join(",")} is matched by delete-github-branches's patterns:
{
includesBranchPatterns: ${includesBranchPatterns.join(",")}
excludesBranchPatterns: ${excludesBranchPatterns.join(",")}
}`
${JSON.stringify(
{
includesBranchPatterns: includesBranchPatterns,
excludesBranchPatterns: excludesBranchPatterns
},
null,
4
)}`
};

@@ -78,0 +82,0 @@ } else {

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