Socket
Socket
Sign inDemoInstall

@voiceflow/git-branch-check

Package Overview
Dependencies
Maintainers
14
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.0.3 to 1.0.4

4

index.js

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

const branchRegex = /^\w+\/\S+\/CORE-\d+$/;
const EXCEPTIONS = ['production', 'staging', 'master', 'voiceflowV2'];
const EXCEPTIONS = ['production', 'staging', 'master', 'realtime'];

@@ -20,3 +20,3 @@ try {

'\x1b[31m%s\x1b[0m',
`\nCurrent Git branch name: "${curBranchName}" \nIs not valid for given pattern: "<first name>/<short desc>/CORE-000"\n\nIf you don't have a ticket, then you should probably create one: \nhttps://voiceflow.atlassian.net/secure/CreateIssue!default.jspa\n`
`\nCurrent Git branch name: "${curBranchName}" \nIs not valid for given pattern: "<first name>/<short desc>/CORE-000"\n\nIf you don't have a ticket, then you should probably create one: \nhttps://voiceflow.atlassian.net/secure/CreateIssue!default.jspa\n`,
);

@@ -23,0 +23,0 @@ }

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

@@ -6,0 +6,0 @@ "bin": {

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