Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
branch-slug
Advanced tools
GitFlow-like branch naming slugify for lazy people
npm i -g branch-slug
$ bslug [options]
$ bslug [ABC-123] Create that awesome feature -f # Outputs Branch Slug: git branch -m feature/abc-123-create-that-awesome-feature copied to clipboard
$ bslug [ABC-321] Fix that nasty bug -i -g # Outputs Branch Slug: fix/abc-321-fix-that-nasty-bug copied to clipboard
$ bslug [ABC-456] Improve our workflow -c -n # Outputs Branch Slug: git branch -m chore/abc-456-improve-our-workflow
-g, --no-git Don't include git command for new branch git branch -m
-n, --no-copy Don't copy output to the clipboard
-f, --type-feature Branch type: feature. The output is feature/{description}
-i, --type-fix Branch type: fix. The output is fix/{description}
-b, --type-bug Branch type: bug. The output is bug/{description}
-c, --type-chore Branch type: chore. The output is chore/{description}
-r, --type-release Branch type: release. The output is release/{description}
-t, --type <type> Custom branch type. The output is {type}/{description}
-h, --help output usage information
FAQs
GitFlow-like branch naming slugify for lazy people
The npm package branch-slug receives a total of 0 weekly downloads. As such, branch-slug popularity was classified as not popular.
We found that branch-slug demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.