Installations
npm install styled-jsx-plugin-sass
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
8.4.0
NPM Version
6.2.0
Score
51.4
Supply Chain
81.8
Quality
68.8
Maintenance
100
Vulnerability
93.7
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (97.29%)
SCSS (2.31%)
CSS (0.4%)
Developer
giuseppeg
Download Statistics
Total Downloads
2,371,344
Last Day
343
Last Week
1,855
Last Month
8,575
Last Year
188,811
GitHub Statistics
122 Stars
21 Commits
24 Forks
5 Watching
9 Branches
8 Contributors
Bundle Size
803.00 B
Minified
364.00 B
Minified + Gzipped
Package Meta Information
Latest Version
1.0.0
Package Id
styled-jsx-plugin-sass@1.0.0
Unpacked Size
43.76 kB
Size
13.54 kB
File Count
9
NPM Version
6.2.0
Node Version
8.4.0
Total Downloads
Cumulative downloads
Total Downloads
2,371,344
Last day
-6.8%
343
Compared to previous day
Last week
-19.9%
1,855
Compared to previous week
Last month
-0.5%
8,575
Compared to previous month
Last year
-34.4%
188,811
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Peer Dependencies
1
Dev Dependencies
3
styled-jsx-plugin-sass
Use Sass with styled-jsx 💥
Usage
Install the package first.
1npm install --save-dev styled-jsx-plugin-sass
Install the node-sass
version you need (it is a peer dependency).
1npm install --save-dev node-sass
Next, add styled-jsx-plugin-sass
to the styled-jsx
's plugins
in your babel configuration:
1{ 2 "plugins": [ 3 [ 4 "styled-jsx/babel", 5 { "plugins": ["styled-jsx-plugin-sass"] } 6 ] 7 ] 8}
Node-sass options
Node-sass can be configured using sassOptions
. This is useful for setting options such as includePaths
or precision
.
1{ 2 "plugins": [ 3 [ 4 "styled-jsx/babel", 5 { 6 "plugins": [ 7 ["styled-jsx-plugin-sass", { 8 "sassOptions": { 9 "includePaths": ["./styles"], 10 "precision": 2 11 } 12 } 13 ] 14 ] 15 } 16 ] 17 ] 18}
Notes
styled-jsx-plugin-sass
uses styled-jsx
's plugin system which is supported from version 2.
Read more on their repository for further info.
License
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 9/21 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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 9 are checked with a SAST tool
Reason
39 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-rq8g-5pc5-wrhr
- Warn: Project is vulnerable to: GHSA-h6ch-v84p-w6p9
- Warn: Project is vulnerable to: GHSA-qrmc-fj45-qfc2
- Warn: Project is vulnerable to: GHSA-xf7w-r453-m56c
- Warn: Project is vulnerable to: GHSA-44pw-h2cw-w3vq
- Warn: Project is vulnerable to: GHSA-jp4x-w63m-7wgm
- Warn: Project is vulnerable to: GHSA-c429-5p7v-vgjp
- Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj
- Warn: Project is vulnerable to: GHSA-896r-f27r-55mw
- Warn: Project is vulnerable to: GHSA-fvqr-27wr-82fm
- Warn: Project is vulnerable to: GHSA-4xc9-xhrj-v574
- Warn: Project is vulnerable to: GHSA-x5rq-j2xg-h7qm
- Warn: Project is vulnerable to: GHSA-jf85-cpcp-j695
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-5947-m4fg-xhqg
- Warn: Project is vulnerable to: GHSA-779f-wgxg-qr8f
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-9v62-24cr-58cx
- Warn: Project is vulnerable to: GHSA-r8f7-9pfq-mjmv
- Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp
- Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6
- Warn: Project is vulnerable to: GHSA-7mwh-4pqv-wmr8
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-2m39-62fm-q8r3
- Warn: Project is vulnerable to: GHSA-mf6x-7mm4-x2g7
- Warn: Project is vulnerable to: GHSA-j44m-qm6p-hp7m
- Warn: Project is vulnerable to: GHSA-3jfq-g458-7qm9
- Warn: Project is vulnerable to: GHSA-5955-9wpr-37jh
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-7p7h-4mm5-852v
- Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh
- Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp
Score
1.8
/10
Last Scanned on 2025-01-27
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 MoreOther packages similar to styled-jsx-plugin-sass
@styled-jsx/plugin-sass
Plugin to add Sass support to styled-jsx.
styled-jsx-plugin-scss
Plugin to add Sass support to styled-jsx
styled-jsx-plugin-dart-sass
Plugin to add Sass support to styled-jsx
rollup-plugin-sass-styled-jsx
Rollup plugin for transpiling sass files into css-tagged template literal to be consumed by styled-jsx.