Socket
Socket
Sign inDemoInstall

is-installed-globally

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

9

package.json
{
"name": "is-installed-globally",
"version": "0.3.0",
"version": "0.3.1",
"description": "Check if your package was installed globally",

@@ -12,2 +12,3 @@ "license": "MIT",

},
"funding": "https://github.com/sponsors/sindresorhus",
"engines": {

@@ -42,3 +43,3 @@ "node": ">=8"

"dependencies": {
"global-dirs": "^2.0.0",
"global-dirs": "^2.0.1",
"is-path-inside": "^3.0.1"

@@ -52,5 +53,5 @@ },

"make-dir": "^3.0.0",
"tsd": "^0.7.4",
"xo": "^0.24.0"
"tsd": "^0.10.0",
"xo": "^0.25.3"
}
}

@@ -35,6 +35,1 @@ # is-installed-globally [![Build Status](https://travis-ci.org/sindresorhus/is-installed-globally.svg?branch=master)](https://travis-ci.org/sindresorhus/is-installed-globally)

- [global-dirs](https://github.com/sindresorhus/global-dirs) - Get the directory of globally installed packages and binaries
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc