Product
Introducing Java Support in Socket
We're excited to announce that Socket now supports the Java programming language.
global-directory
Advanced tools
Get the directory of globally installed packages and binaries
Uses the same resolution logic as npm
and yarn
.
npm install global-directory
import globalDirectory from 'global-directory';
console.log(globalDirectory.npm.prefix);
//=> '/usr/local'
console.log(globalDirectory.npm.packages);
//=> '/usr/local/lib/node_modules'
console.log(globalDirectory.npm.binaries);
//=> '/usr/local/bin'
console.log(globalDirectory.yarn.packages);
//=> '/Users/sindresorhus/.config/yarn/global/node_modules'
The directory with globally installed packages.
Equivalent to npm root --global
.
The directory with globally installed binaries.
Equivalent to npm bin --global
.
The directory with directories for packages and binaries. You probably want either of the above.
Equivalent to npm prefix --global
.
FAQs
Get the directory of globally installed packages and binaries
The npm package global-directory receives a total of 2,261,855 weekly downloads. As such, global-directory popularity was classified as popular.
We found that global-directory demonstrated a healthy version release cadence and project activity because the last version was released less than 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
We're excited to announce that Socket now supports the Java programming language.
Security News
Socket detected a malicious Python package impersonating a popular browser cookie library to steal passwords, screenshots, webcam images, and Discord tokens.
Security News
Deno 2.0 is now available with enhanced package management, full Node.js and npm compatibility, improved performance, and support for major JavaScript frameworks.