Gathering detailed insights and metrics for @haensl/rollup-plugin-local-resolve
Gathering detailed insights and metrics for @haensl/rollup-plugin-local-resolve
Gathering detailed insights and metrics for @haensl/rollup-plugin-local-resolve
Gathering detailed insights and metrics for @haensl/rollup-plugin-local-resolve
Rollup plugin to resolve folder imports without explicitly stating the file.
npm install @haensl/rollup-plugin-local-resolve
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68.4
Supply Chain
81.8
Quality
76.1
Maintenance
100
Vulnerability
100
License
JavaScript (98.7%)
Shell (1.3%)
Total Downloads
7,924
Last Day
1
Last Week
4
Last Month
16
Last Year
812
MIT License
4 Stars
58 Commits
1 Watchers
4 Branches
1 Contributors
Updated on Dec 19, 2021
Minified
Minified + Gzipped
Latest Version
1.1.12
Package Id
@haensl/rollup-plugin-local-resolve@1.1.12
Unpacked Size
10.24 kB
Size
5.83 kB
File Count
9
NPM Version
10.5.0
Node Version
20.11.1
Published on
Mar 07, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
300%
4
Compared to previous week
Last Month
-77.8%
16
Compared to previous month
Last Year
-47.8%
812
Compared to previous year
Rollup plugin to resolve relative imports from local folders without stating the index file. E.g.
1import something from '../some-dir'.
1npm i -D @haensl/rollup-plugin-local-resolve
rollup.config.js
1import localResolve from '@haensl/rollup-plugin-local-resolve'; 2 3export default { 4 input: 'src/index.js', 5 plugins: [ 6 localResolve() 7 ], 8 output: [ 9 { 10 file: 'dist/index.cjs.js', 11 format: 'cjs' 12 }, 13 { 14 file: 'dist/index.es.js', 15 format: 'es' 16 } 17 ] 18}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 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
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-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