node-linux-arm64 19.6.0 → 19.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 (293) hide show
  1. package/CHANGELOG.md +174 -1
  2. package/LICENSE +22 -0
  3. package/README.md +10 -6
  4. package/bin/node +0 -0
  5. package/include/node/config.gypi +4 -1
  6. package/include/node/node.h +170 -1
  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/include/openssl/cmp.h +10 -6
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509v3.h +2 -2
  12. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +10 -6
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509v3.h +2 -2
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +10 -6
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509v3.h +2 -2
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +10 -6
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509v3.h +2 -2
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +10 -6
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +10 -6
  40. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h +2 -2
  42. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +10 -6
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509v3.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +10 -6
  50. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509v3.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +10 -6
  55. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h +2 -2
  57. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  59. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +10 -6
  60. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h +2 -2
  62. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  64. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +10 -6
  65. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509v3.h +2 -2
  67. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  68. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  69. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +10 -6
  70. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509v3.h +2 -2
  72. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +10 -6
  75. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509v3.h +2 -2
  77. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  78. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +10 -6
  80. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509v3.h +2 -2
  82. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  83. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +10 -6
  85. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h +2 -2
  87. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  88. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +10 -6
  90. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509v3.h +2 -2
  92. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +10 -6
  95. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  97. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  98. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +10 -9
  99. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +10 -6
  100. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h +2 -2
  102. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  103. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +10 -6
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h +2 -2
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  110. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  112. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  113. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  114. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +10 -6
  115. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h +2 -2
  117. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  118. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +10 -6
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h +2 -2
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +10 -6
  130. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h +2 -2
  132. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +10 -6
  135. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h +2 -2
  137. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  138. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +10 -6
  140. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509v3.h +2 -2
  142. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  143. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +10 -6
  145. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509v3.h +2 -2
  147. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  148. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +10 -6
  150. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h +2 -2
  152. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  153. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +10 -6
  155. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509v3.h +2 -2
  157. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  158. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +10 -6
  160. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509v3.h +2 -2
  162. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  163. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +10 -6
  165. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h +2 -2
  167. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  168. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  169. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +10 -6
  170. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509v3.h +2 -2
  172. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  173. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +10 -6
  175. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509v3.h +2 -2
  177. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  178. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +10 -6
  180. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h +2 -2
  182. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  183. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  184. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +10 -6
  185. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509v3.h +2 -2
  187. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  188. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +10 -6
  190. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  191. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509v3.h +2 -2
  192. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  193. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +10 -6
  195. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  196. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509v3.h +2 -2
  197. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  198. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  199. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  200. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  201. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  202. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  203. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  204. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +10 -6
  205. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  206. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  207. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  208. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +10 -6
  210. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h +2 -2
  212. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  213. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  215. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  216. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  217. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  218. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +10 -6
  220. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  221. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509v3.h +2 -2
  222. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  223. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  224. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +10 -6
  225. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  226. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h +2 -2
  227. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  228. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  229. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +10 -6
  230. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  231. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509v3.h +2 -2
  232. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  233. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  234. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +10 -6
  235. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  236. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509v3.h +2 -2
  237. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  238. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  239. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +10 -6
  240. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  241. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509v3.h +2 -2
  242. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  243. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  244. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +10 -6
  245. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  246. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h +2 -2
  247. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  248. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  249. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  250. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  251. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  252. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  253. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  254. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +10 -6
  255. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  256. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509v3.h +2 -2
  257. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  258. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  259. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +10 -6
  260. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  261. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509v3.h +2 -2
  262. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  263. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  264. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  265. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  266. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  267. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  268. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  269. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +10 -6
  270. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  271. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h +2 -2
  272. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  273. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  274. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +10 -6
  275. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  276. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h +2 -2
  277. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  278. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  279. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +10 -6
  285. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  286. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h +2 -2
  287. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  288. package/include/node/openssl/cmperr.h +3 -1
  289. package/include/node/openssl/cmserr.h +1 -0
  290. package/include/node/openssl/sslerr.h +1 -0
  291. package/include/node/openssl/trace.h +3 -5
  292. package/package.json +1 -1
  293. package/share/man/man1/node.1 +3 -0
package/CHANGELOG.md CHANGED
@@ -8,7 +8,9 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
- <b><a href="#19.6.0">19.6.0</a></b><br/>
11
+ <b><a href="#19.7.0">19.7.0</a></b><br/>
12
+ <a href="#19.6.1">19.6.1</a><br/>
13
+ <a href="#19.6.0">19.6.0</a><br/>
12
14
  <a href="#19.5.0">19.5.0</a><br/>
13
15
  <a href="#19.4.0">19.4.0</a><br/>
14
16
  <a href="#19.3.0">19.3.0</a><br/>
@@ -41,6 +43,177 @@
41
43
  * [io.js](CHANGELOG_IOJS.md)
42
44
  * [Archive](CHANGELOG_ARCHIVE.md)
43
45
 
