
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
Get the PATH environment variable key cross-platform
It's usually PATH but on Windows it can be any casing like Path...
$ npm install path-key
import pathKey from 'path-key';
const key = pathKey();
//=> 'PATH'
const PATH = process.env[key];
//=> '/usr/local/bin:/usr/bin:/bin'
Type: object
Type: object
Default: process.env
Use a custom environment variables object.
Type: string
Default: process.platform
Get the PATH key for a specific platform.
The cross-env package allows you to set environment variables in a cross-platform way. While path-key is used to retrieve the PATH variable key, cross-env is used to set environment variables for scripts in a way that is compatible across different platforms.
The which package is a cross-platform implementation of the Unix 'which' command that finds the first instance of a specified executable in the PATH. It is similar to path-key in that it deals with system paths, but it serves a different purpose by locating executables rather than providing the PATH key.
FAQs
Get the PATH environment variable key cross-platform
The npm package path-key receives a total of 102,470,989 weekly downloads. As such, path-key popularity was classified as popular.
We found that path-key demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.