Gathering detailed insights and metrics for babel-plugin-polished-fork
Gathering detailed insights and metrics for babel-plugin-polished-fork
Gathering detailed insights and metrics for babel-plugin-polished-fork
Gathering detailed insights and metrics for babel-plugin-polished-fork
Compile polished helper functions at build time
npm install babel-plugin-polished-fork
Typescript
Module System
Node Version
NPM Version
67.9
Supply Chain
88.2
Quality
74.7
Maintenance
100
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
4,994
Last Day
1
Last Week
2
Last Month
15
Last Year
104
MIT License
14 Commits
5 Branches
1 Contributors
Updated on Mar 17, 2020
Minified
Minified + Gzipped
Latest Version
1.1.2
Package Id
babel-plugin-polished-fork@1.1.2
Unpacked Size
5.46 kB
Size
2.35 kB
File Count
4
NPM Version
6.13.7
Node Version
10.15.2
Cumulative downloads
Total Downloads
Last Day
-80%
1
Compared to previous day
Last Week
-75%
2
Compared to previous week
Last Month
-16.7%
15
Compared to previous month
Last Year
-71.3%
104
Compared to previous year
1
4
Compile away polished helpers. This is a fork from the original package to overcome dependency stuck at v.1.0.0 of polished package.
1$ npm install babel-plugin-polished-fork 2
or
1$ yarn add babel-plugin-polished-fork 2
.babelrc
(Recommended).babelrc
1{ 2 "plugins": [ 3 [ 4 "babel-plugin-polished-fork", 5 { 6 "module": "polished" 7 } 8 ] 9 ] 10}
1$ babel --plugins polished script.js
In
1import * as polished from 'polished'; 2 3let value = polished.clearFix();
or
1import { clearFix } from 'polished'; 2 3let value = polished.clearFix();
Out
1let value = { 2 '&::after': { 3 clear: 'both', 4 content: '', 5 display: 'table' 6 } 7};
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
19 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