node-aix-ppc64 18.12.0 → 18.13.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 (247) hide show
  1. package/CHANGELOG.md +496 -3
  2. package/LICENSE +15 -8
  3. package/README.md +25 -8
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +2 -6
  6. package/include/node/config.gypi +12 -2
  7. package/include/node/js_native_api.h +2 -0
  8. package/include/node/js_native_api_types.h +2 -1
  9. package/include/node/node.exp +12359 -12260
  10. package/include/node/node.h +2 -0
  11. package/include/node/node_api.h +6 -4
  12. package/include/node/node_api_types.h +5 -0
  13. package/include/node/node_version.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +1 -0
  16. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/err.h +13 -1
  17. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -0
  20. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/err.h +13 -1
  21. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -0
  24. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/err.h +13 -1
  25. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +1 -0
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/err.h +13 -1
  29. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -0
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/err.h +13 -1
  33. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +1 -0
  36. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/err.h +13 -1
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -0
  40. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/err.h +13 -1
  41. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -0
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/err.h +13 -1
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -0
  48. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/err.h +13 -1
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -0
  52. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/err.h +13 -1
  53. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -0
  56. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/err.h +13 -1
  57. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -0
  60. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/err.h +13 -1
  61. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -0
  64. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/err.h +13 -1
  65. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -0
  68. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/err.h +13 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -0
  72. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/err.h +13 -1
  73. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -0
  76. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/err.h +13 -1
  77. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -0
  80. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/err.h +13 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -0
  84. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/err.h +13 -1
  85. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -0
  88. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/err.h +13 -1
  89. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -0
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/err.h +13 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -0
  96. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/err.h +13 -1
  97. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -0
  100. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/err.h +13 -1
  101. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -0
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/err.h +13 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -0
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/err.h +13 -1
  109. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -0
  112. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/err.h +13 -1
  113. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -0
  116. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/err.h +13 -1
  117. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -0
  120. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/err.h +13 -1
  121. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -0
  124. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/err.h +13 -1
  125. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -0
  128. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/err.h +13 -1
  129. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -0
  132. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/err.h +13 -1
  133. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -0
  136. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/err.h +13 -1
  137. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -0
  140. package/include/node/openssl/archs/linux-elf/asm/include/openssl/err.h +13 -1
  141. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  142. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -0
  144. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/err.h +13 -1
  145. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -0
  148. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/err.h +13 -1
  149. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  151. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -0
  152. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/err.h +13 -1
  153. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -0
  156. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/err.h +13 -1
  157. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -0
  160. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/err.h +13 -1
  161. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  163. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -0
  164. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/err.h +13 -1
  165. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -0
  168. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/err.h +13 -1
  169. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -0
  172. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/err.h +13 -1
  173. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  175. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -0
  176. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/err.h +13 -1
  177. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -0
  180. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/err.h +13 -1
  181. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  183. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -0
  184. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/err.h +13 -1
  185. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -0
  188. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/err.h +13 -1
  189. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -0
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/err.h +13 -1
  193. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  195. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -0
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/err.h +13 -1
  197. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  199. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -0
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/err.h +13 -1
  201. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  202. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -0
  204. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/err.h +13 -1
  205. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -0
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/err.h +13 -1
  209. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  211. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -0
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/err.h +13 -1
  213. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -0
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/err.h +13 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -0
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/err.h +13 -1
  221. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  223. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -0
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/err.h +13 -1
  225. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -0
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/err.h +13 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -0
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/err.h +13 -1
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -0
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/err.h +13 -1
  237. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  238. package/include/node/uv/version.h +2 -2
  239. package/include/node/uv/win.h +14 -15
  240. package/include/node/uv.h +3 -2
  241. package/include/node/v8-array-buffer.h +8 -0
  242. package/include/node/v8-version.h +1 -1
  243. package/include/node/zconf.h +16 -3
  244. package/include/node/zlib.h +137 -108
  245. package/package.json +1 -1
  246. package/share/man/man1/node.1 +4 -0
  247. package/include/node/uv/android-ifaddrs.h +0 -54
package/LICENSE CHANGED
@@ -107,6 +107,18 @@ The externally maintained libraries used by Node.js are:
107
107
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
108
108
  """
109
109
 
110
+ - ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
111
+ """
112
+ Copyright (c) 2019 Intel Corporation. All rights reserved.
113
+
114
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
115
+
116
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
117
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
118
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
119
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
120
+ """
121
+
110
122
  - ICU, located at deps/icu-small, is licensed as follows:
111
123
  """
112
124
  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
@@ -693,10 +705,6 @@ The externally maintained libraries used by Node.js are:
693
705
 
