Gathering detailed insights and metrics for postcss-easy-import
Gathering detailed insights and metrics for postcss-easy-import
Gathering detailed insights and metrics for postcss-easy-import
Gathering detailed insights and metrics for postcss-easy-import
postcss-helpers
Some general purpose helpers for PostCSS, created to make working with url() and @import values more easy.
postcss-easy-import-sync
PostCSS plugin to inline @import rules content with extra features
@crabas0npm/ab-nostrum-molestias
**@crabas0npm/ab-nostrum-molestias** offers an easy way to create a pool of workers for both dynamically offloading computations as well as managing a pool of dedicated workers. **@crabas0npm/ab-nostrum-molestias** basically implements a [thread pool patt
PostCSS plugin to inline @import rules content with extra features
npm install postcss-easy-import
Typescript
Module System
Min. Node Version
Node Version
NPM Version
91.9
Supply Chain
87
Quality
76
Maintenance
100
Vulnerability
97.9
License
JavaScript (100%)
Total Downloads
10,863,848
Last Day
5,244
Last Week
33,318
Last Month
132,652
Last Year
1,326,209
MIT License
201 Stars
48 Commits
25 Forks
4 Watchers
7 Branches
6 Contributors
Updated on Mar 07, 2025
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
postcss-easy-import@4.0.0
Unpacked Size
9.32 kB
Size
3.57 kB
File Count
9
NPM Version
8.1.0
Node Version
16.13.0
Cumulative downloads
Total Downloads
Last Day
7.5%
5,244
Compared to previous day
Last Week
12.5%
33,318
Compared to previous week
Last Month
23.9%
132,652
Compared to previous month
Last Year
-1.2%
1,326,209
Compared to previous year
1
4
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
Found 5/22 approved changesets -- score normalized to 2
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
62 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