Gathering detailed insights and metrics for postcss-easy-import-sync
Gathering detailed insights and metrics for postcss-easy-import-sync
Gathering detailed insights and metrics for postcss-easy-import-sync
Gathering detailed insights and metrics for postcss-easy-import-sync
PostCSS plugin to inline @import rules content with extra features and Sync
npm install postcss-easy-import-sync
Typescript
Module System
Node Version
NPM Version
62.9
Supply Chain
85.7
Quality
72.9
Maintenance
50
Vulnerability
97.9
License
JavaScript (100%)
Total Downloads
1,210
Last Day
1
Last Week
2
Last Month
12
Last Year
79
MIT License
43 Commits
3 Branches
1 Contributors
Updated on Jun 06, 2024
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
postcss-easy-import-sync@1.0.0
Unpacked Size
10.37 kB
Size
3.97 kB
File Count
10
NPM Version
6.11.3
Node Version
12.10.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-66.7%
2
Compared to previous week
Last Month
0%
12
Compared to previous month
Last Year
36.2%
79
Compared to previous year
3
PostCSS plugin to inline @import rules content with extra features.
1postcss([ require('postcss-easy-import') ])
See PostCSS docs for examples for your environment.
The path to the file will be checked and if it contains a glob it will be used to locate it. These can be mixed and matched with normal module paths:
1@import "suitcss-utils-display"; /* node_modules */ 2@import "./theme.css"; /* relative path */ 3@import "./components/*.css"; /* glob */ 4@import "suitcss-utils-size/lib/*.css"; /* glob inside node_modules */
This plugin is a postcss-import extension which introduces its own resolve
option.
prefix
Type: false
or string
Default: false
Allows partial-like importing with a prefix before the filename.
1@import 'modules/partial.css'; 2/* will import modules/_partial.css */
Prefixed versions are always favoured. Otherwise the non-prefix version is used:
├── _baz.css
├── baz.css
├── bar.css
The matched files would be ['_baz.css', 'bar.css']
.
extensions
Type: array
or string
Default: .css
Defines file extensions which will be looked for.
MIT © Bogdan Chadkin
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
project is archived
Details
Reason
Found 0/30 approved changesets -- 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
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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