694
706
  - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
695
707
  Three clause BSD license.
696
-
697
- - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
698
- Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
699
- n° 289016). Three clause BSD license.
700
708
  """
701
709
 
702
710
  - llhttp, located at deps/llhttp, is licensed as follows:
@@ -984,8 +992,7 @@ The externally maintained libraries used by Node.js are:
984
992
  - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
985
993
  assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
986
994
  assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
987
- assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
988
- assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
995
+ assembler-x64.cc, assembler-x64.h, assembler.cc and assembler.h.
989
996
  This code is copyrighted by Sun Microsystems Inc. and released
990
997
  under a 3-clause BSD license.
991
998
 
@@ -1045,9 +1052,9 @@ The externally maintained libraries used by Node.js are:
1045
1052
  - zlib, located at deps/zlib, is licensed as follows:
1046
1053
  """
1047
1054
  zlib.h -- interface of the 'zlib' general purpose compression library
1048
- version 1.2.11, January 15th, 2017
1055
+ version 1.2.13, October 13th, 2022
1049
1056
 
1050
- Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
1057
+ Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
1051
1058
 
1052
1059
  This software is provided 'as-is', without any express or implied
1053
1060
  warranty. In no event will the authors be held liable for any damages
package/README.md CHANGED
@@ -184,6 +184,8 @@ For information about the governance of the Node.js project, see
184
184
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
185
185
  * [mhdawson](https://github.com/mhdawson) -
186
186
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
187
+ * [RafaelGSS](https://github.com/RafaelGSS) -
188
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
187
189
  * [RaisinTen](https://github.com/RaisinTen) -
188
190
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
189
191
  * [richardlau](https://github.com/richardlau) -
@@ -266,12 +268,14 @@ For information about the governance of the Node.js project, see
266
268
  **Anna Henningsen** <<anna@addaleax.net>> (she/her)
267
269
  * [aduh95](https://github.com/aduh95) -
268
270
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
271
+ * [anonrig](https://github.com/anonrig) -
272
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
269
273
  * [antsmartian](https://github.com/antsmartian) -
270
274
  **Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
271
275
  * [apapirovski](https://github.com/apapirovski) -
272
276
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
273
277
  * [AshCripps](https://github.com/AshCripps) -
274
- **Ash Cripps** <<acripps@redhat.com>>
278
+ **Ash Cripps** <<email@ashleycripps.co.uk>>
275
279
  * [Ayase-252](https://github.com/Ayase-252) -
276
280
  **Qingyu Deng** <<i@ayase-lab.com>>
277
281
  * [bcoe](https://github.com/bcoe) -
@@ -310,8 +314,6 @@ For information about the governance of the Node.js project, see
310
314
  **David Carlier** <<devnexen@gmail.com>>
311
315
  * [devsnek](https://github.com/devsnek) -
312
316
  **Gus Caplan** <<me@gus.host>> (they/them)
313
- * [dmabupt](https://github.com/dmabupt) -
314
- **Xu Meng** <<dmabupt@gmail.com>> (he/him)
315
317
  * [edsadr](https://github.com/edsadr) -
316
318
  **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
317
319
  * [erickwendel](https://github.com/erickwendel) -
@@ -370,6 +372,8 @@ For information about the governance of the Node.js project, see
370
372
  **LiviaMedeiros** <<livia@cirno.name>>
371
373
  * [lpinca](https://github.com/lpinca) -
372
374
  **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
375
+ * [lukekarrys](https://github.com/lukekarrys) -
376
+ **Luke Karrys** <<luke@lukekarrys.com>> (he/him)
373
377
  * [Lxxyx](https://github.com/Lxxyx) -
374
378
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
375
379
  * [marsonya](https://github.com/marsonya) -
@@ -396,8 +400,6 @@ For information about the governance of the Node.js project, see
396
400
  **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
397
401
  * [panva](https://github.com/panva) -
398
402
  **Filip Skokan** <<panva.ip@gmail.com>>
399
- * [PoojaDurgad](https://github.com/PoojaDurgad) -
400
- **Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
401
403
  * [puzpuzpuz](https://github.com/puzpuzpuz) -
402
404
  **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
403
405
  * [Qard](https://github.com/Qard) -
@@ -425,7 +427,7 @@ For information about the governance of the Node.js project, see
425
427
  * [ShogunPanda](https://github.com/ShogunPanda) -
426
428
  **Paolo Insogna** <<paolo@cowtech.it>> (he/him)
427
429
  * [srl295](https://github.com/srl295) -
428
- **Steven R Loomis** <<srloomis@us.ibm.com>>
430
+ **Steven R Loomis** <<srl295@gmail.com>>
429
431
  * [starkwang](https://github.com/starkwang) -
430
432
  **Weijia Wang** <<starkwang@126.com>>
431
433
  * [sxa](https://github.com/sxa) -
@@ -444,7 +446,7 @@ For information about the governance of the Node.js project, see
444
446
  **Rich Trott** <<rtrott@gmail.com>> (he/him)
445
447
  * [vdeturckheim](https://github.com/vdeturckheim) -
446
448
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
447
- * [VoltrexMaster](https://github.com/VoltrexMaster) -
449
+ * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
448
450
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
449
451
  * [watilde](https://github.com/watilde) -
450
452
  **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
@@ -494,6 +496,8 @@ For information about the governance of the Node.js project, see
494
496
  **Jamie Davis** <<davisjam@vt.edu>> (he/him)
495
497
  * [digitalinfinity](https://github.com/digitalinfinity) -
496
498
  **Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
499
+ * [dmabupt](https://github.com/dmabupt) -
500
+ **Xu Meng** <<dmabupt@gmail.com>> (he/him)
497
501
  * [dnlup](https://github.com/dnlup)
498
502
  **dnlup** <<dnlup.dev@gmail.com>>
499
503
  * [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
@@ -590,6 +594,8 @@ For information about the governance of the Node.js project, see
590
594
  **Bert Belder** <<bertbelder@gmail.com>>
591
595
  * [pmq20](https://github.com/pmq20) -
592
596
  **Minqi Pan** <<pmq2001@gmail.com>>
597
+ * [PoojaDurgad](https://github.com/PoojaDurgad) -
598
+ **Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
593
599
  * [princejwesley](https://github.com/princejwesley) -
594
600
  **Prince John Wesley** <<princejohnwesley@gmail.com>>
595
601
  * [psmarshall](https://github.com/psmarshall) -
@@ -662,6 +668,8 @@ maintaining the Node.js project.
662
668
 
663
669
  * [Ayase-252](https://github.com/Ayase-252) -
664
670
  **Qingyu Deng** <<i@ayase-lab.com>>
671
+ * [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
672
+ **Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
665
673
  * [daeyeon](https://github.com/daeyeon) -
666
674
  **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
667
675
  * [F3n67u](https://github.com/F3n67u) -
@@ -684,9 +692,12 @@ maintaining the Node.js project.
684
692
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
685
693
  * [RaisinTen](https://github.com/RaisinTen) -
686
694
  **Darshan Sen** <<raisinten@gmail.com>>
687
- * [VoltrexMaster](https://github.com/VoltrexMaster) -
695
+ * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
688
696
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
689
697
 
698
+ Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
699
+ responding to new issues.
700
+
690
701
  ### Release keys
691
702
 
692
703
  Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
@@ -779,6 +790,12 @@ releases on a rotation basis as outlined in the
779
790
  * [vdeturckheim](https://github.com/vdeturckheim) -
780
791
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
781
792
  * NearForm
793
+ * [RafaelGSS](https://github.com/RafaelGSS) -
794
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
795
+ * NodeSource
796
+ * [juanarbol](https://github.com/juanarbol) -
797
+ **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
798
+ * Platformatic
782
799
  * [mcollina](https://github.com/mcollina) -
783
800
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
784
801
  * Red Hat and IBM
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.12',
39
+ 'v8_embedder_string': '-node.21',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -283,11 +283,7 @@
283
283
  '-std:c++17'
284
284
  ],
285
285
  'BufferSecurityCheck': 'true',
286
- 'target_conditions': [
287
- ['_toolset=="target"', {
288
- 'DebugInformationFormat': 1 # /Z7 embed info in .obj files
289
- }],
290
- ],
286
+ 'DebugInformationFormat': 1, # /Z7 embed info in .obj files
291
287
  'ExceptionHandling': 0, # /EHsc
292
288
  'MultiProcessorCompilation': 'true',
293
289
  'StringPooling': 'true', # pool string literals
@@ -12,19 +12,21 @@
12
12
  'force_dynamic_crt': 0,
13
13
  'gas_version': '0.0',
14
14
  'host_arch': 'ppc64',
15
- 'icu_data_in': '../../deps/icu-tmp/icudt71l.dat',
15
+ 'icu_data_in': '../../deps/icu-tmp/icudt72l.dat',
16
16
  'icu_endianness': 'b',
17
17
  'icu_gyp_path': 'tools/icu/icu-generic.gyp',
18
18
  'icu_path': 'deps/icu-small',
19
19
  'icu_small': 'false',
20
- 'icu_ver_major': '71',
20
+ 'icu_ver_major': '72',
21
21
  'is_debug': 0,
22
22
  'libdir': 'lib',
23
23
  'llvm_version': '0.0',
24
24
  'napi_build_version': '8',
25
+ 'node_builtin_shareable_builtins': ['deps/cjs-module-lexer/lexer.js', 'deps/cjs-module-lexer/dist/lexer.js', 'deps/undici/undici.js'],
25
26
  'node_byteorder': 'big',
26
27
  'node_debug_lib': 'false',
27
28
  'node_enable_d8': 'false',
29
+ 'node_enable_v8_vtunejit': 'false',
28
30
  'node_fipsinstall': 'false',
29
31
  'node_install_corepack': 'true',
30
32
  'node_install_npm': 'true',
@@ -123,6 +125,7 @@
123
125
  'lib/internal/error_serdes.js',
124
126
  'lib/internal/errors.js',
125
127
  'lib/internal/event_target.js',
128
+ 'lib/internal/file.js',
126
129
  'lib/internal/fixed_queue.js',
127
130
  'lib/internal/freelist.js',
128
131
  'lib/internal/freeze_intrinsics.js',
@@ -131,6 +134,7 @@
131
134
  'lib/internal/fs/dir.js',
132
135
  'lib/internal/fs/promises.js',
133
136
  'lib/internal/fs/read_file_context.js',
137
+ 'lib/internal/fs/recursive_watch.js',
134
138
  'lib/internal/fs/rimraf.js',
135
139
  'lib/internal/fs/streams.js',
136
140
  'lib/internal/fs/sync_write_stream.js',
@@ -160,6 +164,7 @@
160
164
  'lib/internal/main/test_runner.js',
161
165
  'lib/internal/main/watch_mode.js',
162
166
  'lib/internal/main/worker_thread.js',
167
+ 'lib/internal/mime.js',
163
168
  'lib/internal/modules/cjs/helpers.js',
164
169
  'lib/internal/modules/cjs/loader.js',
165
170
  'lib/internal/modules/esm/assert.js',
@@ -246,7 +251,11 @@
246
251
  'lib/internal/test/binding.js',
247
252
  'lib/internal/test/transfer.js',
248
253
  'lib/internal/test_runner/harness.js',
254
+ 'lib/internal/test_runner/mock.js',
249
255
  'lib/internal/test_runner/runner.js',
256
+ 'lib/internal/test_runner/tap_checker.js',
257
+ 'lib/internal/test_runner/tap_lexer.js',
258
+ 'lib/internal/test_runner/tap_parser.js',
250
259
  'lib/internal/test_runner/tap_stream.js',
251
260
  'lib/internal/test_runner/test.js',
252
261
  'lib/internal/test_runner/utils.js',
@@ -270,6 +279,7 @@
270
279
  'lib/internal/v8_prof_polyfill.js',
271
280
  'lib/internal/v8_prof_processor.js',
272
281
  'lib/internal/validators.js',
282
+ 'lib/internal/vm.js',
273
283
  'lib/internal/vm/module.js',
274
284
  'lib/internal/wasm_web_api.js',
275
285
  'lib/internal/watch_mode/files_watcher.js',
@@ -401,6 +401,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_arraybuffer(napi_env env,
401
401
  size_t byte_length,
402
402
  void** data,
403
403
  napi_value* result);
404
+ #ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
404
405
  NAPI_EXTERN napi_status NAPI_CDECL
405
406
  napi_create_external_arraybuffer(napi_env env,
406
407
  void* external_data,
@@ -408,6 +409,7 @@ napi_create_external_arraybuffer(napi_env env,
408
409
  napi_finalize finalize_cb,
409
410
  void* finalize_hint,
410
411
  napi_value* result);
412
+ #endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
411
413
  NAPI_EXTERN napi_status NAPI_CDECL napi_get_arraybuffer_info(
412
414
  napi_env env, napi_value arraybuffer, void** data, size_t* byte_length);
413
415
  NAPI_EXTERN napi_status NAPI_CDECL napi_is_typedarray(napi_env env,
@@ -98,7 +98,8 @@ typedef enum {
98
98
  napi_date_expected,
99
99
  napi_arraybuffer_expected,
100
100
  napi_detachable_arraybuffer_expected,
101
- napi_would_deadlock // unused
101
+ napi_would_deadlock, // unused
102
+ napi_no_external_buffers_allowed
102
103
  } napi_status;
103
104
  // Note: when adding a new enum value to `napi_status`, please also update
104
105
  // * `const int last_status` in the definition of `napi_get_last_error_info()'