Installations
npm install rollup-plugin-tslib-resolve-id
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
13.2.0
NPM Version
6.13.1
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
P0lip
Download Statistics
Total Downloads
13,311
Last Day
2
Last Week
6
Last Month
30
Last Year
744
GitHub Statistics
4 Stars
1 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
312.00 B
Minified
213.00 B
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
13,311
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
rollup-plugin-tslib-resolve-id
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.
Getting started
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
13 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-6chw-6frg-f759
- Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c
- Warn: Project is vulnerable to: GHSA-3gx7-xhv7-5mx3
- Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m / GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
Score
1.7
/10
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