Gathering detailed insights and metrics for babel-plugin-transform-styletron-display-name
Gathering detailed insights and metrics for babel-plugin-transform-styletron-display-name
Gathering detailed insights and metrics for babel-plugin-transform-styletron-display-name
Gathering detailed insights and metrics for babel-plugin-transform-styletron-display-name
⚡ Toolkit for component-oriented styling
npm install babel-plugin-transform-styletron-display-name
Typescript
Module System
TypeScript (83.58%)
JavaScript (16.38%)
HTML (0.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3,314 Stars
547 Commits
96 Forks
35 Watchers
80 Branches
37 Contributors
Updated on Jun 28, 2025
Latest Version
1.2.0
Package Id
babel-plugin-transform-styletron-display-name@1.2.0
Unpacked Size
3.58 kB
Size
1.55 kB
File Count
5
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
1
2
Check our documentation at styletron.org.
Adds displayName to styletron-react components.
before
1const Foo = styled("div", { 2 color: "red" 3}); 4const Bar = styled("div", { 5 color: "red" 6});
after
1Foo = styled("div", { 2 color: "red" 3}); 4Foo.displayName = "Foo"; 5Bar = styled("div", { 6 color: "red" 7}); 8Bar.displayName = "Bar";
Using npm:
1npm install --save-dev babel-plugin-transform-styletron-display-name
or using yarn:
1yarn add babel-plugin-transform-styletron-display-name --dev
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 12/26 approved changesets -- score normalized to 4
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
dependency not pinned by hash detected -- score normalized to 0
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
27 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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