Comparing version 1.0.0 to 2.0.0
@@ -41,3 +41,3 @@ 'use strict'; | ||
try { | ||
const stdout = execa.sync(shell || defaultShell, args).stdout; | ||
const {stdout} = execa.sync(shell || defaultShell, args); | ||
return parseEnv(stdout); | ||
@@ -44,0 +44,0 @@ } catch (err) { |
{ | ||
"name": "shell-env", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Get environment variables from the shell", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
@@ -37,4 +37,4 @@ "scripts": { | ||
"dependencies": { | ||
"default-shell": "^1.0.0", | ||
"execa": "^0.8.0", | ||
"default-shell": "^1.0.1", | ||
"execa": "^0.10.0", | ||
"strip-ansi": "^4.0.0" | ||
@@ -41,0 +41,0 @@ }, |
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
4205
+ Addedcross-spawn@6.0.5(transitive)
+ Addedexeca@0.10.0(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedexeca@0.8.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
Updateddefault-shell@^1.0.1
Updatedexeca@^0.10.0