Gathering detailed insights and metrics for @intrnl/rollup-plugin-node-externals
Gathering detailed insights and metrics for @intrnl/rollup-plugin-node-externals
Gathering detailed insights and metrics for @intrnl/rollup-plugin-node-externals
Gathering detailed insights and metrics for @intrnl/rollup-plugin-node-externals
Assortment of build packages and plugins
npm install @intrnl/rollup-plugin-node-externals
Typescript
Module System
Node Version
NPM Version
64.4
Supply Chain
75.9
Quality
75.3
Maintenance
100
Vulnerability
99.6
License
TypeScript (61.27%)
JavaScript (37.73%)
HTML (0.75%)
CSS (0.24%)
Total Downloads
952
Last Day
1
Last Week
4
Last Month
18
Last Year
161
4 Stars
72 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jan 27, 2023
Minified
Minified + Gzipped
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
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-42.9%
4
Compared to previous week
Last Month
-33.3%
18
Compared to previous month
Last Year
18.4%
161
Compared to previous year
1
1
4
rollup-plugin-node-externals
Mark package.json
dependencies as external
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};
external?: string[]
regular
dev
optional
and
peer
, defaults to marking all except dev
dependenciesroot?: string
package.json
, defaults to current working
directoryNo vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
38 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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