Gathering detailed insights and metrics for systemjs-config-builder
Gathering detailed insights and metrics for systemjs-config-builder
Gathering detailed insights and metrics for systemjs-config-builder
Gathering detailed insights and metrics for systemjs-config-builder
npm install systemjs-config-builder
Typescript
Module System
Node Version
NPM Version
JavaScript (99.36%)
HTML (0.49%)
TypeScript (0.15%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
25 Stars
60 Commits
7 Forks
6 Watchers
1 Branches
4 Contributors
Updated on Aug 30, 2019
Latest Version
0.0.9
Package Id
systemjs-config-builder@0.0.9
Size
54.86 kB
NPM Version
3.10.3
Node Version
6.5.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
2
Generate SystemJS config files from node_modules
The easiest way to include modules in SystemJS is currently through JSPM. This project aims to provide an alternative, by leveraging the deterministic installs of Yarn (also works with npm) and generating config files to explain to SystemJS how to resolve modules from node_modules
.
jspmPackage: true
Currently, given this package.json, SystemJS Config Builder generates this config.
You can test the generation via the cli in systemjs-tools.
yarn global add systemjs-tools
add SystemJS @node browser polyfills
yarn add systemjs-nodelibs
and generate the config
systemjs config
optionally you can also add a postinstall hook to do this automatically
package.json
1{ 2 "scripts": { 3 "postinstall": "systemjs config" 4 } 5}
Thanks to Juha Järvi for helping me flesh out this idea and for the discussions regarding his awesome cbuild project.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 3/27 approved changesets -- score normalized to 1
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
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
80 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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