46
+ <a id="19.7.0"></a>
47
+
48
+ ## 2023-02-21, Version 19.7.0 (Current), @MylesBorins
49
+
50
+ ### Notable Changes
51
+
52
+ * \[[`60a612607e`](https://github.com/nodejs/node/commit/60a612607e)] - **deps**: upgrade npm to 9.5.0 (npm team) [#46673](https://github.com/nodejs/node/pull/46673)
53
+ * \[[`7d6c27eab1`](https://github.com/nodejs/node/commit/7d6c27eab1)] - **deps**: add ada as a dependency (Yagiz Nizipli) [#46410](https://github.com/nodejs/node/pull/46410)
54
+ * \[[`a79a8bf85a`](https://github.com/nodejs/node/commit/a79a8bf85a)] - **doc**: add debadree25 to collaborators (Debadree Chatterjee) [#46716](https://github.com/nodejs/node/pull/46716)
55
+ * \[[`0c2c322ee6`](https://github.com/nodejs/node/commit/0c2c322ee6)] - **doc**: add deokjinkim to collaborators (Deokjin Kim) [#46444](https://github.com/nodejs/node/pull/46444)
56
+ * \[[`9b23309f53`](https://github.com/nodejs/node/commit/9b23309f53)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
57
+ * \[[`8590eb4830`](https://github.com/nodejs/node/commit/8590eb4830)] - **(SEMVER-MINOR)** **lib**: add aborted() utility function (Debadree Chatterjee) [#46494](https://github.com/nodejs/node/pull/46494)
58
+ * \[[`164bfe82cc`](https://github.com/nodejs/node/commit/164bfe82cc)] - **(SEMVER-MINOR)** **src**: add initial support for single executable applications (Darshan Sen) [#45038](https://github.com/nodejs/node/pull/45038)
59
+ * \[[`f3908411fd`](https://github.com/nodejs/node/commit/f3908411fd)] - **(SEMVER-MINOR)** **src**: allow optional Isolate termination in node::Stop() (Shelley Vohr) [#46583](https://github.com/nodejs/node/pull/46583)
60
+ * \[[`c34bac2fed`](https://github.com/nodejs/node/commit/c34bac2fed)] - **(SEMVER-MINOR)** **src**: allow blobs in addition to `FILE*`s in embedder snapshot API (Anna Henningsen) [#46491](https://github.com/nodejs/node/pull/46491)
61
+ * \[[`683a1f8f3e`](https://github.com/nodejs/node/commit/683a1f8f3e)] - **(SEMVER-MINOR)** **src**: allow snapshotting from the embedder API (Anna Henningsen) [#45888](https://github.com/nodejs/node/pull/45888)
62
+ * \[[`658d2f4710`](https://github.com/nodejs/node/commit/658d2f4710)] - **(SEMVER-MINOR)** **src**: make build\_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) [#45888](https://github.com/nodejs/node/pull/45888)
63
+ * \[[`6801d3753c`](https://github.com/nodejs/node/commit/6801d3753c)] - **(SEMVER-MINOR)** **src**: add snapshot support for embedder API (Anna Henningsen) [#45888](https://github.com/nodejs/node/pull/45888)
64
+ * \[[`e77d538d32`](https://github.com/nodejs/node/commit/e77d538d32)] - **(SEMVER-MINOR)** **src**: allow embedder control of code generation policy (Shelley Vohr) [#46368](https://github.com/nodejs/node/pull/46368)
65
+ * \[[`633d3f292d`](https://github.com/nodejs/node/commit/633d3f292d)] - **(SEMVER-MINOR)** **stream**: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) [#46273](https://github.com/nodejs/node/pull/46273)
66
+ * \[[`6119289251`](https://github.com/nodejs/node/commit/6119289251)] - **test\_runner**: add initial code coverage support (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
67
+ * \[[`a51fe3c663`](https://github.com/nodejs/node/commit/a51fe3c663)] - **url**: replace url-parser with ada (Yagiz Nizipli) [#46410](https://github.com/nodejs/node/pull/46410)
68
+
69
+ ### Commits
70
+
71
+ * \[[`731a7ae9da`](https://github.com/nodejs/node/commit/731a7ae9da)] - **async\_hooks**: add async local storage propagation benchmarks (Chengzhong Wu) [#46414](https://github.com/nodejs/node/pull/46414)
72
+ * \[[`05ad792a07`](https://github.com/nodejs/node/commit/05ad792a07)] - **async\_hooks**: remove experimental onPropagate option (James M Snell) [#46386](https://github.com/nodejs/node/pull/46386)
73
+ * \[[`6b21170b10`](https://github.com/nodejs/node/commit/6b21170b10)] - **benchmark**: add trailing commas in `benchmark/path` (Antoine du Hamel) [#46628](https://github.com/nodejs/node/pull/46628)
74
+ * \[[`4b89ec409f`](https://github.com/nodejs/node/commit/4b89ec409f)] - **benchmark**: add trailing commas in `benchmark/http` (Antoine du Hamel) [#46609](https://github.com/nodejs/node/pull/46609)
75
+ * \[[`ff95eb7386`](https://github.com/nodejs/node/commit/ff95eb7386)] - **benchmark**: add trailing commas in `benchmark/crypto` (Antoine du Hamel) [#46553](https://github.com/nodejs/node/pull/46553)
76
+ * \[[`638d9b8d4b`](https://github.com/nodejs/node/commit/638d9b8d4b)] - **benchmark**: add trailing commas in `benchmark/url` (Antoine du Hamel) [#46551](https://github.com/nodejs/node/pull/46551)
77
+ * \[[`7524871a9b`](https://github.com/nodejs/node/commit/7524871a9b)] - **benchmark**: add trailing commas in `benchmark/http2` (Antoine du Hamel) [#46552](https://github.com/nodejs/node/pull/46552)
78
+ * \[[`9d9b3f856f`](https://github.com/nodejs/node/commit/9d9b3f856f)] - **benchmark**: add trailing commas in `benchmark/process` (Antoine du Hamel) [#46481](https://github.com/nodejs/node/pull/46481)
79
+ * \[[`6c69ad6d43`](https://github.com/nodejs/node/commit/6c69ad6d43)] - **benchmark**: add trailing commas in `benchmark/misc` (Antoine du Hamel) [#46474](https://github.com/nodejs/node/pull/46474)
80
+ * \[[`7f8b292bee`](https://github.com/nodejs/node/commit/7f8b292bee)] - **benchmark**: add trailing commas in `benchmark/buffers` (Antoine du Hamel) [#46473](https://github.com/nodejs/node/pull/46473)
81
+ * \[[`897e3c2782`](https://github.com/nodejs/node/commit/897e3c2782)] - **benchmark**: add trailing commas in `benchmark/module` (Antoine du Hamel) [#46461](https://github.com/nodejs/node/pull/46461)
82
+ * \[[`7760d40c04`](https://github.com/nodejs/node/commit/7760d40c04)] - **benchmark**: add trailing commas in `benchmark/net` (Antoine du Hamel) [#46439](https://github.com/nodejs/node/pull/46439)
83
+ * \[[`8b88d605ca`](https://github.com/nodejs/node/commit/8b88d605ca)] - **benchmark**: add trailing commas in `benchmark/util` (Antoine du Hamel) [#46438](https://github.com/nodejs/node/pull/46438)
84
+ * \[[`2c8c9f978d`](https://github.com/nodejs/node/commit/2c8c9f978d)] - **benchmark**: add trailing commas in `benchmark/async_hooks` (Antoine du Hamel) [#46424](https://github.com/nodejs/node/pull/46424)
85
+ * \[[`b364b9bd60`](https://github.com/nodejs/node/commit/b364b9bd60)] - **benchmark**: add trailing commas in `benchmark/fs` (Antoine du Hamel) [#46426](https://github.com/nodejs/node/pull/46426)
86
+ * \[[`e15ddba7e7`](https://github.com/nodejs/node/commit/e15ddba7e7)] - **build**: add GitHub Action for coverage with --without-intl (Rich Trott) [#37954](https://github.com/nodejs/node/pull/37954)
87
+ * \[[`c781a48097`](https://github.com/nodejs/node/commit/c781a48097)] - **build**: do not disable inspector when intl is disabled (Rich Trott) [#37954](https://github.com/nodejs/node/pull/37954)
88
+ * \[[`b4deb2fcd5`](https://github.com/nodejs/node/commit/b4deb2fcd5)] - **crypto**: don't assume FIPS is disabled by default (Michael Dawson) [#46532](https://github.com/nodejs/node/pull/46532)
89
+ * \[[`60a612607e`](https://github.com/nodejs/node/commit/60a612607e)] - **deps**: upgrade npm to 9.5.0 (npm team) [#46673](https://github.com/nodejs/node/pull/46673)
90
+ * \[[`6c997035fc`](https://github.com/nodejs/node/commit/6c997035fc)] - **deps**: update corepack to 0.16.0 (Node.js GitHub Bot) [#46710](https://github.com/nodejs/node/pull/46710)
91
+ * \[[`2ed3875eee`](https://github.com/nodejs/node/commit/2ed3875eee)] - **deps**: update undici to 5.20.0 (Node.js GitHub Bot) [#46711](https://github.com/nodejs/node/pull/46711)
92
+ * \[[`20cb13bf7f`](https://github.com/nodejs/node/commit/20cb13bf7f)] - **deps**: update ada to v1.0.1 (Yagiz Nizipli) [#46550](https://github.com/nodejs/node/pull/46550)
93
+ * \[[`c0983cfc06`](https://github.com/nodejs/node/commit/c0983cfc06)] - **deps**: copy `postject-api.h` and `LICENSE` to the `deps` folder (Darshan Sen) [#46582](https://github.com/nodejs/node/pull/46582)
94
+ * \[[`7d6c27eab1`](https://github.com/nodejs/node/commit/7d6c27eab1)] - **deps**: add ada as a dependency (Yagiz Nizipli) [#46410](https://github.com/nodejs/node/pull/46410)
95
+ * \[[`7e7e2d037b`](https://github.com/nodejs/node/commit/7e7e2d037b)] - **deps**: update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://github.com/nodejs/node/pull/46415)
96
+ * \[[`a79a8bf85a`](https://github.com/nodejs/node/commit/a79a8bf85a)] - **doc**: add debadree25 to collaborators (Debadree Chatterjee) [#46716](https://github.com/nodejs/node/pull/46716)
97
+ * \[[`6a8b04d709`](https://github.com/nodejs/node/commit/6a8b04d709)] - **doc**: move bcoe to emeriti (Benjamin Coe) [#46703](https://github.com/nodejs/node/pull/46703)
98
+ * \[[`a0a6ee0f54`](https://github.com/nodejs/node/commit/a0a6ee0f54)] - **doc**: add response.strictContentLength to documentation (Marco Ippolito) [#46627](https://github.com/nodejs/node/pull/46627)
99
+ * \[[`ffdd64dce3`](https://github.com/nodejs/node/commit/ffdd64dce3)] - **doc**: remove unused functions from example of `streamConsumers.text` (Deokjin Kim) [#46581](https://github.com/nodejs/node/pull/46581)
100
+ * \[[`c771d66864`](https://github.com/nodejs/node/commit/c771d66864)] - **doc**: fix test runner examples (Richie McColl) [#46565](https://github.com/nodejs/node/pull/46565)
101
+ * \[[`375bb22df9`](https://github.com/nodejs/node/commit/375bb22df9)] - **doc**: update test concurrency description / default values (richiemccoll) [#46457](https://github.com/nodejs/node/pull/46457)
102
+ * \[[`a7beac04ba`](https://github.com/nodejs/node/commit/a7beac04ba)] - **doc**: enrich test command with executable (Tony Gorez) [#44347](https://github.com/nodejs/node/pull/44347)
103
+ * \[[`aef57cd290`](https://github.com/nodejs/node/commit/aef57cd290)] - **doc**: fix wrong location of `requestTimeout`'s default value (Deokjin Kim) [#46423](https://github.com/nodejs/node/pull/46423)
104
+ * \[[`0c2c322ee6`](https://github.com/nodejs/node/commit/0c2c322ee6)] - **doc**: add deokjinkim to collaborators (Deokjin Kim) [#46444](https://github.com/nodejs/node/pull/46444)
105
+ * \[[`31d3e3c486`](https://github.com/nodejs/node/commit/31d3e3c486)] - **doc**: fix -C flag usage (三咲智子 Kevin Deng) [#46388](https://github.com/nodejs/node/pull/46388)
106
+ * \[[`905a6756a3`](https://github.com/nodejs/node/commit/905a6756a3)] - **doc**: add note about major release rotation (Rafael Gonzaga) [#46436](https://github.com/nodejs/node/pull/46436)
107
+ * \[[`33a98c42fa`](https://github.com/nodejs/node/commit/33a98c42fa)] - **doc**: update threat model based on discussions (Michael Dawson) [#46373](https://github.com/nodejs/node/pull/46373)
108
+ * \[[`9b23309f53`](https://github.com/nodejs/node/commit/9b23309f53)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
109
+ * \[[`f192b83800`](https://github.com/nodejs/node/commit/f192b83800)] - **esm**: misc test refactors (Geoffrey Booth) [#46631](https://github.com/nodejs/node/pull/46631)
110
+ * \[[`7f2cdd36cf`](https://github.com/nodejs/node/commit/7f2cdd36cf)] - **http**: add note about clientError event (Paolo Insogna) [#46584](https://github.com/nodejs/node/pull/46584)
111
+ * \[[`d8c527f24f`](https://github.com/nodejs/node/commit/d8c527f24f)] - **http**: use v8::Array::New() with a prebuilt vector (Joyee Cheung) [#46447](https://github.com/nodejs/node/pull/46447)
112
+ * \[[`fa600fe003`](https://github.com/nodejs/node/commit/fa600fe003)] - **lib**: add trailing commas in `internal/process` (Antoine du Hamel) [#46687](https://github.com/nodejs/node/pull/46687)
113
+ * \[[`4aebee63f0`](https://github.com/nodejs/node/commit/4aebee63f0)] - **lib**: do not crash using workers with disabled shared array buffers (Ruben Bridgewater) [#41023](https://github.com/nodejs/node/pull/41023)
114
+ * \[[`a740908588`](https://github.com/nodejs/node/commit/a740908588)] - **lib**: delete module findPath unused params (sinkhaha) [#45371](https://github.com/nodejs/node/pull/45371)
115
+ * \[[`8b46c763d9`](https://github.com/nodejs/node/commit/8b46c763d9)] - **lib**: enforce use of trailing commas in more files (Antoine du Hamel) [#46655](https://github.com/nodejs/node/pull/46655)
116
+ * \[[`aae0020e27`](https://github.com/nodejs/node/commit/aae0020e27)] - **lib**: enforce use of trailing commas for functions (Antoine du Hamel) [#46629](https://github.com/nodejs/node/pull/46629)
117
+ * \[[`da9ebaf138`](https://github.com/nodejs/node/commit/da9ebaf138)] - **lib**: predeclare Event.isTrusted prop descriptor (Santiago Gimeno) [#46527](https://github.com/nodejs/node/pull/46527)
118
+ * \[[`35570e970e`](https://github.com/nodejs/node/commit/35570e970e)] - **lib**: tighten `AbortSignal.prototype.throwIfAborted` implementation (Antoine du Hamel) [#46521](https://github.com/nodejs/node/pull/46521)
119
+ * \[[`8590eb4830`](https://github.com/nodejs/node/commit/8590eb4830)] - **(SEMVER-MINOR)** **lib**: add aborted() utility function (Debadree Chatterjee) [#46494](https://github.com/nodejs/node/pull/46494)
120
+ * \[[`5d1a729f76`](https://github.com/nodejs/node/commit/5d1a729f76)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46624](https://github.com/nodejs/node/pull/46624)
121
+ * \[[`cb9b9ad879`](https://github.com/nodejs/node/commit/cb9b9ad879)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#46513](https://github.com/nodejs/node/pull/46513)
122
+ * \[[`17b82c85d9`](https://github.com/nodejs/node/commit/17b82c85d9)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46504](https://github.com/nodejs/node/pull/46504)
123
+ * \[[`bb14a2b098`](https://github.com/nodejs/node/commit/bb14a2b098)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#46411](https://github.com/nodejs/node/pull/46411)
124
+ * \[[`152a3c7d1d`](https://github.com/nodejs/node/commit/152a3c7d1d)] - **process**: print versions by sort (Himself65) [#46428](https://github.com/nodejs/node/pull/46428)
125
+ * \[[`164bfe82cc`](https://github.com/nodejs/node/commit/164bfe82cc)] - **(SEMVER-MINOR)** **src**: add initial support for single executable applications (Darshan Sen) [#45038](https://github.com/nodejs/node/pull/45038)
126
+ * \[[`f3908411fd`](https://github.com/nodejs/node/commit/f3908411fd)] - **(SEMVER-MINOR)** **src**: allow optional Isolate termination in node::Stop() (Shelley Vohr) [#46583](https://github.com/nodejs/node/pull/46583)
127
+ * \[[`bdba600d32`](https://github.com/nodejs/node/commit/bdba600d32)] - **src**: remove icu usage from node\_string.cc (Yagiz Nizipli) [#46548](https://github.com/nodejs/node/pull/46548)
128
+ * \[[`31fb2e22a0`](https://github.com/nodejs/node/commit/31fb2e22a0)] - **src**: add fflush() to SnapshotData::ToFile() (Anna Henningsen) [#46531](https://github.com/nodejs/node/pull/46531)
129
+ * \[[`c34bac2fed`](https://github.com/nodejs/node/commit/c34bac2fed)] - **(SEMVER-MINOR)** **src**: allow blobs in addition to `FILE*`s in embedder snapshot API (Anna Henningsen) [#46491](https://github.com/nodejs/node/pull/46491)
130
+ * \[[`c3325bfc0d`](https://github.com/nodejs/node/commit/c3325bfc0d)] - **src**: make edge names in BaseObjects more descriptive in heap snapshots (Joyee Cheung) [#46492](https://github.com/nodejs/node/pull/46492)
131
+ * \[[`3c5db8f419`](https://github.com/nodejs/node/commit/3c5db8f419)] - **src**: avoid leaking snapshot fp on error (Tobias Nießen) [#46497](https://github.com/nodejs/node/pull/46497)
132
+ * \[[`1a808a4aad`](https://github.com/nodejs/node/commit/1a808a4aad)] - **src**: check return value of ftell() (Tobias Nießen) [#46495](https://github.com/nodejs/node/pull/46495)
133
+ * \[[`f72f643549`](https://github.com/nodejs/node/commit/f72f643549)] - **src**: remove unused includes from main thread (Yagiz Nizipli) [#46471](https://github.com/nodejs/node/pull/46471)
134
+ * \[[`60c2a863da`](https://github.com/nodejs/node/commit/60c2a863da)] - **src**: use string\_view instead of std::string& (Yagiz Nizipli) [#46471](https://github.com/nodejs/node/pull/46471)
135
+ * \[[`f35f6d2218`](https://github.com/nodejs/node/commit/f35f6d2218)] - **src**: use simdutf utf8 to utf16 instead of icu (Yagiz Nizipli) [#46471](https://github.com/nodejs/node/pull/46471)
136
+ * \[[`00b81c7afe`](https://github.com/nodejs/node/commit/00b81c7afe)] - **src**: replace icu with simdutf for char counts (Yagiz Nizipli) [#46472](https://github.com/nodejs/node/pull/46472)
137
+ * \[[`683a1f8f3e`](https://github.com/nodejs/node/commit/683a1f8f3e)] - **(SEMVER-MINOR)** **src**: allow snapshotting from the embedder API (Anna Henningsen) [#45888](https://github.com/nodejs/node/pull/45888)
138
+ * \[[`658d2f4710`](https://github.com/nodejs/node/commit/658d2f4710)] - **(SEMVER-MINOR)** **src**: make build\_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) [#45888](https://github.com/nodejs/node/pull/45888)
139
+ * \[[`6801d3753c`](https://github.com/nodejs/node/commit/6801d3753c)] - **(SEMVER-MINOR)** **src**: add snapshot support for embedder API (Anna Henningsen) [#45888](https://github.com/nodejs/node/pull/45888)
140
+ * \[[`95065c3185`](https://github.com/nodejs/node/commit/95065c3185)] - **src**: add additional utilities to crypto::SecureContext (James M Snell) [#45912](https://github.com/nodejs/node/pull/45912)
141
+ * \[[`efc59d0843`](https://github.com/nodejs/node/commit/efc59d0843)] - **src**: add KeyObjectHandle::HasInstance (James M Snell) [#45912](https://github.com/nodejs/node/pull/45912)
142
+ * \[[`a8a2d0e2b1`](https://github.com/nodejs/node/commit/a8a2d0e2b1)] - **src**: add GetCurrentCipherName/Version to crypto\_common (James M Snell) [#45912](https://github.com/nodejs/node/pull/45912)
143
+ * \[[`6cf860d3d6`](https://github.com/nodejs/node/commit/6cf860d3d6)] - **src**: back snapshot I/O with a std::vector sink (Joyee Cheung) [#46463](https://github.com/nodejs/node/pull/46463)
144
+ * \[[`e77d538d32`](https://github.com/nodejs/node/commit/e77d538d32)] - **(SEMVER-MINOR)** **src**: allow embedder control of code generation policy (Shelley Vohr) [#46368](https://github.com/nodejs/node/pull/46368)
145
+ * \[[`7756438c81`](https://github.com/nodejs/node/commit/7756438c81)] - **stream**: add trailing commas in webstream source files (Antoine du Hamel) [#46685](https://github.com/nodejs/node/pull/46685)
146
+ * \[[`6b64a945c6`](https://github.com/nodejs/node/commit/6b64a945c6)] - **stream**: add trailing commas in stream source files (Antoine du Hamel) [#46686](https://github.com/nodejs/node/pull/46686)
147
+ * \[[`633d3f292d`](https://github.com/nodejs/node/commit/633d3f292d)] - **(SEMVER-MINOR)** **stream**: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) [#46273](https://github.com/nodejs/node/pull/46273)
148
+ * \[[`f91260b32a`](https://github.com/nodejs/node/commit/f91260b32a)] - **stream**: refactor to use `validateAbortSignal` (Antoine du Hamel) [#46520](https://github.com/nodejs/node/pull/46520)
149
+ * \[[`6bf7388b62`](https://github.com/nodejs/node/commit/6bf7388b62)] - **stream**: allow transfer of readable byte streams (MrBBot) [#45955](https://github.com/nodejs/node/pull/45955)
150
+ * \[[`c2068537fa`](https://github.com/nodejs/node/commit/c2068537fa)] - **stream**: add pipeline() for webstreams (Debadree Chatterjee) [#46307](https://github.com/nodejs/node/pull/46307)
151
+ * \[[`4cf4b41c56`](https://github.com/nodejs/node/commit/4cf4b41c56)] - **stream**: add suport for abort signal in finished() for webstreams (Debadree Chatterjee) [#46403](https://github.com/nodejs/node/pull/46403)
152
+ * \[[`b844a09fa5`](https://github.com/nodejs/node/commit/b844a09fa5)] - **stream**: dont access Object.prototype.type during TransformStream init (Debadree Chatterjee) [#46389](https://github.com/nodejs/node/pull/46389)
153
+ * \[[`6ad01fd7b5`](https://github.com/nodejs/node/commit/6ad01fd7b5)] - **test**: fix `test-net-autoselectfamily` for kernel without IPv6 support (Livia Medeiros) [#45856](https://github.com/nodejs/node/pull/45856)
154
+ * \[[`2239e24306`](https://github.com/nodejs/node/commit/2239e24306)] - **test**: fix assertions in test-snapshot-dns-lookup\* (Tobias Nießen) [#46618](https://github.com/nodejs/node/pull/46618)
155
+ * \[[`c4ca98e786`](https://github.com/nodejs/node/commit/c4ca98e786)] - **test**: cover publicExponent validation in OpenSSL (Tobias Nießen) [#46632](https://github.com/nodejs/node/pull/46632)
156
+ * \[[`e60d3f2b1d`](https://github.com/nodejs/node/commit/e60d3f2b1d)] - **test**: add WPTRunner support for variants and generating WPT reports (Filip Skokan) [#46498](https://github.com/nodejs/node/pull/46498)
157
+ * \[[`217f2f6e2a`](https://github.com/nodejs/node/commit/217f2f6e2a)] - **test**: add trailing commas in `test/pummel` (Antoine du Hamel) [#46610](https://github.com/nodejs/node/pull/46610)
158
+ * \[[`641e1771c8`](https://github.com/nodejs/node/commit/641e1771c8)] - **test**: enable api-invalid-label.any.js in encoding WPTs (Filip Skokan) [#46506](https://github.com/nodejs/node/pull/46506)
159
+ * \[[`89aa161173`](https://github.com/nodejs/node/commit/89aa161173)] - **test**: fix tap parser fails if a test logs a number (Pulkit Gupta) [#46056](https://github.com/nodejs/node/pull/46056)
160
+ * \[[`faba8d4a30`](https://github.com/nodejs/node/commit/faba8d4a30)] - **test**: add trailing commas in `test/js-native-api` (Antoine du Hamel) [#46385](https://github.com/nodejs/node/pull/46385)
161
+ * \[[`d556ccdd26`](https://github.com/nodejs/node/commit/d556ccdd26)] - **test**: make more crypto tests work with BoringSSL (Shelley Vohr) [#46429](https://github.com/nodejs/node/pull/46429)
162
+ * \[[`c7f29b24a6`](https://github.com/nodejs/node/commit/c7f29b24a6)] - **test**: add trailing commas in `test/known_issues` (Antoine du Hamel) [#46408](https://github.com/nodejs/node/pull/46408)
163
+ * \[[`a66e7ca6c5`](https://github.com/nodejs/node/commit/a66e7ca6c5)] - **test**: add trailing commas in `test/internet` (Antoine du Hamel) [#46407](https://github.com/nodejs/node/pull/46407)
164
+ * \[[`0f75633086`](https://github.com/nodejs/node/commit/0f75633086)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#46575](https://github.com/nodejs/node/pull/46575)
165
+ * \[[`ddf5002782`](https://github.com/nodejs/node/commit/ddf5002782)] - **test\_runner**: parse non-ascii character correctly (Mert Can Altın) [#45736](https://github.com/nodejs/node/pull/45736)
166
+ * \[[`5b748114d2`](https://github.com/nodejs/node/commit/5b748114d2)] - **test\_runner**: allow nesting test within describe (Moshe Atlow) [#46544](https://github.com/nodejs/node/pull/46544)
167
+ * \[[`c526f9f70a`](https://github.com/nodejs/node/commit/c526f9f70a)] - **test\_runner**: fix missing test diagnostics (Moshe Atlow) [#46450](https://github.com/nodejs/node/pull/46450)
168
+ * \[[`b31aabb101`](https://github.com/nodejs/node/commit/b31aabb101)] - **test\_runner**: top-level diagnostics not ommited when running with --test (Pulkit Gupta) [#46441](https://github.com/nodejs/node/pull/46441)
169
+ * \[[`6119289251`](https://github.com/nodejs/node/commit/6119289251)] - **test\_runner**: add initial code coverage support (Colin Ihrig) [#46017](https://github.com/nodejs/node/pull/46017)
170
+ * \[[`6f24f0621e`](https://github.com/nodejs/node/commit/6f24f0621e)] - **timers**: cleanup no-longer relevant TODOs in timers/promises (James M Snell) [#46499](https://github.com/nodejs/node/pull/46499)
171
+ * \[[`1cd22e7d19`](https://github.com/nodejs/node/commit/1cd22e7d19)] - **tools**: fix bug in `prefer-primordials` lint rule (Antoine du Hamel) [#46659](https://github.com/nodejs/node/pull/46659)
172
+ * \[[`87df34ac28`](https://github.com/nodejs/node/commit/87df34ac28)] - **tools**: fix update-ada script (Yagiz Nizipli) [#46550](https://github.com/nodejs/node/pull/46550)
173
+ * \[[`f62b58a623`](https://github.com/nodejs/node/commit/f62b58a623)] - **tools**: add a daily wpt.fyi synchronized report upload (Filip Skokan) [#46498](https://github.com/nodejs/node/pull/46498)
174
+ * \[[`803f00aa32`](https://github.com/nodejs/node/commit/803f00aa32)] - **tools**: update eslint to 8.34.0 (Node.js GitHub Bot) [#46625](https://github.com/nodejs/node/pull/46625)
175
+ * \[[`f87216bdb2`](https://github.com/nodejs/node/commit/f87216bdb2)] - **tools**: update lint-md-dependencies to rollup\@3.15.0 to-vfile\@7.2.4 (Node.js GitHub Bot) [#46623](https://github.com/nodejs/node/pull/46623)
176
+ * \[[`8ee9e48560`](https://github.com/nodejs/node/commit/8ee9e48560)] - **tools**: update doc to remark-html\@15.0.2 to-vfile\@7.2.4 (Node.js GitHub Bot) [#46622](https://github.com/nodejs/node/pull/46622)
177
+ * \[[`148c5d9239`](https://github.com/nodejs/node/commit/148c5d9239)] - **tools**: update lint-md-dependencies to rollup\@3.13.0 vfile-reporter\@7.0.5 (Node.js GitHub Bot) [#46503](https://github.com/nodejs/node/pull/46503)
178
+ * \[[`51c6c61a58`](https://github.com/nodejs/node/commit/51c6c61a58)] - **tools**: update ESLint custom rules to not use the deprecated format (Antoine du Hamel) [#46460](https://github.com/nodejs/node/pull/46460)
179
+ * \[[`a51fe3c663`](https://github.com/nodejs/node/commit/a51fe3c663)] - **url**: replace url-parser with ada (Yagiz Nizipli) [#46410](https://github.com/nodejs/node/pull/46410)
180
+ * \[[`129c9e7180`](https://github.com/nodejs/node/commit/129c9e7180)] - **url**: remove unused `URL::ToFilePath()` (Yagiz Nizipli) [#46487](https://github.com/nodejs/node/pull/46487)
181
+ * \[[`9a604d67c3`](https://github.com/nodejs/node/commit/9a604d67c3)] - **url**: remove unused `URL::toObject` (Yagiz Nizipli) [#46486](https://github.com/nodejs/node/pull/46486)
182
+ * \[[`d6fbebda54`](https://github.com/nodejs/node/commit/d6fbebda54)] - **url**: remove unused `setURLConstructor` function (Yagiz Nizipli) [#46485](https://github.com/nodejs/node/pull/46485)
183
+ * \[[`17b3ee33c2`](https://github.com/nodejs/node/commit/17b3ee33c2)] - **vm**: properly support symbols on globals (Nicolas DUBIEN) [#46458](https://github.com/nodejs/node/pull/46458)
184
+
185
+ <a id="19.6.1"></a>
186
+
187
+ ## 2023-02-16, Version 19.6.1 (Current), @RafaelGSS
188
+
189
+ This is a security release.
190
+
191
+ ### Notable Changes
192
+
193
+ The following CVEs are fixed in this release:
194
+
195
+ * **[CVE-2023-23919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23919)**: OpenSSL errors not cleared in error stack (Medium)
196
+ * **[CVE-2023-23918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23918)**: Experimental Policies bypass via `process.mainModule.require`(High)
197
+ * **[CVE-2023-23920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23920)**: Insecure loading of ICU data through ICU\_DATA environment variable (Low)
198
+
199
+ More detailed information on each of the vulnerabilities can be found in [February 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/) blog post.
200
+
201
+ This security release includes OpenSSL security updates as outlined in the recent
202
+ [OpenSSL security advisory](https://www.openssl.org/news/secadv/20230207.txt) and `undici` security update.
203
+
204
+ ### Commits
205
+
206
+ * \[[`97d9d55d2f`](https://github.com/nodejs/node/commit/97d9d55d2f)] - **build**: build ICU with ICU\_NO\_USER\_DATA\_OVERRIDE (RafaelGSS) [nodejs-private/node-private#374](https://github.com/nodejs-private/node-private/pull/374)
207
+ * \[[`8ac90e6372`](https://github.com/nodejs/node/commit/8ac90e6372)] - **crypto**: clear OpenSSL error on invalid ca cert (RafaelGSS) [nodejs-private/node-private#368](https://github.com/nodejs-private/node-private/pull/368)
208
+ * \[[`10a4c47e3a`](https://github.com/nodejs/node/commit/10a4c47e3a)] - **deps**: update undici to 5.19.1 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
209
+ * \[[`b10fc75e4a`](https://github.com/nodejs/node/commit/b10fc75e4a)] - **deps**: update undici to 5.18.0 (Node.js GitHub Bot) [#46502](https://github.com/nodejs/node/pull/46502)
210
+ * \[[`e9b64ea8b9`](https://github.com/nodejs/node/commit/e9b64ea8b9)] - **deps**: update undici to 5.17.1 (Node.js GitHub Bot) [#46502](https://github.com/nodejs/node/pull/46502)
211
+ * \[[`66a24cec47`](https://github.com/nodejs/node/commit/66a24cec47)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#46573](https://github.com/nodejs/node/pull/46573)
212
+ * \[[`d8559aa6f5`](https://github.com/nodejs/node/commit/d8559aa6f5)] - **deps**: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) [#46573](https://github.com/nodejs/node/pull/46573)
213
+ * \[[`dc477f547d`](https://github.com/nodejs/node/commit/dc477f547d)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) [#46573](https://github.com/nodejs/node/pull/46573)
214
+ * \[[`2aae197670`](https://github.com/nodejs/node/commit/2aae197670)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
215
+ * \[[`6d17b693ec`](https://github.com/nodejs/node/commit/6d17b693ec)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
216
+
44
217
  <a id="19.6.0"></a>
45
218
 
46
219
  ## 2023-02-02, Version 19.6.0 (Current), @ruyadorno
package/LICENSE CHANGED
@@ -1338,6 +1338,28 @@ The externally maintained libraries used by Node.js are:
1338
1338
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1339
1339
  """
1340
1340
 
1341
+ - ada, located at deps/ada, is licensed as follows:
1342
+ """
1343
+ Copyright 2023 Ada authors
1344
+
1345
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1346
+ this software and associated documentation files (the "Software"), to deal in
1347
+ the Software without restriction, including without limitation the rights to
1348
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1349
+ the Software, and to permit persons to whom the Software is furnished to do so,
1350
+ subject to the following conditions:
1351
+
1352
+ The above copyright notice and this permission notice shall be included in all
1353
+ copies or substantial portions of the Software.
1354
+
1355
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1356
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1357
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1358
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1359
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1360
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1361
+ """
1362
+
1341
1363
  - npm, located at deps/npm, is licensed as follows:
1342
1364
  """
1343
1365
  The npm application
package/README.md CHANGED
@@ -284,8 +284,6 @@ For information about the governance of the Node.js project, see
284
284
  **Ash Cripps** <<email@ashleycripps.co.uk>>
285
285
  * [Ayase-252](https://github.com/Ayase-252) -
286
286
  **Qingyu Deng** <<i@ayase-lab.com>>
287
- * [bcoe](https://github.com/bcoe) -
288
- **Ben Coe** <<bencoe@gmail.com>> (he/him)
289
287
  * [bengl](https://github.com/bengl) -
290
288
  **Bryan English** <<bryan@bryanenglish.com>> (he/him)
291
289
  * [benjamingr](https://github.com/benjamingr) -
@@ -316,6 +314,10 @@ For information about the governance of the Node.js project, see
316
314
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
317
315
  * [danielleadams](https://github.com/danielleadams) -
318
316
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
317
+ * [debadree25](https://github.com/debadree25) -
318
+ **Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
319
+ * [deokjinkim](https://github.com/deokjinkim) -
320
+ **Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
319
321
  * [devnexen](https://github.com/devnexen) -
320
322
  **David Carlier** <<devnexen@gmail.com>>
321
323
  * [devsnek](https://github.com/devsnek) -
@@ -346,8 +348,6 @@ For information about the governance of the Node.js project, see
346
348
  **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
347
349
  * [iansu](https://github.com/iansu) -
348
350
  **Ian Sutherland** <<ian@iansutherland.ca>>
349
- * [indutny](https://github.com/indutny) -
350
- **Fedor Indutny** <<fedor@indutny.com>>
351
351
  * [JacksonTian](https://github.com/JacksonTian) -
352
352
  **Jackson Tian** <<shyvo1987@gmail.com>>
353
353
  * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
@@ -432,8 +432,6 @@ For information about the governance of the Node.js project, see
432
432
  **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
433
433
  * [srl295](https://github.com/srl295) -
434
434
  **Steven R Loomis** <<srl295@gmail.com>>
435
- * [starkwang](https://github.com/starkwang) -
436
- **Weijia Wang** <<starkwang@126.com>>
437
435
  * [sxa](https://github.com/sxa) -
438
436
  **Stewart X Addison** <<sxa@redhat.com>> (he/him)
439
437
  * [targos](https://github.com/targos) -
@@ -480,6 +478,8 @@ For information about the governance of the Node.js project, see
480
478
  **Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
481
479
  * [aqrln](https://github.com/aqrln) -
482
480
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
481
+ * [bcoe](https://github.com/bcoe) -
482
+ **Ben Coe** <<bencoe@gmail.com>> (he/him)
483
483
  * [bmeurer](https://github.com/bmeurer) -
484
484
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
485
485
  * [boneskull](https://github.com/boneskull) -
@@ -534,6 +534,8 @@ For information about the governance of the Node.js project, see
534
534
  **Imran Iqbal** <<imran@imraniqbal.org>>
535
535
  * [imyller](https://github.com/imyller) -
536
536
  **Ilkka Myller** <<ilkka.myller@nodefield.com>>
537
+ * [indutny](https://github.com/indutny) -
538
+ **Fedor Indutny** <<fedor@indutny.com>>
537
539
  * [isaacs](https://github.com/isaacs) -
538
540
  **Isaac Z. Schlueter** <<i@izs.me>>
539
541
  * [italoacasas](https://github.com/italoacasas) -
@@ -636,6 +638,8 @@ For information about the governance of the Node.js project, see
636
638
  **Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
637
639
  * [silverwind](https://github.com/silverwind) -
638
640
  **Roman Reiss** <<me@silverwind.io>>
641
+ * [starkwang](https://github.com/starkwang) -
642
+ **Weijia Wang** <<starkwang@126.com>>
639
643
  * [stefanmb](https://github.com/stefanmb) -
640
644
  **Stefan Budeanu** <<stefan@budeanu.com>>
641
645
  * [tellnes](https://github.com/tellnes) -
package/bin/node CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  # Do not edit. Generated by the configure script.
2
- { 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
2
+ { 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'arm_fpu': 'neon',
4
4
  'asan': 0,
5
5
  'coverage': 'false',
@@ -161,6 +161,7 @@
161
161
  'lib/internal/main/prof_process.js',
162
162
  'lib/internal/main/repl.js',
163
163
  'lib/internal/main/run_main_module.js',
164
+ 'lib/internal/main/single_executable_application.js',
164
165
  'lib/internal/main/test_runner.js',
165
166
  'lib/internal/main/watch_mode.js',
166
167
  'lib/internal/main/worker_thread.js',
@@ -251,6 +252,7 @@
251
252
  'lib/internal/structured_clone.js',
252
253
  'lib/internal/test/binding.js',
253
254
  'lib/internal/test/transfer.js',
255
+ 'lib/internal/test_runner/coverage.js',
254
256
  'lib/internal/test_runner/harness.js',
255
257
  'lib/internal/test_runner/mock.js',
256
258
  'lib/internal/test_runner/reporter/dot.js',
@@ -363,6 +365,7 @@
363
365
  'openssl_quic': 'true',
364
366
  'ossfuzz': 'false',
365
367
  'shlib_suffix': 'so.111',
368
+ 'single_executable_application': 'true',
366
369
  'target_arch': 'arm64',
367
370
  'v8_enable_31bit_smis_on_64bit_arch': 0,
368
371
  'v8_enable_gdbjit': 0,
@@ -127,6 +127,8 @@ struct napi_module;
127
127
  // terminally confused when it's done in node_internals.h
128
128
  namespace node {
129
129
 
130
+ struct SnapshotData;
131
+
130
132
  namespace tracing {
131
133
 
132
134
  class TracingController;
@@ -274,6 +276,15 @@ enum Flags : uint64_t {
274
276
  // TODO(addaleax): Make this the canonical name, as it is more descriptive.
275
277
  namespace ProcessInitializationFlags = ProcessFlags;
276
278
 
279
+ namespace StopFlags {
280
+ enum Flags : uint32_t {
281
+ kNoFlags = 0,
282
+ // Do not explicitly terminate the Isolate
283
+ // when exiting the Environment.
284
+ kDoNotTerminateIsolate = 1 << 0,
285
+ };
286
+ } // namespace StopFlags
287
+
277
288
  class NODE_EXTERN InitializationResult {
278
289
  public:
279
290
  virtual ~InitializationResult();
@@ -310,6 +321,7 @@ NODE_EXTERN int Start(int argc, char* argv[]);
310
321
  // Tear down Node.js while it is running (there are active handles
311
322
  // in the loop and / or actively executing JavaScript code).
312
323
  NODE_EXTERN int Stop(Environment* env);
324
+ NODE_EXTERN int Stop(Environment* env, StopFlags::Flags flags);
313
325
 
314
326
  // Set up per-process state needed to run Node.js. This will consume arguments
315
327
  // from argv, fill exec_argv, and possibly add errors resulting from parsing
@@ -453,7 +465,8 @@ enum IsolateSettingsFlags {
453
465
  MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0,
454
466
  DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1,
455
467
  SHOULD_NOT_SET_PROMISE_REJECTION_CALLBACK = 1 << 2,
456
- SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3
468
+ SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3,
469
+ ALLOW_MODIFY_CODE_GENERATION_FROM_STRINGS_CALLBACK = 1 << 4,
457
470
  };
458
471
 
459
472
  struct IsolateSettings {
@@ -471,6 +484,75 @@ struct IsolateSettings {
471
484
  v8::PromiseRejectCallback promise_reject_callback = nullptr;
472
485
  v8::AllowWasmCodeGenerationCallback
473
486
  allow_wasm_code_generation_callback = nullptr;
487
+ v8::ModifyCodeGenerationFromStringsCallback2
488
+ modify_code_generation_from_strings_callback = nullptr;
489
+ };
490
+
491
+ // Represents a startup snapshot blob, e.g. created by passing
492
+ // --node-snapshot-main=entry.js to the configure script at build time,
493
+ // or by running Node.js with the --build-snapshot option.
494
+ //
495
+ // If used, the snapshot *must* have been built with the same Node.js
496
+ // version and V8 flags as the version that is currently running, and will
497
+ // be rejected otherwise.
498
+ // The same EmbedderSnapshotData instance *must* be passed to both
499
+ // `NewIsolate()` and `CreateIsolateData()`. The first `Environment` instance
500
+ // should be created with an empty `context` argument and will then
501
+ // use the main context included in the snapshot blob. It can be retrieved
502
+ // using `GetMainContext()`. `LoadEnvironment` can receive an empty
503
+ // `StartExecutionCallback` in this case.
504
+ // If V8 was configured with the shared-readonly-heap option, it requires
505
+ // all snapshots used to create `Isolate` instances to be identical.
506
+ // This option *must* be unset by embedders who wish to use the startup
507
+ // feature during the build step by passing the --disable-shared-readonly-heap
508
+ // flag to the configure script.
509
+ //
510
+ // Snapshots are an *experimental* feature. In particular, the embedder API
511
+ // exposed through this class is subject to change or removal between Node.js
512
+ // versions, including possible API and ABI breakage.
513
+ class EmbedderSnapshotData {
514
+ public:
515
+ struct DeleteSnapshotData {
516
+ void operator()(const EmbedderSnapshotData*) const;
517
+ };
518
+ using Pointer =
519
+ std::unique_ptr<const EmbedderSnapshotData, DeleteSnapshotData>;
520
+
521
+ // Return an EmbedderSnapshotData object that refers to the built-in
522
+ // snapshot of Node.js. This can have been configured through e.g.
523
+ // --node-snapshot-main=entry.js.
524
+ static Pointer BuiltinSnapshotData();
525
+
526
+ // Return an EmbedderSnapshotData object that is based on an input file.
527
+ // Calling this method will consume but not close the FILE* handle.
528
+ // The FILE* handle can be closed immediately following this call.
529
+ // If the snapshot is invalid, this returns an empty pointer.
530
+ static Pointer FromFile(FILE* in);
531
+ static Pointer FromBlob(const std::vector<char>& in);
532
+
533
+ // Write this EmbedderSnapshotData object to an output file.
534
+ // Calling this method will not close the FILE* handle.
535
+ // The FILE* handle can be closed immediately following this call.
536
+ void ToFile(FILE* out) const;
537
+ std::vector<char> ToBlob() const;
538
+
539
+ // Returns whether custom snapshots can be used. Currently, this means
540
+ // that V8 was configured without the shared-readonly-heap feature.
541
+ static bool CanUseCustomSnapshotPerIsolate();
542
+
543
+ EmbedderSnapshotData(const EmbedderSnapshotData&) = delete;
544
+ EmbedderSnapshotData& operator=(const EmbedderSnapshotData&) = delete;
545
+ EmbedderSnapshotData(EmbedderSnapshotData&&) = delete;
546
+ EmbedderSnapshotData& operator=(EmbedderSnapshotData&&) = delete;
547
+
548
+ protected:
549
+ EmbedderSnapshotData(const SnapshotData* impl, bool owns_impl);
550
+
551
+ private:
552
+ const SnapshotData* impl_;
553
+ bool owns_impl_;
554
+ friend struct SnapshotData;
555
+ friend class CommonEnvironmentSetup;
474
556
  };
475
557
 
476
558
  // Overriding IsolateSettings may produce unexpected behavior
@@ -489,10 +571,23 @@ NODE_EXTERN void SetIsolateUpForNode(v8::Isolate* isolate);
489
571
  NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
490
572
  struct uv_loop_s* event_loop,
491
573
  MultiIsolatePlatform* platform = nullptr);
574
+ // TODO(addaleax): Merge with the function definition above.
575
+ NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
576
+ struct uv_loop_s* event_loop,
577
+ MultiIsolatePlatform* platform,
578
+ const EmbedderSnapshotData* snapshot_data,
579
+ const IsolateSettings& settings = {});
492
580
  NODE_EXTERN v8::Isolate* NewIsolate(
493
581
  std::shared_ptr<ArrayBufferAllocator> allocator,
494
582
  struct uv_loop_s* event_loop,
495
583
  MultiIsolatePlatform* platform);
584
+ // TODO(addaleax): Merge with the function definition above.
585
+ NODE_EXTERN v8::Isolate* NewIsolate(
586
+ std::shared_ptr<ArrayBufferAllocator> allocator,
587
+ struct uv_loop_s* event_loop,
588
+ MultiIsolatePlatform* platform,
589
+ const EmbedderSnapshotData* snapshot_data,
590
+ const IsolateSettings& settings = {});
496
591
 
497
592
  // Creates a new context with Node.js-specific tweaks.
498
593
  NODE_EXTERN v8::Local<v8::Context> NewContext(
@@ -512,6 +607,13 @@ NODE_EXTERN IsolateData* CreateIsolateData(
512
607
  struct uv_loop_s* loop,
513
608
  MultiIsolatePlatform* platform = nullptr,
514
609
  ArrayBufferAllocator* allocator = nullptr);
610
+ // TODO(addaleax): Merge with the function definition above.
611
+ NODE_EXTERN IsolateData* CreateIsolateData(
612
+ v8::Isolate* isolate,
613
+ struct uv_loop_s* loop,
614
+ MultiIsolatePlatform* platform,
615
+ ArrayBufferAllocator* allocator,
616
+ const EmbedderSnapshotData* snapshot_data);
515
617
  NODE_EXTERN void FreeIsolateData(IsolateData* isolate_data);
516
618
 
517
619
  struct ThreadId {
@@ -571,6 +673,8 @@ struct InspectorParentHandle {
571
673
  // TODO(addaleax): Maybe move per-Environment options parsing here.
572
674
  // Returns nullptr when the Environment cannot be created e.g. there are
573
675
  // pending JavaScript exceptions.
676
+ // `context` may be empty if an `EmbedderSnapshotData` instance was provided
677
+ // to `NewIsolate()` and `CreateIsolateData()`.
574
678
  NODE_EXTERN Environment* CreateEnvironment(
575
679
  IsolateData* isolate_data,
576
680
  v8::Local<v8::Context> context,
@@ -624,6 +728,9 @@ NODE_EXTERN void DefaultProcessExitHandler(Environment* env, int exit_code);
624
728
  NODE_EXTERN Environment* GetCurrentEnvironment(v8::Local<v8::Context> context);
625
729
  NODE_EXTERN IsolateData* GetEnvironmentIsolateData(Environment* env);
626
730
  NODE_EXTERN ArrayBufferAllocator* GetArrayBufferAllocator(IsolateData* data);
731
+ // This is mostly useful for Environment* instances that were created through
732
+ // a snapshot and have a main context that was read from that snapshot.
733
+ NODE_EXTERN v8::Local<v8::Context> GetMainContext(Environment* env);
627
734
 
628
735
  NODE_EXTERN void OnFatalError(const char* location, const char* message);
629
736
  NODE_EXTERN void PromiseRejectCallback(v8::PromiseRejectMessage message);
@@ -730,8 +837,36 @@ class NODE_EXTERN CommonEnvironmentSetup {
730
837
  MultiIsolatePlatform* platform,
731
838
  std::vector<std::string>* errors,
732
839
  EnvironmentArgs&&... env_args);
840
+ template <typename... EnvironmentArgs>
841
+ static std::unique_ptr<CommonEnvironmentSetup> CreateFromSnapshot(
842
+ MultiIsolatePlatform* platform,
843
+ std::vector<std::string>* errors,
844
+ const EmbedderSnapshotData* snapshot_data,
845
+ EnvironmentArgs&&... env_args);
846
+
847
+ // Create an embedding setup which will be used for creating a snapshot
848
+ // using CreateSnapshot().
849
+ //
850
+ // This will create and attach a v8::SnapshotCreator to this instance,
851
+ // and the same restrictions apply to this instance that also apply to
852
+ // other V8 snapshotting environments.
853
+ // Not all Node.js APIs are supported in this case. Currently, there is
854
+ // no support for native/host objects other than Node.js builtins
855
+ // in the snapshot.
856
+ //
857
+ // Snapshots are an *experimental* feature. In particular, the embedder API
858
+ // exposed through this class is subject to change or removal between Node.js
859
+ // versions, including possible API and ABI breakage.
860
+ static std::unique_ptr<CommonEnvironmentSetup> CreateForSnapshotting(
861
+ MultiIsolatePlatform* platform,
862
+ std::vector<std::string>* errors,
863
+ const std::vector<std::string>& args = {},
864
+ const std::vector<std::string>& exec_args = {});
865
+ EmbedderSnapshotData::Pointer CreateSnapshot();
733
866
 
734
867
  struct uv_loop_s* event_loop() const;
868
+ v8::SnapshotCreator* snapshot_creator();
869
+ // Empty for snapshotting environments.
735
870
  std::shared_ptr<ArrayBufferAllocator> array_buffer_allocator() const;
736
871
  v8::Isolate* isolate() const;
737
872
  IsolateData* isolate_data() const;
@@ -744,11 +879,23 @@ class NODE_EXTERN CommonEnvironmentSetup {
744
879
  CommonEnvironmentSetup& operator=(CommonEnvironmentSetup&&) = delete;
745
880
 
746
881
  private:
882
+ enum Flags : uint32_t {
883
+ kNoFlags = 0,
884
+ kIsForSnapshotting = 1,
885
+ };
886
+
747
887
  struct Impl;
748
888
  Impl* impl_;
889
+
890
+ CommonEnvironmentSetup(
891
+ MultiIsolatePlatform*,
892
+ std::vector<std::string>*,
893
+ std::function<Environment*(const CommonEnvironmentSetup*)>);
749
894
  CommonEnvironmentSetup(
750
895
  MultiIsolatePlatform*,
751
896
  std::vector<std::string>*,
897
+ const EmbedderSnapshotData*,
898
+ uint32_t flags,
752
899
  std::function<Environment*(const CommonEnvironmentSetup*)>);
753
900
  };
754
901
 
@@ -768,6 +915,28 @@ std::unique_ptr<CommonEnvironmentSetup> CommonEnvironmentSetup::Create(
768
915
  if (!errors->empty()) ret.reset();
769
916
  return ret;
770
917
  }
918
+ // Implementation for ::CreateFromSnapshot -- the ::Create() method
919
+ // could call this with a nullptr snapshot_data in a major version.
920
+ template <typename... EnvironmentArgs>
921
+ std::unique_ptr<CommonEnvironmentSetup>
922
+ CommonEnvironmentSetup::CreateFromSnapshot(
923
+ MultiIsolatePlatform* platform,
924
+ std::vector<std::string>* errors,
925
+ const EmbedderSnapshotData* snapshot_data,
926
+ EnvironmentArgs&&... env_args) {
927
+ auto ret = std::unique_ptr<CommonEnvironmentSetup>(new CommonEnvironmentSetup(
928
+ platform,
929
+ errors,
930
+ snapshot_data,
931
+ Flags::kNoFlags,
932
+ [&](const CommonEnvironmentSetup* setup) -> Environment* {
933
+ return CreateEnvironment(setup->isolate_data(),
934
+ setup->context(),
935
+ std::forward<EnvironmentArgs>(env_args)...);
936
+ }));
937
+ if (!errors->empty()) ret.reset();
938
+ return ret;
939
+ }
771
940
 
772
941
  /* Converts a unixtime to V8 Date */
773
942
  NODE_DEPRECATED("Use v8::Date::New() directly",
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 19
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: Thu Nov 3 02:13:54 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:28 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a