Gathering detailed insights and metrics for requireg-ext
Gathering detailed insights and metrics for requireg-ext
Gathering detailed insights and metrics for requireg-ext
Gathering detailed insights and metrics for requireg-ext
Resolve and require local & global modules in node.js like a boss - with security vulnerabilities fixed
npm install requireg-ext
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.6%)
Makefile (0.4%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
46 Commits
2 Watchers
3 Branches
1 Contributors
Updated on May 26, 2018
Latest Version
0.1.8
Package Id
requireg-ext@0.1.8
Unpacked Size
11.94 kB
Size
4.12 kB
File Count
9
NPM Version
5.6.0
Node Version
8.11.2
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
Require and resolve global modules in node/io.js like a boss.
This fork upgrades NPM module dependencies, which showed security vulnerabilities.
requireg
tries to find modules in global locations which are
not natively supported by the node.js module resolve algorithm.
Supported locations:
requireg
)require()
$HOME
or %USERPROFILE%
)$ npm install requireg-ext --save[-dev]
1var requireg = require('requireg-ext') 2// require a globally installed package 3var npm = requireg('npm')
1var modulePath = requireg.resolve('npm') 2// returns '/usr/local/lib/node_modules/npm/lib/npm.js'
1require('requireg-ext').globalize()
Now it is globally available from any source file
1var globalModule = requireg('npm')
requireg
maintains the same behavior as the native require()
.
It will throw an Error
exception if the module was not found
requireg
Released under MIT license
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 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
Score
Last Scanned on 2025-06-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