node-linux-x64 18.6.0 → 18.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/CHANGELOG.md +148 -0
  2. package/LICENSE +32 -0
  3. package/README.md +9 -5
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +24 -24
  7. package/include/node/node_version.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  64. package/package.json +1 -1
  65. package/share/man/man1/node.1 +3 -0
  66. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
  67. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
  68. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
  69. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  70. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  71. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
  72. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
  73. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
  74. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
  75. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  76. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  77. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
  78. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  79. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  80. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
  81. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  82. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  83. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
  84. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
  85. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
  86. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
  87. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  88. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  89. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
  90. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  91. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
  92. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
  93. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
  94. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
  95. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
  96. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
  97. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
  98. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
  99. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  100. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  101. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
  102. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
  103. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
  104. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
  105. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -29
  106. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  107. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  108. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/bn_conf.h +0 -29
  109. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/dso_conf.h +0 -19
  110. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1.h +0 -1128
  111. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1t.h +0 -946
  112. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +0 -886
  113. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cmp.h +0 -592
  114. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cms.h +0 -493
  115. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/conf.h +0 -211
  116. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/configuration.h +0 -136
  117. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crmf.h +0 -227
  118. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -556
  119. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ct.h +0 -573
  120. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/err.h +0 -492
  121. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ess.h +0 -128
  122. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/fipskey.h +0 -36
  123. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/lhash.h +0 -288
  124. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ocsp.h +0 -483
  125. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
  126. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +0 -114
  127. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs12.h +0 -350
  128. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs7.h +0 -427
  129. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/safestack.h +0 -297
  130. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/srp.h +0 -285
  131. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -2657
  132. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ui.h +0 -407
  133. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +0 -1276
  134. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509_vfy.h +0 -894
  135. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509v3.h +0 -1450
  136. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -123
  137. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_digests.h +0 -160
  138. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_dsa.h +0 -94
  139. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ec.h +0 -286
  140. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ecx.h +0 -50
  141. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_rsa.h +0 -187
  142. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_sm2.h +0 -37
  143. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_wrap.h +0 -46
  144. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -30
  145. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  146. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  147. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/bn_conf.h +0 -29
  148. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/dso_conf.h +0 -19
  149. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1.h +0 -1128
  150. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1t.h +0 -946
  151. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +0 -886
  152. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cmp.h +0 -592
  153. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cms.h +0 -493
  154. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/conf.h +0 -211
  155. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/configuration.h +0 -136
  156. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crmf.h +0 -227
  157. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -556
  158. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ct.h +0 -573
  159. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/err.h +0 -492
  160. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ess.h +0 -128
  161. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/fipskey.h +0 -36
  162. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/lhash.h +0 -288
  163. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ocsp.h +0 -483
  164. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  165. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +0 -114
  166. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs12.h +0 -350
  167. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs7.h +0 -427
  168. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/safestack.h +0 -297
  169. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/srp.h +0 -285
  170. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -2657
  171. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ui.h +0 -407
  172. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +0 -1276
  173. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  174. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509v3.h +0 -1450
  175. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -123
  176. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  177. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  178. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  179. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  180. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  181. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  182. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  183. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -28
  184. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  185. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  186. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/bn_conf.h +0 -29
  187. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/dso_conf.h +0 -19
  188. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1.h +0 -1128
  189. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1t.h +0 -946
  190. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +0 -886
  191. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cmp.h +0 -592
  192. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cms.h +0 -493
  193. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/conf.h +0 -211
  194. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/configuration.h +0 -139
  195. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crmf.h +0 -227
  196. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -556
  197. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ct.h +0 -573
  198. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/err.h +0 -492
  199. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ess.h +0 -128
  200. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/fipskey.h +0 -36
  201. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/lhash.h +0 -288
  202. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ocsp.h +0 -483
  203. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  204. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +0 -114
  205. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs12.h +0 -350
  206. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs7.h +0 -427
  207. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/safestack.h +0 -297
  208. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/srp.h +0 -285
  209. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -2657
  210. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ui.h +0 -407
  211. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +0 -1276
  212. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509_vfy.h +0 -894
  213. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509v3.h +0 -1450
  214. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -123
  215. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  216. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  217. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  218. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  219. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  220. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  221. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  222. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  223. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  224. package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
  225. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  226. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  227. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  228. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  229. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  230. package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  231. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  232. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  233. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
  234. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  235. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  236. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  237. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  238. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  239. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
  240. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  241. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  242. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
  243. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  244. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  245. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  246. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  247. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  248. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  249. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  250. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  251. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
  252. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  253. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  254. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  255. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  256. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  257. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  258. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
  259. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
  260. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
  261. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  262. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  263. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
  264. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  265. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  266. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
  267. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
  268. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
  269. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
  270. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  271. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  272. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
  273. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
  274. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
  275. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
  276. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
  277. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
  278. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
  279. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  280. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  281. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
  282. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
  283. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
  284. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
  285. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -31
  286. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
  287. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
  288. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/bn_conf.h +0 -29
  289. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/dso_conf.h +0 -19
  290. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1.h +0 -1128
  291. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1t.h +0 -946
  292. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +0 -886
  293. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cmp.h +0 -592
  294. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cms.h +0 -493
  295. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/conf.h +0 -211
  296. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/configuration.h +0 -133
  297. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crmf.h +0 -227
  298. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -556
  299. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ct.h +0 -573
  300. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/err.h +0 -492
  301. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ess.h +0 -128
  302. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/fipskey.h +0 -36
  303. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/lhash.h +0 -288
  304. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ocsp.h +0 -483
  305. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
  306. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +0 -114
  307. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs12.h +0 -350
  308. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs7.h +0 -427
  309. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/safestack.h +0 -297
  310. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/srp.h +0 -285
  311. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -2657
  312. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ui.h +0 -407
  313. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +0 -1276
  314. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509_vfy.h +0 -894
  315. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509v3.h +0 -1450
  316. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -123
  317. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_digests.h +0 -160
  318. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_dsa.h +0 -94
  319. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ec.h +0 -286
  320. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ecx.h +0 -50
  321. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_rsa.h +0 -187
  322. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_sm2.h +0 -37
  323. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_wrap.h +0 -46
  324. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -32
  325. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  326. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  327. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/bn_conf.h +0 -29
  328. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/dso_conf.h +0 -19
  329. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1.h +0 -1128
  330. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1t.h +0 -946
  331. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +0 -886
  332. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cmp.h +0 -592
  333. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cms.h +0 -493
  334. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/conf.h +0 -211
  335. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/configuration.h +0 -133
  336. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crmf.h +0 -227
  337. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -556
  338. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ct.h +0 -573
  339. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/err.h +0 -492
  340. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ess.h +0 -128
  341. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/fipskey.h +0 -36
  342. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/lhash.h +0 -288
  343. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ocsp.h +0 -483
  344. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
  345. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +0 -114
  346. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs12.h +0 -350
  347. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs7.h +0 -427
  348. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/safestack.h +0 -297
  349. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/srp.h +0 -285
  350. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -2657
  351. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ui.h +0 -407
  352. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +0 -1276
  353. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  354. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509v3.h +0 -1450
  355. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -123
  356. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  357. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  358. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  359. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  360. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  361. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  362. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  363. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -30
  364. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  365. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  366. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/bn_conf.h +0 -29
  367. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/dso_conf.h +0 -19
  368. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1.h +0 -1128
  369. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1t.h +0 -946
  370. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +0 -886
  371. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cmp.h +0 -592
  372. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cms.h +0 -493
  373. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/conf.h +0 -211
  374. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/configuration.h +0 -136
  375. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crmf.h +0 -227
  376. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -556
  377. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ct.h +0 -573
  378. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/err.h +0 -492
  379. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ess.h +0 -128
  380. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/fipskey.h +0 -36
  381. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/lhash.h +0 -288
  382. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ocsp.h +0 -483
  383. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
  384. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +0 -114
  385. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs12.h +0 -350
  386. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs7.h +0 -427
  387. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/safestack.h +0 -297
  388. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/srp.h +0 -285
  389. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -2657
  390. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ui.h +0 -407
  391. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +0 -1276
  392. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509_vfy.h +0 -894
  393. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509v3.h +0 -1450
  394. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -123
  395. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  396. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  397. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  398. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  399. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  400. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  401. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  402. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -32
  403. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
  404. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
  405. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/bn_conf.h +0 -29
  406. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/dso_conf.h +0 -19
  407. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1.h +0 -1128
  408. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1t.h +0 -946
  409. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +0 -886
  410. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cmp.h +0 -592
  411. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cms.h +0 -493
  412. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/conf.h +0 -211
  413. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/configuration.h +0 -133
  414. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crmf.h +0 -227
  415. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -556
  416. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ct.h +0 -573
  417. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/err.h +0 -492
  418. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ess.h +0 -128
  419. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/fipskey.h +0 -36
  420. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/lhash.h +0 -288
  421. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ocsp.h +0 -483
  422. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
  423. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +0 -114
  424. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs12.h +0 -350
  425. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs7.h +0 -427
  426. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/safestack.h +0 -297
  427. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/srp.h +0 -285
  428. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -2657
  429. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ui.h +0 -407
  430. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +0 -1276
  431. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509_vfy.h +0 -894
  432. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509v3.h +0 -1450
  433. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -123
  434. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_digests.h +0 -160
  435. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_dsa.h +0 -94
  436. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ec.h +0 -286
  437. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ecx.h +0 -50
  438. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_rsa.h +0 -187
  439. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_sm2.h +0 -37
  440. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_wrap.h +0 -46
  441. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -33
  442. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  443. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  444. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/bn_conf.h +0 -29
  445. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/dso_conf.h +0 -19
  446. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1.h +0 -1128
  447. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1t.h +0 -946
  448. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +0 -886
  449. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cmp.h +0 -592
  450. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cms.h +0 -493
  451. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/conf.h +0 -211
  452. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/configuration.h +0 -133
  453. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crmf.h +0 -227
  454. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -556
  455. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ct.h +0 -573
  456. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/err.h +0 -492
  457. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ess.h +0 -128
  458. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/fipskey.h +0 -36
  459. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/lhash.h +0 -288
  460. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ocsp.h +0 -483
  461. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
  462. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +0 -114
  463. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs12.h +0 -350
  464. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs7.h +0 -427
  465. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/safestack.h +0 -297
  466. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/srp.h +0 -285
  467. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -2657
  468. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ui.h +0 -407
  469. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +0 -1276
  470. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509_vfy.h +0 -894
  471. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509v3.h +0 -1450
  472. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -123
  473. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  474. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  475. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  476. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  477. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  478. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  479. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  480. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -30
  481. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  482. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  483. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/bn_conf.h +0 -29
  484. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/dso_conf.h +0 -19
  485. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1.h +0 -1128
  486. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1t.h +0 -946
  487. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +0 -886
  488. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cmp.h +0 -592
  489. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cms.h +0 -493
  490. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/conf.h +0 -211
  491. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/configuration.h +0 -136
  492. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crmf.h +0 -227
  493. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -556
  494. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ct.h +0 -573
  495. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/err.h +0 -492
  496. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ess.h +0 -128
  497. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/fipskey.h +0 -36
  498. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/lhash.h +0 -288
  499. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ocsp.h +0 -483
  500. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
  501. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +0 -114
  502. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs12.h +0 -350
  503. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs7.h +0 -427
  504. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/safestack.h +0 -297
  505. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/srp.h +0 -285
  506. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -2657
  507. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ui.h +0 -407
  508. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +0 -1276
  509. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h +0 -894
  510. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509v3.h +0 -1450
  511. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -123
  512. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_digests.h +0 -160
  513. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  514. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ec.h +0 -286
  515. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  516. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  517. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  518. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  519. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
  520. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
  521. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
  522. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  523. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  524. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
  525. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
  526. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
  527. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
  528. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  529. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  530. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
  531. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  532. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  533. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
  534. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  535. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  536. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
  537. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  538. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  539. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
  540. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  541. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  542. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  543. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  544. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  545. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  546. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
  547. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
  548. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
  549. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  550. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  551. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
  552. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  553. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  554. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
  555. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  556. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  557. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
  558. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  559. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  560. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
  561. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  562. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  563. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  564. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  565. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  566. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  567. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  568. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  569. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
  570. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  571. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  572. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  573. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  574. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  575. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
  576. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  577. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  578. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
  579. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  580. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  581. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  582. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  583. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  584. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#18.7.0">18.7.0</a><br/>
