Gathering detailed insights and metrics for just-kebab-case
Gathering detailed insights and metrics for just-kebab-case
Gathering detailed insights and metrics for just-kebab-case
Gathering detailed insights and metrics for just-kebab-case
A library of dependency-free JavaScript utilities that do just one thing.
npm install just-kebab-case
Typescript
Module System
Node Version
NPM Version
JavaScript (85.58%)
TypeScript (14.42%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6,175 Stars
999 Commits
210 Forks
39 Watchers
36 Branches
93 Contributors
Updated on Jul 10, 2025
Latest Version
4.2.0
Package Id
just-kebab-case@4.2.0
Unpacked Size
6.51 kB
Size
2.47 kB
File Count
9
NPM Version
8.1.3
Node Version
12.22.6
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Part of a library of zero-dependency npm modules that do just do one thing. Guilt-free utilities for every occasion.
1npm install just-kebab-case
1yarn add just-kebab-case
Convert a string to kebab case
1 import kebabCase from 'just-kebab-case';
2
3 kebabCase('the quick brown fox'); // 'the-quick-brown-fox'
4 kebabCase('the-quick-brown-fox'); // 'the-quick-brown-fox'
5 kebabCase('the_quick_brown_fox'); // 'the-quick-brown-fox'
6 kebabCase('theQuickBrownFox'); // 'the-quick-brown-fox'
7 kebabCase('theQuickBrown Fox'); // 'the-quick-brown-fox'
8 kebabCase('thequickbrownfox'); // 'thequickbrownfox'
9 kebabCase('the - quick * brown# fox'); // 'the-quick-brown-fox'
10 kebabCase('theQUICKBrownFox'); // 'the-q-u-i-c-k-brown-fox'
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 10/30 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
47 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More