Gathering detailed insights and metrics for @godaddy/webpack-rtlcss-plugin
Gathering detailed insights and metrics for @godaddy/webpack-rtlcss-plugin
Gathering detailed insights and metrics for @godaddy/webpack-rtlcss-plugin
Gathering detailed insights and metrics for @godaddy/webpack-rtlcss-plugin
NOTE: Please transition to using rtlcss directly, this is no longer maintained -- Webpack Plugin to operate Right-to-Left operations over .css
npm install @godaddy/webpack-rtlcss-plugin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
64.5
Supply Chain
69
Quality
81.9
Maintenance
50
Vulnerability
100
License
JavaScript (98.96%)
CSS (1.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Commits
1 Forks
20 Watchers
10 Branches
12 Contributors
Updated on Aug 04, 2023
Latest Version
1.0.0
Package Id
@godaddy/webpack-rtlcss-plugin@1.0.0
Size
7.21 kB
NPM Version
6.14.0
Node Version
10.17.0
Published on
Mar 20, 2020
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
Webpack plugin that takes a .css
chunk and processes RTL (right to left) conversion. Unlike other Webpack RTL plugins, this plugin DOES NOT create a separate .css
file.
Uses rtlcss under the hood. For more information on how to utilize rtlcss check out the rtlcss docs.
1npm install @godaddy/webpack-rtlcss-plugin --save-dev
1const RTLPlugin = require('@godaddy/webpack-rtlcss-plugin'); 2 3// Within Webpack config 4 5plugins: [ 6 ...other webpack plugins 7 new RTLPlugin() 8],
Check out the test webpack config to see an example of how @godaddy/webpack-rtlcss-plugin
works with mini-css-extract-plugin
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 1/5 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
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
Reason
51 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