ultra-runner
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -5,2 +5,14 @@ # Changelog | ||
### [2.3.5](https://github.com/folke/ultra-runner/compare/v2.3.4...v2.3.5) (2020-03-24) | ||
### Bug Fixes | ||
* 🐛 use correct PATH key on all platforms. It's "Path" instead of "PATH" on Windows ([a90a310](https://github.com/folke/ultra-runner/commit/a90a310513c9774dab4a5b09c85221860339494d)) | ||
### Other | ||
* **deps:** update dependency devmoji to v2.1.7 ([#44](https://github.com/folke/ultra-runner/issues/44)) ([5a2d994](https://github.com/folke/ultra-runner/commit/5a2d994e0f56eb38116a960301698717b162b613)) | ||
### [2.3.4](https://github.com/folke/ultra-runner/compare/v2.3.3...v2.3.4) (2020-03-24) | ||
@@ -7,0 +19,0 @@ |
@@ -31,4 +31,3 @@ "use strict"; | ||
spawn(raw = false) { | ||
const env = Object.assign(Object.assign(Object.assign({}, process.env), { FORCE_COLOR: `${chalk_1.default.level}` }), this.env); | ||
env.PATH = npmPath({ cwd: this.cwd }); | ||
const env = Object.assign(Object.assign(Object.assign({}, npmPath.env({ cwd: this.cwd })), { FORCE_COLOR: `${chalk_1.default.level}` }), this.env); | ||
const child = cross_spawn_1.spawn(this.cmd, this.args, { | ||
@@ -35,0 +34,0 @@ env, |
{ | ||
"name": "ultra-runner", | ||
"description": "Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"main": "lib/index.js", | ||
@@ -101,3 +101,3 @@ "repository": "http://github.com/folke/ultra-runner", | ||
"coveralls": "3.0.11", | ||
"devmoji": "2.1.6", | ||
"devmoji": "2.1.7", | ||
"eslint": "6.8.0", | ||
@@ -104,0 +104,0 @@ "eslint-config-prettier": "6.10.1", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
200140
16
2128