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.4 to 1.2.5

8

lib/cli-check-branch.js

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

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

@@ -93,0 +93,0 @@ }

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

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

@@ -82,8 +82,12 @@ import meow from "meow";

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

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