Gathering detailed insights and metrics for hyphenate-style-name
Gathering detailed insights and metrics for hyphenate-style-name
Gathering detailed insights and metrics for hyphenate-style-name
Gathering detailed insights and metrics for hyphenate-style-name
Hyphenates a camelcased CSS property name
npm install hyphenate-style-name
Typescript
Module System
Node Version
NPM Version
99.6
Supply Chain
68.9
Quality
75.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,091,530,199
Last Day
216,250
Last Week
5,061,976
Last Month
21,894,101
Last Year
236,887,578
BSD-3-Clause License
35 Stars
51 Commits
7 Forks
1 Watchers
3 Branches
5 Contributors
Updated on Jun 17, 2024
Minified
Minified + Gzipped
Latest Version
1.1.0
Package Id
hyphenate-style-name@1.1.0
Unpacked Size
4.89 kB
Size
2.21 kB
File Count
6
NPM Version
10.7.0
Node Version
20.14.0
Published on
Jun 17, 2024
Cumulative downloads
Total Downloads
Last Day
-8.9%
216,250
Compared to previous day
Last Week
-8.4%
5,061,976
Compared to previous week
Last Month
1.5%
21,894,101
Compared to previous month
Last Year
13.2%
236,887,578
Compared to previous year
Hyphenates a camelcased CSS property name. For example:
backgroundColor
=> background-color
MozTransition
=> -moz-transition
msTransition
=> -ms-transition
color
=> color
1$ npm install --save hyphenate-style-name
1import hyphenateStyleName from 'hyphenate-style-name' 2 3console.log(hyphenateStyleName('MozTransition')) // -moz-transition
BSD-3-Clause licensed. See LICENSE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
8 existing vulnerabilities detected
Details
Reason
Found 1/24 approved changesets -- score normalized to 0
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-16
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