cross-spawn
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [7.0.2](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.1...v7.0.2) (2020-04-04) | ||
### Bug Fixes | ||
* fix worker threads in Node >=11.10.0 ([#132](https://github.com/moxystudio/node-cross-spawn/issues/132)) ([6c5b4f0](https://github.com/moxystudio/node-cross-spawn/commit/6c5b4f015814a6c4f6b33230dfd1a860aedc0aaf)) | ||
### [7.0.1](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.0...v7.0.1) (2019-10-07) | ||
@@ -7,0 +14,0 @@ |
@@ -11,3 +11,3 @@ 'use strict'; | ||
// Worker threads do not have process.chdir() | ||
const shouldSwitchCwd = hasCustomCwd && process.chdir !== undefined; | ||
const shouldSwitchCwd = hasCustomCwd && process.chdir !== undefined && !process.chdir.disabled; | ||
@@ -14,0 +14,0 @@ // If a custom `cwd` was specified, we need to change the process cwd |
{ | ||
"name": "cross-spawn", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Cross platform child_process#spawn and child_process#spawnSync", | ||
@@ -30,3 +30,4 @@ "keywords": [ | ||
"prerelease": "npm t && npm run lint", | ||
"release": "standard-version" | ||
"release": "standard-version", | ||
"postrelease": "git push --follow-tags origin HEAD && npm publish" | ||
}, | ||
@@ -39,7 +40,2 @@ "husky": { | ||
}, | ||
"standard-version": { | ||
"scripts": { | ||
"posttag": "git push --follow-tags origin master" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -46,0 +42,0 @@ "*.js": [ |
@@ -6,6 +6,6 @@ # cross-spawn | ||
[npm-url]:https://npmjs.org/package/cross-spawn | ||
[downloads-image]:http://img.shields.io/npm/dm/cross-spawn.svg | ||
[npm-image]:http://img.shields.io/npm/v/cross-spawn.svg | ||
[downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg | ||
[npm-image]:https://img.shields.io/npm/v/cross-spawn.svg | ||
[travis-url]:https://travis-ci.org/moxystudio/node-cross-spawn | ||
[travis-image]:http://img.shields.io/travis/moxystudio/node-cross-spawn/master.svg | ||
[travis-image]:https://img.shields.io/travis/moxystudio/node-cross-spawn/master.svg | ||
[appveyor-url]:https://ci.appveyor.com/project/satazor/node-cross-spawn | ||
@@ -97,2 +97,2 @@ [appveyor-image]:https://img.shields.io/appveyor/ci/satazor/node-cross-spawn/master.svg | ||
Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). | ||
Released under the [MIT License](https://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
20837
54
0
0
0
0