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
JavaScript (100%)
Total Downloads
13,311
Last Day
2
Last Week
6
Last Month
30
Last Year
744
4 Stars
1 Commits
2 Watching
1 Branches
1 Contributors
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
0%
2
Compared to previous day
Last week
-14.3%
6
Compared to previous week
Last month
66.7%
30
Compared to previous month
Last year
-62.3%
744
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
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/1 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
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-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