Socket
Socket
Sign inDemoInstall

@voiceflow/git-branch-check

Package Overview
Dependencies
Maintainers
24
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/git-branch-check - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

index.js

@@ -6,3 +6,3 @@ #!/usr/bin/env node

const branchRegex = /^\w+\/(\S+\/)?VF-\d+$/;
const branchRegex = /^\w+\/(\S+\/)?(VF|CT)-\d+$/;
const EXCEPTIONS = [/^production$/, /^trying$/, /^staging$/, /^master$/, /^break-glass.*$/];

@@ -9,0 +9,0 @@

{
"name": "@voiceflow/git-branch-check",
"description": "Voiceflow branch naming check",
"version": "1.2.3",
"version": "1.2.4",
"author": "Voiceflow",

@@ -25,3 +25,3 @@ "bin": {

"@voiceflow/eslint-config": "6.0.0",
"@voiceflow/git-branch-check": "1.2.2",
"@voiceflow/git-branch-check": "1.2.3",
"@voiceflow/prettier-config": "1.0.6",

@@ -28,0 +28,0 @@ "commitizen": "^4.2.3",

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