Gathering detailed insights and metrics for postcss-attribute-case-insensitive
Gathering detailed insights and metrics for postcss-attribute-case-insensitive
npm install postcss-attribute-case-insensitive
Typescript
Module System
Min. Node Version
Node Version
NPM Version
95.3
Supply Chain
85.1
Quality
82.6
Maintenance
100
Vulnerability
100
License
CSS (43.37%)
JavaScript (30.21%)
TypeScript (22.76%)
HTML (3.06%)
Nunjucks (0.48%)
Shell (0.1%)
Total Downloads
1,479,270,713
Last Day
449,275
Last Week
2,840,167
Last Month
20,996,757
Last Year
296,537,609
925 Stars
4,155 Commits
72 Forks
12 Watching
3 Branches
131 Contributors
Latest Version
7.0.1
Package Id
postcss-attribute-case-insensitive@7.0.1
Unpacked Size
9.82 kB
Size
3.15 kB
File Count
7
NPM Version
10.7.0
Node Version
22.1.0
Publised On
23 Oct 2024
Cumulative downloads
Total Downloads
Last day
-16.2%
449,275
Compared to previous day
Last week
-38.6%
2,840,167
Compared to previous week
Last month
-8.1%
20,996,757
Compared to previous month
Last year
-14%
296,537,609
Compared to previous year
1
1
npm install postcss-attribute-case-insensitive --save-dev
PostCSS Attribute Case Insensitive enables support for Case Insensitive Attribute matching in selectors.
1[frame=hsides i] { 2 border-style: solid none; 3} 4 5/* becomes */ 6 7[frame=hsides],[frame=Hsides],[frame=hSides],[frame=HSides],[frame=hsIdes],[frame=HsIdes],[frame=hSIdes],[frame=HSIdes],[frame=hsiDes],[frame=HsiDes],[frame=hSiDes],[frame=HSiDes],[frame=hsIDes],[frame=HsIDes],[frame=hSIDes],[frame=HSIDes],[frame=hsidEs],[frame=HsidEs],[frame=hSidEs],[frame=HSidEs],[frame=hsIdEs],[frame=HsIdEs],[frame=hSIdEs],[frame=HSIdEs],[frame=hsiDEs],[frame=HsiDEs],[frame=hSiDEs],[frame=HSiDEs],[frame=hsIDEs],[frame=HsIDEs],[frame=hSIDEs],[frame=HSIDEs],[frame=hsideS],[frame=HsideS],[frame=hSideS],[frame=HSideS],[frame=hsIdeS],[frame=HsIdeS],[frame=hSIdeS],[frame=HSIdeS],[frame=hsiDeS],[frame=HsiDeS],[frame=hSiDeS],[frame=HSiDeS],[frame=hsIDeS],[frame=HsIDeS],[frame=hSIDeS],[frame=HSIDeS],[frame=hsidES],[frame=HsidES],[frame=hSidES],[frame=HSidES],[frame=hsIdES],[frame=HsIdES],[frame=hSIdES],[frame=HSIdES],[frame=hsiDES],[frame=HsiDES],[frame=hSiDES],[frame=HSiDES],[frame=hsIDES],[frame=HsIDES],[frame=hSIDES],[frame=HSIDES] { 8 border-style: solid none; 9}
Add PostCSS Attribute Case Insensitive to your project:
1npm install postcss postcss-attribute-case-insensitive --save-dev
Use it as a PostCSS plugin:
1const postcss = require('postcss'); 2const postcssAttributeCaseInsensitive = require('postcss-attribute-case-insensitive'); 3 4postcss([ 5 postcssAttributeCaseInsensitive(/* pluginOptions */) 6]).process(YOUR_CSS /*, processOptions */);
The preserve
option determines whether the original notation
is preserved. By default, it is not preserved.
1postcssAttributeCaseInsensitive({ preserve: true })
1[frame=hsides i] { 2 border-style: solid none; 3} 4 5/* becomes */ 6 7[frame=hsides],[frame=Hsides],[frame=hSides],[frame=HSides],[frame=hsIdes],[frame=HsIdes],[frame=hSIdes],[frame=HSIdes],[frame=hsiDes],[frame=HsiDes],[frame=hSiDes],[frame=HSiDes],[frame=hsIDes],[frame=HsIDes],[frame=hSIDes],[frame=HSIDes],[frame=hsidEs],[frame=HsidEs],[frame=hSidEs],[frame=HSidEs],[frame=hsIdEs],[frame=HsIdEs],[frame=hSIdEs],[frame=HSIdEs],[frame=hsiDEs],[frame=HsiDEs],[frame=hSiDEs],[frame=HSiDEs],[frame=hsIDEs],[frame=HsIDEs],[frame=hSIDEs],[frame=HSIDEs],[frame=hsideS],[frame=HsideS],[frame=hSideS],[frame=HSideS],[frame=hsIdeS],[frame=HsIdeS],[frame=hSIdeS],[frame=HSIdeS],[frame=hsiDeS],[frame=HsiDeS],[frame=hSiDeS],[frame=HSiDeS],[frame=hsIDeS],[frame=HsIDeS],[frame=hSIDeS],[frame=HSIDeS],[frame=hsidES],[frame=HsidES],[frame=hSidES],[frame=HSidES],[frame=hsIdES],[frame=HsIdES],[frame=hSIdES],[frame=HSIdES],[frame=hsiDES],[frame=HsiDES],[frame=hSiDES],[frame=HSiDES],[frame=hsIDES],[frame=HsIDES],[frame=hSIDES],[frame=HSIDES] { 8 border-style: solid none; 9} 10[frame=hsides i] { 11 border-style: solid none; 12}
No vulnerabilities found.
Reason
30 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
SAST tool detected but not run on all commits
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 0/29 approved changesets -- 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
project is not fuzzed
Details
Score
Last Scanned on 2024-12-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