Gathering detailed insights and metrics for parse-app-info
Gathering detailed insights and metrics for parse-app-info
Gathering detailed insights and metrics for parse-app-info
Gathering detailed insights and metrics for parse-app-info
Parse information about a Node application process and its environment. Made for Cabin.
npm install parse-app-info
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (97.21%)
Shell (2.79%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
61 Commits
4 Forks
1 Watchers
6 Branches
5 Contributors
Updated on Nov 26, 2024
Latest Version
6.0.0
Package Id
parse-app-info@6.0.0
Unpacked Size
10.26 kB
Size
3.77 kB
File Count
4
NPM Version
10.7.0
Node Version
18.20.4
Published on
Nov 26, 2024
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
Parse information about a Node application process and its environment. Made for Cabin.
npm:
1npm install parse-app-info
1const parseAppInfo = require('parse-app-info'); 2 3const appInfo = parseAppInfo();
Property | Description |
---|---|
environment | The value of process.env.NODE_ENV or defaults to "development" |
hostname | Hostame of the computer (uses process.env.HOSTNAME or defaults to os.hostname() ) |
ip | IP address of the computer (uses process.env.IP_ADDRESS or defaults to ip.address() ) |
name | Name of the app from package.json |
node | Version of Node.js running the app |
pid | Process ID from process.pid |
version | Version of the app package.json |
cluster | Cluster info of the app |
os | OS info of the app |
Additional properties when the app is in a git repository
Property | Description |
---|---|
hash | git hash of latest commit if the app |
tag | the latest git tag. Property is not available when there is no tag |
Name | Website |
---|---|
Nick Baugh | https://niftylettuce.com |
Philipp Kursawe | https://pke.github.io |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 5/25 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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
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