11
12
  <a href="#18.6.0">18.6.0</a><br/>
12
13
  <a href="#18.5.0">18.5.0</a><br/>
13
14
  <a href="#18.4.0">18.4.0</a><br/>
@@ -39,6 +40,153 @@
39
40
  * [io.js](CHANGELOG_IOJS.md)
40
41
  * [Archive](CHANGELOG_ARCHIVE.md)
41
42
 
43
+ <a id="18.7.0"></a>
44
+
45
+ ## 2022-07-26, Version 18.7.0 (Current), @danielleadams
46
+
47
+ ### Notable changes
48
+
49
+ * **doc**:
50
+ * add F3n67u to collaborators (Feng Yu) [#43953](https://github.com/nodejs/node/pull/43953)
51
+ * deprecate coercion to integer in process.exit (Daeyeon Jeong) [#43738](https://github.com/nodejs/node/pull/43738)
52
+ * **(SEMVER-MINOR)** deprecate diagnostics\_channel object subscribe method (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
53
+ * **events**:
54
+ * **(SEMVER-MINOR)** expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#43885](https://github.com/nodejs/node/pull/43885)
55
+ * **(SEMVER-MINOR)** add `CustomEvent` (Daeyeon Jeong) [#43514](https://github.com/nodejs/node/pull/43514)
56
+ * **http**:
57
+ * **(SEMVER-MINOR)** add drop request event for http server (theanarkh) [#43806](https://github.com/nodejs/node/pull/43806)
58
+ * **lib**:
59
+ * **(SEMVER-MINOR)** improved diagnostics\_channel subscribe/unsubscribe (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
60
+ * **util**:
61
+ * **(SEMVER-MINOR)** add tokens to parseArgs (John Gee) [#43459](https://github.com/nodejs/node/pull/43459)
62
+
63
+ ### Commits
64
+
65
+ * \[[`0aa255ab72`](https://github.com/nodejs/node/commit/0aa255ab72)] - **bootstrap**: handle snapshot errors gracefully (Joyee Cheung) [#43531](https://github.com/nodejs/node/pull/43531)
66
+ * \[[`0783ddf57e`](https://github.com/nodejs/node/commit/0783ddf57e)] - **buffer**: do not leak memory if buffer is too big (Keyhan Vakil) [#43938](https://github.com/nodejs/node/pull/43938)
67
+ * \[[`12657accdd`](https://github.com/nodejs/node/commit/12657accdd)] - **build**: add .gitattributes for npm and other shims (Hrishikesh Kadam) [#43879](https://github.com/nodejs/node/pull/43879)
68
+ * \[[`c2db4f4581`](https://github.com/nodejs/node/commit/c2db4f4581)] - **build**: make GitPod less noisy (Rich Trott) [#43829](https://github.com/nodejs/node/pull/43829)
69
+ * \[[`364deeadcd`](https://github.com/nodejs/node/commit/364deeadcd)] - **build**: add GitHub token permissions for workflows (Varun Sharma) [#43743](https://github.com/nodejs/node/pull/43743)
70
+ * \[[`8b83b4d5be`](https://github.com/nodejs/node/commit/8b83b4d5be)] - **child\_process**: do not need to count length when maxBuffer is Infinity (theanarkh) [#43822](https://github.com/nodejs/node/pull/43822)
71
+ * \[[`c1893b7a7c`](https://github.com/nodejs/node/commit/c1893b7a7c)] - **child\_process**: avoid repeated calls to `normalizeSpawnArguments` (木杉) [#43345](https://github.com/nodejs/node/pull/43345)
72
+ * \[[`7b276b89b9`](https://github.com/nodejs/node/commit/7b276b89b9)] - **cluster**: send connection to other server when worker drop it (theanarkh) [#43747](https://github.com/nodejs/node/pull/43747)
73
+ * \[[`e8c66f92a5`](https://github.com/nodejs/node/commit/e8c66f92a5)] - **crypto**: remove unneeded guard (Rich Trott) [#43856](https://github.com/nodejs/node/pull/43856)
74
+ * \[[`c95132e9ea`](https://github.com/nodejs/node/commit/c95132e9ea)] - **deps**: cherry-pick libuv/libuv\@3a7b955 (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
75
+ * \[[`cc8d5426d2`](https://github.com/nodejs/node/commit/cc8d5426d2)] - **deps**: cherry-pick libuv/libuv\@abb109f (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
76
+ * \[[`7762e463d6`](https://github.com/nodejs/node/commit/7762e463d6)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#43965](https://github.com/nodejs/node/pull/43965)
77
+ * \[[`1256c4dad5`](https://github.com/nodejs/node/commit/1256c4dad5)] - **deps**: update hast-util-raw (Moshe Atlow) [#43927](https://github.com/nodejs/node/pull/43927)
78
+ * \[[`aac97c2d2a`](https://github.com/nodejs/node/commit/aac97c2d2a)] - **deps**: update undici to 5.8.0 (Node.js GitHub Bot) [#43886](https://github.com/nodejs/node/pull/43886)
79
+ * \[[`cdff61917d`](https://github.com/nodejs/node/commit/cdff61917d)] - **deps**: clean archs files for OpenSSL (RafaelGSS) [#43735](https://github.com/nodejs/node/pull/43735)
80
+ * \[[`fc936a84e4`](https://github.com/nodejs/node/commit/fc936a84e4)] - **deps**: remove not used architectures (RafaelGSS) [#43735](https://github.com/nodejs/node/pull/43735)
81
+ * \[[`361a643d8b`](https://github.com/nodejs/node/commit/361a643d8b)] - **deps**: V8: backport f3cad8cec656 (Joyee Cheung) [#43531](https://github.com/nodejs/node/pull/43531)
82
+ * \[[`2e1732ebd0`](https://github.com/nodejs/node/commit/2e1732ebd0)] - **deps**: V8: backport 22698d267667 (Chengzhong Wu) [#43751](https://github.com/nodejs/node/pull/43751)
83
+ * \[[`979f469d3a`](https://github.com/nodejs/node/commit/979f469d3a)] - **deps**: upgrade npm to 8.15.0 (npm team) [#43917](https://github.com/nodejs/node/pull/43917)
84
+ * \[[`4096d81988`](https://github.com/nodejs/node/commit/4096d81988)] - **deps**: upgrade npm to 8.14.0 (npm team) [#43826](https://github.com/nodejs/node/pull/43826)
85
+ * \[[`2ec8092e2c`](https://github.com/nodejs/node/commit/2ec8092e2c)] - **deps,src**: use SIMD for normal base64 encoding (Brian White) [#39775](https://github.com/nodejs/node/pull/39775)
86
+ * \[[`67b4edde37`](https://github.com/nodejs/node/commit/67b4edde37)] - **dns**: fix getServers return undefined (jiahao.si) [#43922](https://github.com/nodejs/node/pull/43922)
87
+ * \[[`7c75539a88`](https://github.com/nodejs/node/commit/7c75539a88)] - **dns**: fix cares memory leak (theanarkh) [#43912](https://github.com/nodejs/node/pull/43912)
88
+ * \[[`1f80b88da5`](https://github.com/nodejs/node/commit/1f80b88da5)] - **doc**: update email and mailmap for BethGriggs (Beth Griggs) [#43985](https://github.com/nodejs/node/pull/43985)
89
+ * \[[`8a2a6e16eb`](https://github.com/nodejs/node/commit/8a2a6e16eb)] - **doc**: add 15.x - 18.x to Other Versions section (shhh7612) [#43940](https://github.com/nodejs/node/pull/43940)
90
+ * \[[`51cb0d42ca`](https://github.com/nodejs/node/commit/51cb0d42ca)] - **doc**: inspector.close undefined in worker threads (Keyhan Vakil) [#43867](https://github.com/nodejs/node/pull/43867)
91
+ * \[[`c789c0f5f7`](https://github.com/nodejs/node/commit/c789c0f5f7)] - **doc**: improve documentation for safe `Promise` statics alternatives (Antoine du Hamel) [#43759](https://github.com/nodejs/node/pull/43759)
92
+ * \[[`cb9b0e0011`](https://github.com/nodejs/node/commit/cb9b0e0011)] - **doc**: recommend git-node-v8 (Keyhan Vakil) [#43934](https://github.com/nodejs/node/pull/43934)
93
+ * \[[`d7e9bd1830`](https://github.com/nodejs/node/commit/d7e9bd1830)] - **doc**: clarify subprocess.stdout/in/err property (Kohei Ueno) [#43910](https://github.com/nodejs/node/pull/43910)
94
+ * \[[`808793ebb5`](https://github.com/nodejs/node/commit/808793ebb5)] - **doc**: fix typo in `src/crypto/README.md` (Jianru Lin) [#43968](https://github.com/nodejs/node/pull/43968)
95
+ * \[[`bbc455c4f9`](https://github.com/nodejs/node/commit/bbc455c4f9)] - **doc**: remind backporter about v8\_embedder\_string (Keyhan Vakil) [#43924](https://github.com/nodejs/node/pull/43924)
96
+ * \[[`a86b66c8b4`](https://github.com/nodejs/node/commit/a86b66c8b4)] - **doc**: fix typo in http.md (Airing) [#43933](https://github.com/nodejs/node/pull/43933)
97
+ * \[[`a96af37233`](https://github.com/nodejs/node/commit/a96af37233)] - **doc**: add F3n67u to collaborators (Feng Yu) [#43953](https://github.com/nodejs/node/pull/43953)
98
+ * \[[`aa7d4e59f7`](https://github.com/nodejs/node/commit/aa7d4e59f7)] - **doc**: improve test runner timeout docs (Tobias Nießen) [#43836](https://github.com/nodejs/node/pull/43836)
99
+ * \[[`80c2fa8212`](https://github.com/nodejs/node/commit/80c2fa8212)] - **doc**: mention Win 32-bit openssl build issue (RafaelGSS) [#43853](https://github.com/nodejs/node/pull/43853)
100
+ * \[[`8b8c55df7e`](https://github.com/nodejs/node/commit/8b8c55df7e)] - **doc**: add security release specifics to releases.md (Beth Griggs) [#43835](https://github.com/nodejs/node/pull/43835)
101
+ * \[[`42693aaf9f`](https://github.com/nodejs/node/commit/42693aaf9f)] - **doc**: add history info for `global.performance` (Antoine du Hamel) [#43841](https://github.com/nodejs/node/pull/43841)
102
+ * \[[`140d6af572`](https://github.com/nodejs/node/commit/140d6af572)] - **doc**: add platform-windows-arm to who to CC (Michael Dawson) [#43808](https://github.com/nodejs/node/pull/43808)
103
+ * \[[`976093efe3`](https://github.com/nodejs/node/commit/976093efe3)] - **doc**: document ES2022's Error "cause" property (James Ide) [#43830](https://github.com/nodejs/node/pull/43830)
104
+ * \[[`ec7e45e4a2`](https://github.com/nodejs/node/commit/ec7e45e4a2)] - **doc**: include make clean to openssl arch (RafaelGSS) [#43735](https://github.com/nodejs/node/pull/43735)
105
+ * \[[`d64dfd53c9`](https://github.com/nodejs/node/commit/d64dfd53c9)] - **doc**: add link to diagnostic tools (Rafael Gonzaga) [#43736](https://github.com/nodejs/node/pull/43736)
106
+ * \[[`2910136920`](https://github.com/nodejs/node/commit/2910136920)] - **doc**: update links to MDN page about dynamic imports (Jannis R) [#43847](https://github.com/nodejs/node/pull/43847)
107
+ * \[[`d88a9fae79`](https://github.com/nodejs/node/commit/d88a9fae79)] - **doc**: deprecate coercion to integer in process.exit (Daeyeon Jeong) [#43738](https://github.com/nodejs/node/pull/43738)
108
+ * \[[`fc843e103d`](https://github.com/nodejs/node/commit/fc843e103d)] - **doc**: add MoLow to triagers (Moshe Atlow) [#43799](https://github.com/nodejs/node/pull/43799)
109
+ * \[[`8c8c97da61`](https://github.com/nodejs/node/commit/8c8c97da61)] - **(SEMVER-MINOR)** **doc**: deprecate diagnostics\_channel object subscribe method (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
110
+ * \[[`9b53a694b5`](https://github.com/nodejs/node/commit/9b53a694b5)] - **doc**: revert anachronistic 'node:' module require()s in API history notes (DeeDeeG) [#43768](https://github.com/nodejs/node/pull/43768)
111
+ * \[[`2815bd3002`](https://github.com/nodejs/node/commit/2815bd3002)] - **doc**: clarify release process for new releasers (Rafael Gonzaga) [#43739](https://github.com/nodejs/node/pull/43739)
112
+ * \[[`50b3750e67`](https://github.com/nodejs/node/commit/50b3750e67)] - **doc**: fix typo in ngtcp2 readme (Dan Castillo) [#43767](https://github.com/nodejs/node/pull/43767)
113
+ * \[[`6bcd40dd85`](https://github.com/nodejs/node/commit/6bcd40dd85)] - **domain**: fix vm promise tracking while keeping isolation (Stephen Belanger) [#43556](https://github.com/nodejs/node/pull/43556)
114
+ * \[[`e89e0b470b`](https://github.com/nodejs/node/commit/e89e0b470b)] - **esm**: remove superfluous argument (Rich Trott) [#43884](https://github.com/nodejs/node/pull/43884)
115
+ * \[[`0d2921f396`](https://github.com/nodejs/node/commit/0d2921f396)] - **esm**: fix erroneous re-initialization of ESMLoader (Jacob Smith) [#43763](https://github.com/nodejs/node/pull/43763)
116
+ * \[[`9b5b8d78c3`](https://github.com/nodejs/node/commit/9b5b8d78c3)] - **esm**: throw on any non-2xx response (LiviaMedeiros) [#43742](https://github.com/nodejs/node/pull/43742)
117
+ * \[[`dfc4832ef1`](https://github.com/nodejs/node/commit/dfc4832ef1)] - **(SEMVER-MINOR)** **events**: expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#43885](https://github.com/nodejs/node/pull/43885)
118
+ * \[[`e4473952ae`](https://github.com/nodejs/node/commit/e4473952ae)] - **(SEMVER-MINOR)** **events**: add `CustomEvent` (Daeyeon Jeong) [#43514](https://github.com/nodejs/node/pull/43514)
119
+ * \[[`100f6deb09`](https://github.com/nodejs/node/commit/100f6deb09)] - **fs**: use signed types for stat data (LiviaMedeiros) [#43714](https://github.com/nodejs/node/pull/43714)
120
+ * \[[`25ec71db63`](https://github.com/nodejs/node/commit/25ec71db63)] - **http**: fix http server connection list when close (theanarkh) [#43949](https://github.com/nodejs/node/pull/43949)
121
+ * \[[`ca658c8afe`](https://github.com/nodejs/node/commit/ca658c8afe)] - **(SEMVER-MINOR)** **http**: add drop request event for http server (theanarkh) [#43806](https://github.com/nodejs/node/pull/43806)
122
+ * \[[`9c699bd8a8`](https://github.com/nodejs/node/commit/9c699bd8a8)] - **http**: wait for pending responses in closeIdleConnections (Paolo Insogna) [#43890](https://github.com/nodejs/node/pull/43890)
123
+ * \[[`781d5e54e3`](https://github.com/nodejs/node/commit/781d5e54e3)] - **inspector**: set sampling interval before start (Shelley Vohr) [#43779](https://github.com/nodejs/node/pull/43779)
124
+ * \[[`0b5dbb2a56`](https://github.com/nodejs/node/commit/0b5dbb2a56)] - **lib**: refactor PriorityQueue to use private field (Finn Yu) [#43889](https://github.com/nodejs/node/pull/43889)
125
+ * \[[`324473ca32`](https://github.com/nodejs/node/commit/324473ca32)] - **(SEMVER-MINOR)** **lib**: improved diagnostics\_channel subscribe/unsubscribe (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
126
+ * \[[`5aa3b213ac`](https://github.com/nodejs/node/commit/5aa3b213ac)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43966](https://github.com/nodejs/node/pull/43966)
127
+ * \[[`e707552357`](https://github.com/nodejs/node/commit/e707552357)] - **meta**: update `node-api` in label-pr-config (Daeyeon Jeong) [#43794](https://github.com/nodejs/node/pull/43794)
128
+ * \[[`8a8de94034`](https://github.com/nodejs/node/commit/8a8de94034)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43872](https://github.com/nodejs/node/pull/43872)
129
+ * \[[`7d49fc766c`](https://github.com/nodejs/node/commit/7d49fc766c)] - **meta**: use platform dropdown on flaky template (Rafael Gonzaga) [#43855](https://github.com/nodejs/node/pull/43855)
130
+ * \[[`e4aa50fc3f`](https://github.com/nodejs/node/commit/e4aa50fc3f)] - **meta**: enable blank issues (Matteo Collina) [#43775](https://github.com/nodejs/node/pull/43775)
131
+ * \[[`ceb7c150ec`](https://github.com/nodejs/node/commit/ceb7c150ec)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#43770](https://github.com/nodejs/node/pull/43770)
132
+ * \[[`29bcd47738`](https://github.com/nodejs/node/commit/29bcd47738)] - **net**: fix socket.\_getpeername (Daeyeon Jeong) [#43010](https://github.com/nodejs/node/pull/43010)
133
+ * \[[`380659daf1`](https://github.com/nodejs/node/commit/380659daf1)] - **process**: use `defineProperty` instead of assignment (Mark S. Miller) [#43907](https://github.com/nodejs/node/pull/43907)
134
+ * \[[`aba9c8ebea`](https://github.com/nodejs/node/commit/aba9c8ebea)] - **repl**: fix overzealous top-level await (Tobias Nießen) [#43827](https://github.com/nodejs/node/pull/43827)
135
+ * \[[`1deb6b73b7`](https://github.com/nodejs/node/commit/1deb6b73b7)] - **repl**: use `SafePromiseAll` and `SafePromiseRace` (Antoine du Hamel) [#43758](https://github.com/nodejs/node/pull/43758)
136
+ * \[[`bf8f2e23ff`](https://github.com/nodejs/node/commit/bf8f2e23ff)] - **src**: refactor DH groups to delete crypto\_groups.h (Tobias Nießen) [#43896](https://github.com/nodejs/node/pull/43896)
137
+ * \[[`9435fbf8cd`](https://github.com/nodejs/node/commit/9435fbf8cd)] - **src**: remove dead code in base64\_encode (Tobias Nießen) [#43979](https://github.com/nodejs/node/pull/43979)
138
+ * \[[`2c47e58ea0`](https://github.com/nodejs/node/commit/2c47e58ea0)] - **src**: fix regression that a source marker is lost (cola119) [#43086](https://github.com/nodejs/node/pull/43086)
139
+ * \[[`d084150320`](https://github.com/nodejs/node/commit/d084150320)] - **src**: per-isolate eternal template properties (Chengzhong Wu) [#43802](https://github.com/nodejs/node/pull/43802)
140
+ * \[[`9f9d00ccbb`](https://github.com/nodejs/node/commit/9f9d00ccbb)] - **src**: merge NativeModuleEnv into NativeModuleLoader (Joyee Cheung) [#43824](https://github.com/nodejs/node/pull/43824)
141
+ * \[[`bb512904e9`](https://github.com/nodejs/node/commit/bb512904e9)] - **src**: use named struct instead of typedef (Tobias Nießen) [#43881](https://github.com/nodejs/node/pull/43881)
142
+ * \[[`bb5511e8cc`](https://github.com/nodejs/node/commit/bb5511e8cc)] - **src**: use named enum instead of typedef (Tobias Nießen) [#43880](https://github.com/nodejs/node/pull/43880)
143
+ * \[[`5db0c8f667`](https://github.com/nodejs/node/commit/5db0c8f667)] - **src**: pass only Isolate\* and env\_vars to EnabledDebugList::Parse() (Darshan Sen) [#43668](https://github.com/nodejs/node/pull/43668)
144
+ * \[[`249365524e`](https://github.com/nodejs/node/commit/249365524e)] - **src**: fix node watchdog race condition (theanarkh) [#43780](https://github.com/nodejs/node/pull/43780)
145
+ * \[[`17cb27237d`](https://github.com/nodejs/node/commit/17cb27237d)] - **src**: deduplicate `SetALPN` implementations (Tobias Nießen) [#43756](https://github.com/nodejs/node/pull/43756)
146
+ * \[[`b4c75a96be`](https://github.com/nodejs/node/commit/b4c75a96be)] - **src**: fix `napi_check_object_type_tag()` (Daeyeon Jeong) [#43788](https://github.com/nodejs/node/pull/43788)
147
+ * \[[`8432d6596f`](https://github.com/nodejs/node/commit/8432d6596f)] - **src**: slim down env-inl.h (Ben Noordhuis) [#43745](https://github.com/nodejs/node/pull/43745)
148
+ * \[[`2266a4b6d6`](https://github.com/nodejs/node/commit/2266a4b6d6)] - **stream**: improve `respondWithNewView()` (Daeyeon Jeong) [#43866](https://github.com/nodejs/node/pull/43866)
149
+ * \[[`bf3991b406`](https://github.com/nodejs/node/commit/bf3991b406)] - **stream**: fix 0 transform hwm backpressure (Robert Nagy) [#43685](https://github.com/nodejs/node/pull/43685)
150
+ * \[[`a057510037`](https://github.com/nodejs/node/commit/a057510037)] - **stream**: initial approach to include strategy options on Readable.toWeb() (txxnano) [#43515](https://github.com/nodejs/node/pull/43515)
151
+ * \[[`198cf59d2c`](https://github.com/nodejs/node/commit/198cf59d2c)] - **test**: update WPT encoding tests (Kohei Ueno) [#43958](https://github.com/nodejs/node/pull/43958)
152
+ * \[[`f0ed1aed8d`](https://github.com/nodejs/node/commit/f0ed1aed8d)] - **test**: remove test-whatwg-events-add-event-listener-options-once.js (Feng Yu) [#43877](https://github.com/nodejs/node/pull/43877)
153
+ * \[[`88505556fe`](https://github.com/nodejs/node/commit/88505556fe)] - **test**: work scheduled in process.nextTick can keep the event loop alive (Andreu Botella) [#43787](https://github.com/nodejs/node/pull/43787)
154
+ * \[[`81a21946eb`](https://github.com/nodejs/node/commit/81a21946eb)] - **test**: simplify test-tls-set-secure-context (Tobias Nießen) [#43878](https://github.com/nodejs/node/pull/43878)
155
+ * \[[`61cd11a8a7`](https://github.com/nodejs/node/commit/61cd11a8a7)] - **test**: use `common.mustNotMutateObjectDeep()` in fs tests (LiviaMedeiros) [#43819](https://github.com/nodejs/node/pull/43819)
156
+ * \[[`b1081dbe12`](https://github.com/nodejs/node/commit/b1081dbe12)] - **test**: fix test http upload timeout (theanarkh) [#43935](https://github.com/nodejs/node/pull/43935)
157
+ * \[[`efd5e0e925`](https://github.com/nodejs/node/commit/efd5e0e925)] - **test**: simplify ReplStream.wait() (Tobias Nießen) [#43857](https://github.com/nodejs/node/pull/43857)
158
+ * \[[`ef21ad2996`](https://github.com/nodejs/node/commit/ef21ad2996)] - **test**: merge test-crypto-dh-hash with modp18 test (Tobias Nießen) [#43891](https://github.com/nodejs/node/pull/43891)
159
+ * \[[`e502c50a90`](https://github.com/nodejs/node/commit/e502c50a90)] - **test**: refactor `test/es-module/test-esm-resolve-type` (Antoine du Hamel) [#43178](https://github.com/nodejs/node/pull/43178)
160
+ * \[[`c782c3dc69`](https://github.com/nodejs/node/commit/c782c3dc69)] - **test**: ensure NODE\_EXTRA\_CA\_CERTS not set before tests (KrayzeeKev) [#43858](https://github.com/nodejs/node/pull/43858)
161
+ * \[[`bb6787cb57`](https://github.com/nodejs/node/commit/bb6787cb57)] - **test**: add check to test-fs-readfile-tostring-fail (Richard Lau) [#43850](https://github.com/nodejs/node/pull/43850)
162
+ * \[[`7571704186`](https://github.com/nodejs/node/commit/7571704186)] - **test**: complete TODO in test/wpt/test-url.js (Kohei Ueno) [#43797](https://github.com/nodejs/node/pull/43797)
163
+ * \[[`6f1d2dfb9d`](https://github.com/nodejs/node/commit/6f1d2dfb9d)] - **test**: add test on worker process.exit in async modules (Chengzhong Wu) [#43751](https://github.com/nodejs/node/pull/43751)
164
+ * \[[`776cc3abbd`](https://github.com/nodejs/node/commit/776cc3abbd)] - **test**: use `common.mustNotMutateObjectDeep()` in immutability tests (LiviaMedeiros) [#43196](https://github.com/nodejs/node/pull/43196)
165
+ * \[[`42f2deb3a0`](https://github.com/nodejs/node/commit/42f2deb3a0)] - **test**: add `common.mustNotMutateObjectDeep()` (LiviaMedeiros) [#43196](https://github.com/nodejs/node/pull/43196)
166
+ * \[[`f3fc51c508`](https://github.com/nodejs/node/commit/f3fc51c508)] - **test**: fix coverity warning in test (Michael Dawson) [#43631](https://github.com/nodejs/node/pull/43631)
167
+ * \[[`a9ecba2fa8`](https://github.com/nodejs/node/commit/a9ecba2fa8)] - **test**: mark test-http-client-response-timeout flaky (Tobias Nießen) [#43792](https://github.com/nodejs/node/pull/43792)
168
+ * \[[`cd0d9ddb7c`](https://github.com/nodejs/node/commit/cd0d9ddb7c)] - **test\_runner**: add support for boolean values for `concurrency` option (Lenvin Gonsalves) [#43887](https://github.com/nodejs/node/pull/43887)
169
+ * \[[`f98020138a`](https://github.com/nodejs/node/commit/f98020138a)] - **test\_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843)
170
+ * \[[`58d15b3687`](https://github.com/nodejs/node/commit/58d15b3687)] - **test\_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911)
171
+ * \[[`8b0248506f`](https://github.com/nodejs/node/commit/8b0248506f)] - **test\_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919)
172
+ * \[[`aa8053e1fa`](https://github.com/nodejs/node/commit/aa8053e1fa)] - **test\_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
173
+ * \[[`f13e4c1be9`](https://github.com/nodejs/node/commit/f13e4c1be9)] - **test\_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757)
174
+ * \[[`e404a3ef6d`](https://github.com/nodejs/node/commit/e404a3ef6d)] - **test\_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505)
175
+ * \[[`f28198cc05`](https://github.com/nodejs/node/commit/f28198cc05)] - **test\_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729)
176
+ * \[[`bfe0ac6cd0`](https://github.com/nodejs/node/commit/bfe0ac6cd0)] - **tools**: add more options to track flaky tests (Antoine du Hamel) [#43954](https://github.com/nodejs/node/pull/43954)
177
+ * \[[`17a4e5e775`](https://github.com/nodejs/node/commit/17a4e5e775)] - **tools**: add verbose flag to inactive TSC finder (Rich Trott) [#43913](https://github.com/nodejs/node/pull/43913)
178
+ * \[[`373304b0c7`](https://github.com/nodejs/node/commit/373304b0c7)] - **tools**: add support for using API key to vuln checking script (Facundo Tuesca) [#43909](https://github.com/nodejs/node/pull/43909)
179
+ * \[[`ed45088c14`](https://github.com/nodejs/node/commit/ed45088c14)] - **tools**: support versioned node shared libs on z/OS (alexcfyung) [#42256](https://github.com/nodejs/node/pull/42256)
180
+ * \[[`c9ecd6d21f`](https://github.com/nodejs/node/commit/c9ecd6d21f)] - **tools**: update doc to highlight.js\@11.6.0 (Node.js GitHub Bot) [#43870](https://github.com/nodejs/node/pull/43870)
181
+ * \[[`c92135aa0f`](https://github.com/nodejs/node/commit/c92135aa0f)] - **tools**: update lint-md-dependencies to rollup\@2.77.0 (Node.js GitHub Bot) [#43871](https://github.com/nodejs/node/pull/43871)
182
+ * \[[`e12bf40fd1`](https://github.com/nodejs/node/commit/e12bf40fd1)] - **tools**: update eslint to 8.20.0 (Node.js GitHub Bot) [#43873](https://github.com/nodejs/node/pull/43873)
183
+ * \[[`09fe9b30a9`](https://github.com/nodejs/node/commit/09fe9b30a9)] - **tools**: add script for vulnerability checking (Facundo Tuesca) [#43362](https://github.com/nodejs/node/pull/43362)
184
+ * \[[`19e8876877`](https://github.com/nodejs/node/commit/19e8876877)] - **trace\_events**: trace net connect event (theanarkh) [#43903](https://github.com/nodejs/node/pull/43903)
185
+ * \[[`1af7f24143`](https://github.com/nodejs/node/commit/1af7f24143)] - **util**: remove unicode support todo for perf implications (Rhys) [#43762](https://github.com/nodejs/node/pull/43762)
186
+ * \[[`acfc33ca8c`](https://github.com/nodejs/node/commit/acfc33ca8c)] - **(SEMVER-MINOR)** **util**: add tokens to parseArgs (John Gee) [#43459](https://github.com/nodejs/node/pull/43459)
187
+ * \[[`f32aec8a6d`](https://github.com/nodejs/node/commit/f32aec8a6d)] - **util**: refactor to use validateObject (Kohei Ueno) [#43769](https://github.com/nodejs/node/pull/43769)
188
+ * \[[`d7cfd0c5ba`](https://github.com/nodejs/node/commit/d7cfd0c5ba)] - **v8**: serialize BigInt64Array and BigUint64Array (Ben Noordhuis) [#43571](https://github.com/nodejs/node/pull/43571)
189
+
42
190
  <a id="18.6.0"></a>
43
191
 
44
192
  ## 2022-07-13, Version 18.6.0 (Current), @targos
package/LICENSE CHANGED
@@ -1839,3 +1839,35 @@ The externally maintained libraries used by Node.js are:
1839
1839
  OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1840
1840
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1841
1841
  """
1842
+
1843
+ - base64, located at deps/base64/base64/, is licensed as follows:
1844
+ """
1845
+ Copyright (c) 2005-2007, Nick Galbreath
1846
+ Copyright (c) 2013-2019, Alfred Klomp
1847
+ Copyright (c) 2015-2017, Wojciech Mula
1848
+ Copyright (c) 2016-2017, Matthieu Darbois
1849
+ All rights reserved.
1850
+
1851
+ Redistribution and use in source and binary forms, with or without
1852
+ modification, are permitted provided that the following conditions are
1853
+ met:
1854
+
1855
+ - Redistributions of source code must retain the above copyright notice,
1856
+ this list of conditions and the following disclaimer.
1857
+
1858
+ - Redistributions in binary form must reproduce the above copyright
1859
+ notice, this list of conditions and the following disclaimer in the
1860
+ documentation and/or other materials provided with the distribution.
1861
+
1862
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
1863
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1864
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
1865
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1866
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1867
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
1868
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1869
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1870
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1871
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1872
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1873
+ """
package/README.md CHANGED
@@ -159,7 +159,7 @@ For information about the governance of the Node.js project, see
159
159
  * [apapirovski](https://github.com/apapirovski) -
160
160
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
161
161
  * [BethGriggs](https://github.com/BethGriggs) -
162
- **Beth Griggs** <<bgriggs@redhat.com>> (she/her)
162
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
163
163
  * [BridgeAR](https://github.com/BridgeAR) -
164
164
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
165
165
  * [ChALkeR](https://github.com/ChALkeR) -
@@ -279,7 +279,7 @@ For information about the governance of the Node.js project, see
279
279
  * [benjamingr](https://github.com/benjamingr) -
280
280
  **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
281
281
  * [BethGriggs](https://github.com/BethGriggs) -
282
- **Beth Griggs** <<bgriggs@redhat.com>> (she/her)
282
+ **Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
283
283
  * [bmeck](https://github.com/bmeck) -
284
284
  **Bradley Farias** <<bradley.meck@gmail.com>>
285
285
  * [bnb](https://github.com/bnb) -
@@ -314,6 +314,8 @@ For information about the governance of the Node.js project, see
314
314
  **Evan Lucas** <<evanlucas@me.com>> (he/him)
315
315
  * [fhinkel](https://github.com/fhinkel) -
316
316
  **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
317
+ * [F3n67u](https://github.com/F3n67u) -
318
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
317
319
  * [Flarna](https://github.com/Flarna) -
318
320
  **Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
319
321
  * [gabrielschulhof](https://github.com/gabrielschulhof) -
@@ -396,8 +398,6 @@ For information about the governance of the Node.js project, see
396
398
  **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
397
399
  * [RaisinTen](https://github.com/RaisinTen) -
398
400
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
399
- * [rexagod](https://github.com/rexagod) -
400
- **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
401
401
  * [richardlau](https://github.com/richardlau) -
402
402
  **Richard Lau** <<rlau@redhat.com>>
403
403
  * [rickyes](https://github.com/rickyes) -
@@ -584,6 +584,8 @@ For information about the governance of the Node.js project, see
584
584
  **Peter Marshall** <<petermarshall@chromium.org>> (he/him)
585
585
  * [refack](https://github.com/refack) -
586
586
  **Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
587
+ * [rexagod](https://github.com/rexagod) -
588
+ **Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
587
589
  * [rlidwka](https://github.com/rlidwka) -
588
590
  **Alex Kocharin** <<alex@kocharin.ru>>
589
591
  * [rmg](https://github.com/rmg) -
@@ -662,6 +664,8 @@ maintaining the Node.js project.
662
664
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
663
665
  * [Mesteery](https://github.com/Mesteery) -
664
666
  **Mestery** <<mestery@protonmail.com>> (he/him)
667
+ * [MoLow](https://github.com/MoLow) -
668
+ **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
665
669
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
666
670
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
667
671
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -673,7 +677,7 @@ maintaining the Node.js project.
673
677
 
674
678
  Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
675
679
 
676
- * **Beth Griggs** <<bgriggs@redhat.com>>
680
+ * **Beth Griggs** <<bethanyngriggs@gmail.com>>
677
681
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
678
682
  * **Bryan English** <<bryan@bryanenglish.com>>
679
683
  `141F07595B7B3FFE74309A937405533BE57C7D57`
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.8',
39
+ 'v8_embedder_string': '-node.9',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -29,15 +29,16 @@
29
29
  'node_install_npm': 'true',
30
30
  'node_library_files': [ 'lib/test.js',
31
31
  'lib/tls.js',
32
- 'lib/_http_agent.js',
33
- 'lib/_http_server.js',
34
32
  'lib/crypto.js',
33
+ 'lib/child_process.js',
35
34
  'lib/_stream_duplex.js',
36
35
  'lib/_stream_passthrough.js',
37
36
  'lib/_stream_readable.js',
38
37
  'lib/_stream_transform.js',
39
38
  'lib/_stream_wrap.js',
40
39
  'lib/_stream_writable.js',
40
+ 'lib/_http_client.js',
41
+ 'lib/repl.js',
41
42
  'lib/cluster.js',
42
43
  'lib/console.js',
43
44
  'lib/constants.js',
@@ -56,14 +57,14 @@
56
57
  'lib/_tls_common.js',
57
58
  'lib/os.js',
58
59
  'lib/wasi.js',
60
+ 'lib/_http_server.js',
59
61
  'lib/inspector.js',
60
- 'lib/_http_client.js',
61
- 'lib/net.js',
62
62
  'lib/vm.js',
63
+ 'lib/v8.js',
63
64
  'lib/_http_incoming.js',
64
65
  'lib/dns.js',
65
- 'lib/v8.js',
66
66
  'lib/https.js',
67
+ 'lib/net.js',
67
68
  'lib/dgram.js',
68
69
  'lib/domain.js',
69
70
  'lib/http.js',
@@ -74,13 +75,12 @@
74
75
  'lib/util.js',
75
76
  'lib/zlib.js',
76
77
  'lib/assert.js',
77
- 'lib/child_process.js',
78
78
  'lib/fs.js',
79
- 'lib/repl.js',
79
+ 'lib/_http_common.js',
80
80
  'lib/async_hooks.js',
81
81
  'lib/events.js',
82
+ 'lib/_http_agent.js',
82
83
  'lib/readline.js',
83
- 'lib/_http_common.js',
84
84
  'lib/_http_outgoing.js',
85
85
  'lib/_tls_wrap.js',
86
86
  'lib/buffer.js',
@@ -93,7 +93,6 @@
93
93
  'lib/internal/cli_table.js',
94
94
  'lib/internal/constants.js',
95
95
  'lib/internal/dgram.js',
96
- 'lib/internal/dtrace.js',
97
96
  'lib/internal/fixed_queue.js',
98
97
  'lib/internal/freelist.js',
99
98
  'lib/internal/heap_utils.js',
@@ -103,7 +102,6 @@
103
102
  'lib/internal/linkedlist.js',
104
103
  'lib/internal/net.js',
105
104
  'lib/internal/options.js',
106
- 'lib/internal/priority_queue.js',
107
105
  'lib/internal/querystring.js',
108
106
  'lib/internal/repl.js',
109
107
  'lib/internal/socket_list.js',
@@ -116,7 +114,7 @@
116
114
  'lib/internal/v8_prof_processor.js',
117
115
  'lib/internal/wasm_web_api.js',
118
116
  'lib/internal/watchdog.js',
119
- 'lib/internal/abort_controller.js',
117
+ 'lib/internal/dtrace.js',
120
118
  'lib/internal/async_hooks.js',
121
119
  'lib/internal/child_process.js',
122
120
  'lib/internal/error_serdes.js',
@@ -130,16 +128,18 @@
130
128
  'lib/internal/http.js',
131
129
  'lib/internal/tty.js',
132
130
  'lib/internal/util.js',
133
- 'lib/internal/worker.js',
134
131
  'lib/internal/event_target.js',
132
+ 'lib/internal/priority_queue.js',
135
133
  'lib/internal/validators.js',
134
+ 'lib/internal/abort_controller.js',
135
+ 'lib/internal/worker.js',
136
136
  'lib/internal/assert/assertion_error.js',
137
137
  'lib/internal/assert/calltracker.js',
138
138
  'lib/internal/bootstrap/environment.js',
139
139
  'lib/internal/bootstrap/loaders.js',
140
140
  'lib/internal/bootstrap/browser.js',
141
- 'lib/internal/bootstrap/pre_execution.js',
142
141
  'lib/internal/bootstrap/node.js',
142
+ 'lib/internal/bootstrap/pre_execution.js',
143
143
  'lib/internal/bootstrap/switches/does_not_own_process_state.js',
144
144
  'lib/internal/bootstrap/switches/does_own_process_state.js',
145
145
  'lib/internal/bootstrap/switches/is_not_main_thread.js',
@@ -158,7 +158,6 @@
158
158
  'lib/internal/crypto/hkdf.js',
159
159
  'lib/internal/crypto/pbkdf2.js',
160
160
  'lib/internal/crypto/sig.js',
161
- 'lib/internal/crypto/keys.js',
162
161
  'lib/internal/crypto/hashnames.js',
163
162
  'lib/internal/crypto/keygen.js',
164
163
  'lib/internal/crypto/mac.js',
@@ -166,13 +165,14 @@
166
165
  'lib/internal/crypto/scrypt.js',
167
166
  'lib/internal/crypto/util.js',
168
167
  'lib/internal/crypto/x509.js',
169
- 'lib/internal/crypto/cfrg.js',
170
168
  'lib/internal/crypto/ec.js',
171
169
  'lib/internal/crypto/aes.js',
172
170
  'lib/internal/crypto/diffiehellman.js',
173
171
  'lib/internal/crypto/hash.js',
174
172
  'lib/internal/crypto/rsa.js',
175
173
  'lib/internal/crypto/webcrypto.js',
174
+ 'lib/internal/crypto/cfrg.js',
175
+ 'lib/internal/crypto/keys.js',
176
176
  'lib/internal/debugger/inspect_client.js',
177
177
  'lib/internal/debugger/inspect.js',
178
178
  'lib/internal/debugger/inspect_repl.js',
@@ -199,10 +199,10 @@
199
199
  'lib/internal/main/prof_process.js',
200
200
  'lib/internal/main/repl.js',
201
201
  'lib/internal/main/run_main_module.js',
202
- 'lib/internal/main/worker_thread.js',
203
202
  'lib/internal/main/mksnapshot.js',
204
203
  'lib/internal/main/print_help.js',
205
204
  'lib/internal/main/test_runner.js',
205
+ 'lib/internal/main/worker_thread.js',
206
206
  'lib/internal/modules/package_json_reader.js',
207
207
  'lib/internal/modules/run_main.js',
208
208
  'lib/internal/modules/cjs/helpers.js',
@@ -217,22 +217,22 @@
217
217
  'lib/internal/modules/esm/initialize_import_meta.js',
218
218
  'lib/internal/modules/esm/load.js',
219
219
  'lib/internal/modules/esm/loader.js',
220
- 'lib/internal/modules/esm/resolve.js',
221
220
  'lib/internal/modules/esm/translators.js',
222
221
  'lib/internal/modules/esm/module_job.js',
222
+ 'lib/internal/modules/esm/resolve.js',
223
223
  'lib/internal/per_context/messageport.js',
224
224
  'lib/internal/per_context/domexception.js',
225
225
  'lib/internal/per_context/primordials.js',
226
- 'lib/internal/perf/event_loop_utilization.js',
227
226
  'lib/internal/perf/performance_entry.js',
228
227
  'lib/internal/perf/utils.js',
229
228
  'lib/internal/perf/nodetiming.js',
230
- 'lib/internal/perf/performance.js',
231
229
  'lib/internal/perf/event_loop_delay.js',
232
230
  'lib/internal/perf/observe.js',
233
231
  'lib/internal/perf/usertiming.js',
234
232
  'lib/internal/perf/timerify.js',
235
233
  'lib/internal/perf/resource_timing.js',
234
+ 'lib/internal/perf/event_loop_utilization.js',
235
+ 'lib/internal/perf/performance.js',
236
236
  'lib/internal/policy/manifest.js',
237
237
  'lib/internal/policy/sri.js',
238
238
  'lib/internal/process/execution.js',
@@ -250,9 +250,9 @@
250
250
  'lib/internal/readline/promises.js',
251
251
  'lib/internal/readline/interface.js',
252
252
  'lib/internal/readline/utils.js',
253
- 'lib/internal/repl/await.js',
254
253
  'lib/internal/repl/history.js',
255
254
  'lib/internal/repl/utils.js',
255
+ 'lib/internal/repl/await.js',
256
256
  'lib/internal/source_map/source_map.js',
257
257
  'lib/internal/source_map/prepare_stack_trace.js',
258
258
  'lib/internal/source_map/source_map_cache.js',
@@ -264,16 +264,16 @@
264
264
  'lib/internal/streams/legacy.js',
265
265
  'lib/internal/streams/passthrough.js',
266
266
  'lib/internal/streams/state.js',
267
- 'lib/internal/streams/transform.js',
268
267
  'lib/internal/streams/utils.js',
269
268
  'lib/internal/streams/duplex.js',
270
269
  'lib/internal/streams/lazy_transform.js',
271
- 'lib/internal/streams/readable.js',
272
270
  'lib/internal/streams/writable.js',
273
271
  'lib/internal/streams/end-of-stream.js',
274
272
  'lib/internal/streams/destroy.js',
275
273
  'lib/internal/streams/operators.js',
276
274
  'lib/internal/streams/pipeline.js',
275
+ 'lib/internal/streams/readable.js',
276
+ 'lib/internal/streams/transform.js',
277
277
  'lib/internal/test/binding.js',
278
278
  'lib/internal/test/transfer.js',
279
279
  'lib/internal/test_runner/tap_stream.js',
@@ -288,16 +288,16 @@
288
288
  'lib/internal/util/inspector.js',
289
289
  'lib/internal/util/types.js',
290
290
  'lib/internal/util/inspect.js',
291
- 'lib/internal/util/parse_args/parse_args.js',
292
291
  'lib/internal/util/parse_args/utils.js',
292
+ 'lib/internal/util/parse_args/parse_args.js',
293
293
  'lib/internal/vm/module.js',
294
294
  'lib/internal/webstreams/compression.js',
295
295
  'lib/internal/webstreams/queuingstrategies.js',
296
296
  'lib/internal/webstreams/transformstream.js',
297
297
  'lib/internal/webstreams/writablestream.js',
298
298
  'lib/internal/webstreams/transfer.js',
299
- 'lib/internal/webstreams/adapters.js',
300
299
  'lib/internal/webstreams/encoding.js',
300
+ 'lib/internal/webstreams/adapters.js',
301
301
  'lib/internal/webstreams/readablestream.js',
302
302
  'lib/internal/webstreams/util.js',
303
303
  'lib/internal/worker/js_transferable.js',
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 6
26
+ #define NODE_MINOR_VERSION 7
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 15:45:30 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:43:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 15:45:40 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:44:06 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 15:45:49 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:44:15 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jul 5 15:45:57 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:44:23 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jul 5 15:46:09 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:44:36 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jul 5 15:46:21 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:44:48 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 15:52:54 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:51:23 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 15:53:02 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:51:31 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 15:53:11 2022 UTC"
14
+ #define DATE "built on: Fri Jul 8 16:51:40 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a