Gathering detailed insights and metrics for rollup-plugin-tslib-resolve-id
Gathering detailed insights and metrics for rollup-plugin-tslib-resolve-id
Gathering detailed insights and metrics for rollup-plugin-tslib-resolve-id
Gathering detailed insights and metrics for rollup-plugin-tslib-resolve-id
npm install rollup-plugin-tslib-resolve-id
Typescript
Module System
Node Version
NPM Version
61.3
Supply Chain
58.4
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
13,591
Last Day
7
Last Week
35
Last Month
90
Last Year
699
MIT License
4 Stars
1 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jun 05, 2023
Minified
Minified + Gzipped
Latest Version
0.0.0
Package Id
rollup-plugin-tslib-resolve-id@0.0.0
Unpacked Size
2.62 kB
Size
1.67 kB
File Count
6
NPM Version
6.13.1
Node Version
13.2.0
Cumulative downloads
Total Downloads
Last Day
-22.2%
7
Compared to previous day
Last Week
20.7%
35
Compared to previous week
Last Month
80%
90
Compared to previous month
Last Year
-51%
699
Compared to previous year
1
Fixes 'tslib.js' is imported as an external by tslib.js?commonjs-proxy, but is already an existing non-external module id.
error when bundling using commonjs plugin.
yarn add rollup-plugin-tslib-resolve-id --dev
Add the plugin to your rollup configuration:
1import tslibResolveId from 'rollup-plugin-tslib-resolve-id'; 2 3export default { 4 entry: 'src/index.js', 5 plugins: [ 6 tslibResolveId(), 7 // other plugins 8 ], 9};
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/1 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
15 existing vulnerabilities detected
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