Gathering detailed insights and metrics for quick-local-ip-stzhang
Gathering detailed insights and metrics for quick-local-ip-stzhang
Gathering detailed insights and metrics for quick-local-ip-stzhang
Gathering detailed insights and metrics for quick-local-ip-stzhang
This is a tiny utility to get local ip address with in node application
npm install quick-local-ip-stzhang
Typescript
Module System
Node Version
NPM Version
68.4
Supply Chain
74.3
Quality
75.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
14 Commits
1 Branches
1 Contributors
Updated on Apr 05, 2020
Latest Version
1.0.3
Package Id
quick-local-ip-stzhang@1.0.3
Unpacked Size
6.10 kB
Size
2.50 kB
File Count
7
NPM Version
6.11.3
Node Version
10.17.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
3
quick-local-ip-stzhang is a utility module which provides straight-forward access to local network addresses. it provides 2 functions to get local ip addresses. What's more, it's simple to manually strip off all virtual network cards.
npm install --save quick-local-ip-stzhang
var myIp = require('quick-local-ip-stzhang');
myIp.getLocalIP4({
excludes: [ // There're all names of excluded virtual network cards.
'VMware Network Adapter',
'Pseudo-Interface'
]
});
myIp.getLocalIP6({
excludes: [ // There're all names of excluded virtual network cards.
'VMware Network Adapter',
'Pseudo-Interface'
]
});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
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
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
Reason
37 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