This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
v13.0.0
13.0.0 (2023-01-20)
Bug Fixes
- instrument jest tests with transformers (de5e92f)
Features
- allow query hook config to be null (c5eeae7)
- programs are directly spawned by default (0f5bbcf)
- tokenize every commands (637cbab), closes /github.com/nodejs/node/blob/e58ed6d855e1af6579aaa50471426db8881eea99/lib/child_process.js#L619
- use where.exe to locate missing exec on windows (facd76d)
BREAKING CHANGES
- By default, programs are no longer spawned inside a
shell. Rather, they are directly spawned with a system call.