Socket
Socket
Sign inDemoInstall

parse-app-info

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-app-info

Parse information about a Node application process and its environment. Made for Cabin.


Version published
Weekly downloads
2.8K
increased by5.15%
Maintainers
3
Weekly downloads
 
Created
Source

parse-app-info

build status code style styled with prettier made with lass license

Parse information about a Node application process and its environment. Made for Cabin.

Table of Contents

Install

npm:

npm install parse-app-info

Usage

const parseAppInfo = require('parse-app-info');

const appInfo = parseAppInfo();

Available info

PropertyDescription
environmentThe value of process.env.NODE_ENV or defaults to "development"
hostnameHostame of the computer (uses process.env.HOSTNAME or defaults to os.hostname())
ipIP address of the computer (uses process.env.IP_ADDRESS or defaults to ip.address())
nameName of the app from package.json
nodeVersion of Node.js running the app
pidProcess ID from process.pid
versionVersion of the app package.json
clusterCluster info of the app
osOS info of the app

Additional properties when the app is in a git repository

PropertyDescription
hashgit hash of latest commit if the app
tagthe latest git tag. Property is not available when there is no tag

Contributors

NameWebsite
Nick Baughhttps://niftylettuce.com
Philipp Kursawehttps://pke.github.io

License

MIT © Philipp Kursawe

Keywords

FAQs

Package last updated on 02 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc