cross-spawn
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="6.0.2"></a> | ||
## [6.0.2](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.1...v6.0.2) (2018-01-23) | ||
<a name="6.0.1"></a> | ||
@@ -20,3 +25,3 @@ ## [6.0.1](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.0...v6.0.1) (2018-01-23) | ||
* fix `options` argument being mutated ([900cf10](https://github.com/moxystudio/node-cross-spawn/commit/900cf10)) | ||
* fix commands resolution when the env variable was different from PATH ([900cf10](https://github.com/moxystudio/node-cross-spawn/commit/900cf10)) | ||
* fix commands resolution when PATH was actually Path ([900cf10](https://github.com/moxystudio/node-cross-spawn/commit/900cf10)) | ||
@@ -23,0 +28,0 @@ |
{ | ||
"name": "cross-spawn", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Cross platform child_process#spawn and child_process#spawnSync", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -35,3 +35,3 @@ # cross-spawn | ||
- Has problems running commands with posix relative paths (e.g.: `./my-folder/my-executable`) | ||
- Circuvents an [issue](https://github.com/moxystudio/node-cross-spawn/issues/82) around command shims (files in `node_modules/.bin/`), where arguments with quotes and parenthesis would result in an [invalid syntax error](https://github.com/moxystudio/node-cross-spawn/blob/e77b8f22a416db46b6196767bcd35601d7e11d54/test/index.test.js#L149) | ||
- Has an [issue](https://github.com/moxystudio/node-cross-spawn/issues/82) with command shims (files in `node_modules/.bin/`), where arguments with quotes and parenthesis would result in [invalid syntax error](https://github.com/moxystudio/node-cross-spawn/blob/e77b8f22a416db46b6196767bcd35601d7e11d54/test/index.test.js#L149) | ||
- No `options.shell` support on node `<v4.8` | ||
@@ -88,7 +88,7 @@ | ||
`$ npm test` | ||
`$ npm test` | ||
`$ npm test -- --watch` during development | ||
## License | ||
Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). |
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
19077