Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ultra-runner

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultra-runner - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

12

CHANGELOG.md

@@ -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 @@

3

lib/spawn.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc