@@ -146,7 +146,9 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {
146
146
<!-- YAML
147
147
added: v0.1.90
148
148
changes:
149
- - version: v16.4.0
149
+ - version:
150
+ - v16.4.0
151
+ - v14.18.0
150
152
pr-url: https://github.com/nodejs/node/pull/38862
151
153
description: The `cwd` option can be a WHATWG `URL` object using
152
154
`file:` protocol.
@@ -275,7 +277,9 @@ controller.abort();
275
277
<!-- YAML
276
278
added: v0.1.91
277
279
changes:
278
- - version: v16.4.0
280
+ - version:
281
+ - v16.4.0
282
+ - v14.18.0
279
283
pr-url: https://github.com/nodejs/node/pull/38862
280
284
description: The `cwd` option can be a WHATWG `URL` object using
281
285
`file:` protocol.
@@ -384,14 +388,20 @@ controller.abort();
384
388
<!-- YAML
385
389
added: v0.5.0
386
390
changes:
387
- - version: v16.4.0
391
+ - version:
392
+ - v16.4.0
393
+ - v14.18.0
388
394
pr-url: https://github.com/nodejs/node/pull/38862
389
395
description: The `cwd` option can be a WHATWG `URL` object using
390
396
`file:` protocol.
391
- - version: v15.13.0
397
+ - version:
398
+ - v15.13.0
399
+ - v14.18.0
392
400
pr-url: https://github.com/nodejs/node/pull/37256
393
401
description: timeout was added.
394
- - version: v15.11.0
402
+ - version:
403
+ - v15.11.0
404
+ - v14.18.0
395
405
pr-url: https://github.com/nodejs/node/pull/37325
396
406
description: killSignal for AbortSignal was added.
397
407
- version:
@@ -499,14 +509,20 @@ if (process.argv[2] === 'child') {
499
509
<!-- YAML
500
510
added: v0.1.90
501
511
changes:
502
- - version: v16.4.0
512
+ - version:
513
+ - v16.4.0
514
+ - v14.18.0
503
515
pr-url: https://github.com/nodejs/node/pull/38862
504
516
description: The `cwd` option can be a WHATWG `URL` object using
505
517
`file:` protocol.
506
- - version: v15.13.0
518
+ - version:
519
+ - v15.13.0
520
+ - v14.18.0
507
521
pr-url: https://github.com/nodejs/node/pull/37256
508
522
description: timeout was added.
509
- - version: v15.11.0
523
+ - version:
524
+ - v15.11.0
525
+ - v14.18.0
510
526
pr-url: https://github.com/nodejs/node/pull/37325
511
527
description: killSignal for AbortSignal was added.
512
528
- version:
@@ -746,7 +762,9 @@ subprocess.unref();
746
762
<!-- YAML
747
763
added: v0.7.10
748
764
changes:
749
- - version: v15.6.0
765
+ - version:
766
+ - v15.6.0
767
+ - v14.18.0
750
768
pr-url: https://github.com/nodejs/node/pull/29412
751
769
description: Added the `overlapped` stdio flag.
752
770
- version: v3.3.1
@@ -861,7 +879,9 @@ configuration at startup.
861
879
<!-- YAML
862
880
added: v0.11.12
863
881
changes:
864
- - version: v16.4.0
882
+ - version:
883
+ - v16.4.0
884
+ - v14.18.0
865
885
pr-url: https://github.com/nodejs/node/pull/38862
866
886
description: The `cwd` option can be a WHATWG `URL` object using
867
887
`file:` protocol.
@@ -934,7 +954,9 @@ arbitrary command execution.**
934
954
<!-- YAML
935
955
added: v0.11.12
936
956
changes:
937
- - version: v16.4.0
957
+ - version:
958
+ - v16.4.0
959
+ - v14.18.0
938
960
pr-url: https://github.com/nodejs/node/pull/38862
939
961
description: The `cwd` option can be a WHATWG `URL` object using
940
962
`file:` protocol.
@@ -998,7 +1020,9 @@ metacharacters may be used to trigger arbitrary command execution.**
998
1020
<!-- YAML
999
1021
added: v0.11.12
1000
1022
changes:
1001
- - version: v16.4.0
1023
+ - version:
1024
+ - v16.4.0
1025
+ - v14.18.0
1002
1026
pr-url: https://github.com/nodejs/node/pull/38862
1003
1027
description: The `cwd` option can be a WHATWG `URL` object using
1004
1028
`file:` protocol.
0 commit comments