is-installed-globally
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3606
32
+ Addedglobal-dirs@3.0.1(transitive)
+ Addedini@2.0.0(transitive)
- Removedglobal-dirs@2.1.0(transitive)
- Removedini@1.3.7(transitive)
Updatedglobal-dirs@^3.0.0
Updatedis-path-inside@^3.0.2