Gathering detailed insights and metrics for hyphenate-style-name-esmodule-browser-export
Gathering detailed insights and metrics for hyphenate-style-name-esmodule-browser-export
Gathering detailed insights and metrics for hyphenate-style-name-esmodule-browser-export
Gathering detailed insights and metrics for hyphenate-style-name-esmodule-browser-export
Hyphenates a camelcased CSS property name
npm install hyphenate-style-name-esmodule-browser-export
Typescript
Module System
Node Version
NPM Version
65.6
Supply Chain
70.8
Quality
75.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,461
Last Day
1
Last Week
1
Last Month
17
Last Year
158
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.0.5
Package Id
hyphenate-style-name-esmodule-browser-export@1.0.5
Unpacked Size
67.70 kB
Size
20.34 kB
File Count
7
NPM Version
6.5.0
Node Version
11.6.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-87.5%
1
Compared to previous week
Last Month
30.8%
17
Compared to previous month
Last Year
43.6%
158
Compared to previous year
4
This fork provides a browser friendly export of the module at /es/index.js (ES6 JavaScript native module). That export includes all dependencies in one file so as to reduce http calls. The /es/index-nodeps.js file is similar but does not include dependencies. This one is for build optimization. The purpose of this and similar forks is to be able to load JS native modules and their dependencies from npm.
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
1var hyphenateStyleName = require('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