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.2 to 0.4.0

2

index.js

@@ -12,5 +12,5 @@ 'use strict';

);
} catch (_) {
} catch {
return false;
}
})();
{
"name": "is-installed-globally",
"version": "0.3.2",
"version": "0.4.0",
"description": "Check if your package was installed globally",

@@ -11,6 +11,6 @@ "license": "MIT",

"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -43,14 +43,14 @@ "scripts": {

"dependencies": {
"global-dirs": "^2.0.1",
"is-path-inside": "^3.0.1"
"global-dirs": "^3.0.0",
"is-path-inside": "^3.0.2"
},
"devDependencies": {
"ava": "^2.4.0",
"cpy": "^7.3.0",
"del": "^5.1.0",
"execa": "^2.0.4",
"make-dir": "^3.0.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
"cpy": "^8.1.1",
"del": "^6.0.0",
"execa": "^5.0.0",
"make-dir": "^3.1.0",
"tsd": "^0.14.0",
"xo": "^0.37.1"
}
}

@@ -1,2 +0,2 @@

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

@@ -7,3 +7,2 @@ > Check if your package was installed globally

## Install

@@ -15,3 +14,2 @@

## Usage

@@ -31,3 +29,2 @@

## Related

@@ -34,0 +31,0 @@

Sorry, the diff of this file is not supported yet

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