Installations
npm install @intrnl/rollup-plugin-node-externals
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
15.3.0
NPM Version
7.1.1
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (61.27%)
JavaScript (37.73%)
HTML (0.75%)
CSS (0.24%)
Developer
intrnl
Download Statistics
Total Downloads
898
Last Day
2
Last Week
3
Last Month
24
Last Year
118
GitHub Statistics
4 Stars
72 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
1.63 kB
Minified
822.00 B
Minified + Gzipped
Package Meta Information
Latest Version
0.1.3
Package Id
@intrnl/rollup-plugin-node-externals@0.1.3
Unpacked Size
6.17 kB
Size
1.93 kB
File Count
5
NPM Version
7.1.1
Node Version
15.3.0
Total Downloads
Cumulative downloads
Total Downloads
898
Last day
-50%
2
Compared to previous day
Last week
-62.5%
3
Compared to previous week
Last month
166.7%
24
Compared to previous month
Last year
-24.8%
118
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Peer Dependencies
1
Dev Dependencies
4
rollup-plugin-node-externals
Mark package.json
dependencies as external
Usage
Requires a resolver like @rollup/plugin-node-resolve
to work.
1npm install --save-dev @intrnl/rollup-plugin-node-externals 2# pnpm install --save-dev @intrnl/rollup-plugin-node-externals 3# yarn add --dev @intrnl/rollup-plugin-node-externals
1// rollup.config.js 2import { externals as externalsPlugin } from '@intrnl/rollup-plugin-node-externals'; 3import resolvePlugin from '@rollup/plugin-node-resolve'; 4 5export default { 6 input: 'src/index.js', 7 plugins: [ 8 // Make sure you put it before the resolver plugin 9 externalsPlugin(), 10 resolvePlugin(), 11 ], 12};
Options
external?: string[]
What to mark as external, allowed values areregular
dev
optional
andpeer
, defaults to marking all exceptdev
dependenciesroot?: string
Where to start finding forpackage.json
, defaults to current working directory
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
project is archived
Details
- Warn: Repository is archived.
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
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'trunk'
Reason
36 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-74fj-2j2h-c42q
- Warn: Project is vulnerable to: GHSA-pw2r-vq6v-hr8c
- Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc
- Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp
- Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-76p3-8jx3-jpfq
- Warn: Project is vulnerable to: GHSA-3rfm-jhwj-7488
- Warn: Project is vulnerable to: GHSA-hhq3-ff78-jv3g
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-qrpm-p2h7-hrv2
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-rp65-9cf3-cjxr
- Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9
- Warn: Project is vulnerable to: GHSA-566m-qj78-rww5
- Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j
- Warn: Project is vulnerable to: GHSA-hwj9-h5mp-3pm3
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-vx3p-948g-6vhq
- Warn: Project is vulnerable to: GHSA-3jfq-g458-7qm9
- Warn: Project is vulnerable to: GHSA-r628-mhmh-qjhw
- Warn: Project is vulnerable to: GHSA-9r2w-394v-53qc
- Warn: Project is vulnerable to: GHSA-5955-9wpr-37jh
- Warn: Project is vulnerable to: GHSA-qq89-hq3f-393p
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
- Warn: Project is vulnerable to: GHSA-4wf5-vphf-c2xc
- Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
1.3
/10
Last Scanned on 2025-01-27
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