node-linux-arm64 14.20.1 → 14.21.2

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 (78) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/LICENSE +123 -50
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/config.gypi +165 -165
  6. package/include/node/js_native_api.h +2 -0
  7. package/include/node/js_native_api_types.h +2 -1
  8. package/include/node/node_api.h +2 -0
  9. package/include/node/node_version.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/opensslv.h +2 -2
  78. package/package.json +1 -1
@@ -31,225 +31,225 @@
31
31
  'node_enable_d8': 'false',
32
32
  'node_install_corepack': 'true',
33
33
  'node_install_npm': 'true',
34
- 'node_library_files': [ 'lib/url.js',
35
- 'lib/_stream_passthrough.js',
36
- 'lib/_stream_wrap.js',
37
- 'lib/module.js',
38
- 'lib/_stream_transform.js',
34
+ 'node_library_files': [ 'lib/v8.js',
35
+ 'lib/sys.js',
39
36
  'lib/punycode.js',
40
- 'lib/buffer.js',
41
- 'lib/_stream_writable.js',
37
+ 'lib/timers.js',
38
+ 'lib/zlib.js',
39
+ 'lib/constants.js',
40
+ 'lib/cluster.js',
41
+ 'lib/_http_common.js',
42
+ 'lib/url.js',
43
+ 'lib/repl.js',
42
44
  'lib/string_decoder.js',
43
- 'lib/inspector.js',
45
+ 'lib/process.js',
46
+ 'lib/dns.js',
47
+ 'lib/net.js',
48
+ 'lib/worker_threads.js',
49
+ 'lib/readline.js',
50
+ 'lib/_stream_duplex.js',
44
51
  'lib/crypto.js',
45
- 'lib/diagnostics_channel.js',
46
- 'lib/wasi.js',
52
+ 'lib/_http_server.js',
47
53
  'lib/util.js',
48
- 'lib/sys.js',
49
54
  'lib/tls.js',
50
- 'lib/dns.js',
51
- 'lib/_tls_common.js',
55
+ 'lib/diagnostics_channel.js',
56
+ 'lib/domain.js',
57
+ 'lib/tty.js',
58
+ 'lib/_stream_passthrough.js',
59
+ 'lib/module.js',
60
+ 'lib/async_hooks.js',
61
+ 'lib/querystring.js',
52
62
  'lib/os.js',
53
- 'lib/assert.js',
54
- 'lib/trace_events.js',
55
- 'lib/worker_threads.js',
56
- 'lib/path.js',
57
- 'lib/http2.js',
58
- 'lib/readline.js',
59
- 'lib/_http_common.js',
60
63
  'lib/_stream_readable.js',
61
- 'lib/_http_client.js',
62
- 'lib/async_hooks.js',
63
- 'lib/_tls_wrap.js',
64
- 'lib/v8.js',
64
+ 'lib/_stream_transform.js',
65
+ 'lib/http2.js',
65
66
  'lib/events.js',
66
- 'lib/constants.js',
67
- 'lib/tty.js',
68
- 'lib/process.js',
67
+ 'lib/child_process.js',
69
68
  'lib/dgram.js',
70
- 'lib/_http_server.js',
71
- 'lib/domain.js',
72
- 'lib/http.js',
73
- 'lib/_stream_duplex.js',
69
+ 'lib/trace_events.js',
70
+ 'lib/console.js',
74
71
  'lib/vm.js',
72
+ 'lib/_tls_common.js',
73
+ 'lib/_stream_writable.js',
74
+ 'lib/_http_outgoing.js',
75
+ 'lib/_stream_wrap.js',
76
+ 'lib/inspector.js',
77
+ 'lib/wasi.js',
78
+ 'lib/assert.js',
75
79
  'lib/https.js',
76
- 'lib/perf_hooks.js',
77
- 'lib/child_process.js',
80
+ 'lib/path.js',
78
81
  'lib/stream.js',
79
- 'lib/timers.js',
80
- 'lib/querystring.js',
81
- 'lib/net.js',
82
- 'lib/_http_incoming.js',
82
+ 'lib/buffer.js',
83
+ 'lib/_tls_wrap.js',
84
+ 'lib/http.js',
83
85
  'lib/fs.js',
84
- 'lib/cluster.js',
85
- 'lib/console.js',
86
- 'lib/repl.js',
87
- 'lib/zlib.js',
86
+ 'lib/perf_hooks.js',
87
+ 'lib/_http_client.js',
88
+ 'lib/_http_incoming.js',
88
89
  'lib/_http_agent.js',
89
- 'lib/_http_outgoing.js',
90
- 'lib/fs/promises.js',
91
- 'lib/internal/url.js',
92
- 'lib/internal/priority_queue.js',
90
+ 'lib/internal/v8_prof_processor.js',
91
+ 'lib/internal/histogram.js',
92
+ 'lib/internal/timers.js',
93
+ 'lib/internal/constants.js',
93
94
  'lib/internal/watchdog.js',
94
- 'lib/internal/socket_list.js',
95
- 'lib/internal/buffer.js',
96
- 'lib/internal/freelist.js',
97
- 'lib/internal/trace_events_async_hooks.js',
98
- 'lib/internal/dtrace.js',
99
- 'lib/internal/inspector_async_hook.js',
95
+ 'lib/internal/url.js',
96
+ 'lib/internal/repl.js',
97
+ 'lib/internal/fixed_queue.js',
98
+ 'lib/internal/stream_base_commons.js',
99
+ 'lib/internal/net.js',
100
+ 'lib/internal/encoding.js',
101
+ 'lib/internal/heap_utils.js',
100
102
  'lib/internal/util.js',
101
- 'lib/internal/options.js',
103
+ 'lib/internal/socketaddress.js',
104
+ 'lib/internal/blob.js',
105
+ 'lib/internal/blocklist.js',
102
106
  'lib/internal/tls.js',
103
- 'lib/internal/cli_table.js',
104
- 'lib/internal/assert.js',
105
- 'lib/internal/heap_utils.js',
106
- 'lib/internal/v8_prof_processor.js',
107
- 'lib/internal/encoding.js',
108
- 'lib/internal/validators.js',
109
- 'lib/internal/worker.js',
110
- 'lib/internal/idna.js',
111
- 'lib/internal/abort_controller.js',
112
- 'lib/internal/async_hooks.js',
113
- 'lib/internal/constants.js',
107
+ 'lib/internal/dtrace.js',
114
108
  'lib/internal/tty.js',
115
- 'lib/internal/blob.js',
109
+ 'lib/internal/freelist.js',
110
+ 'lib/internal/inspector_async_hook.js',
111
+ 'lib/internal/errors.js',
112
+ 'lib/internal/async_hooks.js',
113
+ 'lib/internal/querystring.js',
114
+ 'lib/internal/abort_controller.js',
115
+ 'lib/internal/child_process.js',
116
116
  'lib/internal/dgram.js',
117
- 'lib/internal/js_stream_socket.js',
118
- 'lib/internal/http.js',
119
- 'lib/internal/fixed_queue.js',
120
- 'lib/internal/stream_base_commons.js',
117
+ 'lib/internal/cli_table.js',
121
118
  'lib/internal/linkedlist.js',
122
- 'lib/internal/child_process.js',
123
- 'lib/internal/histogram.js',
119
+ 'lib/internal/options.js',
120
+ 'lib/internal/js_stream_socket.js',
121
+ 'lib/internal/freeze_intrinsics.js',
122
+ 'lib/internal/assert.js',
123
+ 'lib/internal/socket_list.js',
124
+ 'lib/internal/worker.js',
125
+ 'lib/internal/buffer.js',
124
126
  'lib/internal/error_serdes.js',
125
- 'lib/internal/timers.js',
126
- 'lib/internal/querystring.js',
127
- 'lib/internal/net.js',
127
+ 'lib/internal/validators.js',
128
+ 'lib/internal/http.js',
129
+ 'lib/internal/trace_events_async_hooks.js',
128
130
  'lib/internal/v8_prof_polyfill.js',
129
- 'lib/internal/freeze_intrinsics.js',
130
- 'lib/internal/errors.js',
131
- 'lib/internal/socketaddress.js',
132
- 'lib/internal/repl.js',
133
131
  'lib/internal/event_target.js',
134
- 'lib/internal/blocklist.js',
135
- 'lib/internal/child_process/serialization.js',
136
- 'lib/internal/cluster/round_robin_handle.js',
137
- 'lib/internal/cluster/child.js',
138
- 'lib/internal/cluster/worker.js',
139
- 'lib/internal/cluster/utils.js',
140
- 'lib/internal/cluster/master.js',
141
- 'lib/internal/cluster/shared_handle.js',
142
- 'lib/internal/bootstrap/node.js',
143
- 'lib/internal/bootstrap/environment.js',
132
+ 'lib/internal/idna.js',
133
+ 'lib/internal/priority_queue.js',
144
134
  'lib/internal/bootstrap/pre_execution.js',
135
+ 'lib/internal/bootstrap/environment.js',
145
136
  'lib/internal/bootstrap/loaders.js',
146
- 'lib/internal/bootstrap/switches/is_not_main_thread.js',
147
- 'lib/internal/bootstrap/switches/does_own_process_state.js',
137
+ 'lib/internal/bootstrap/node.js',
148
138
  'lib/internal/bootstrap/switches/is_main_thread.js',
139
+ 'lib/internal/bootstrap/switches/does_own_process_state.js',
140
+ 'lib/internal/bootstrap/switches/is_not_main_thread.js',
149
141
  'lib/internal/bootstrap/switches/does_not_own_process_state.js',
150
- 'lib/internal/readline/utils.js',
151
- 'lib/internal/modules/package_json_reader.js',
142
+ 'lib/internal/source_map/source_map.js',
143
+ 'lib/internal/source_map/prepare_stack_trace.js',
144
+ 'lib/internal/source_map/source_map_cache.js',
145
+ 'lib/internal/crypto/cipher.js',
146
+ 'lib/internal/crypto/util.js',
147
+ 'lib/internal/crypto/certificate.js',
148
+ 'lib/internal/crypto/keys.js',
149
+ 'lib/internal/crypto/pbkdf2.js',
150
+ 'lib/internal/crypto/scrypt.js',
151
+ 'lib/internal/crypto/random.js',
152
+ 'lib/internal/crypto/hash.js',
153
+ 'lib/internal/crypto/sig.js',
154
+ 'lib/internal/crypto/keygen.js',
155
+ 'lib/internal/crypto/diffiehellman.js',
156
+ 'lib/internal/cluster/master.js',
157
+ 'lib/internal/cluster/utils.js',
158
+ 'lib/internal/cluster/round_robin_handle.js',
159
+ 'lib/internal/cluster/shared_handle.js',
160
+ 'lib/internal/cluster/child.js',
161
+ 'lib/internal/cluster/worker.js',
152
162
  'lib/internal/modules/run_main.js',
153
- 'lib/internal/modules/cjs/helpers.js',
154
- 'lib/internal/modules/cjs/loader.js',
163
+ 'lib/internal/modules/package_json_reader.js',
164
+ 'lib/internal/modules/esm/loader.js',
165
+ 'lib/internal/modules/esm/resolve.js',
166
+ 'lib/internal/modules/esm/transform_source.js',
155
167
  'lib/internal/modules/esm/module_map.js',
156
168
  'lib/internal/modules/esm/translators.js',
157
169
  'lib/internal/modules/esm/module_job.js',
158
- 'lib/internal/modules/esm/transform_source.js',
159
170
  'lib/internal/modules/esm/get_format.js',
160
171
  'lib/internal/modules/esm/create_dynamic_module.js',
161
- 'lib/internal/modules/esm/loader.js',
162
172
  'lib/internal/modules/esm/get_source.js',
163
173
  'lib/internal/modules/esm/handle_process_exit.js',
164
- 'lib/internal/modules/esm/resolve.js',
165
- 'lib/internal/timers/promises.js',
166
- 'lib/internal/worker/js_transferable.js',
167
- 'lib/internal/worker/io.js',
174
+ 'lib/internal/modules/cjs/loader.js',
175
+ 'lib/internal/modules/cjs/helpers.js',
176
+ 'lib/internal/process/policy.js',
177
+ 'lib/internal/process/signal.js',
178
+ 'lib/internal/process/execution.js',
179
+ 'lib/internal/process/esm_loader.js',
180
+ 'lib/internal/process/warning.js',
181
+ 'lib/internal/process/report.js',
182
+ 'lib/internal/process/promises.js',
183
+ 'lib/internal/process/worker_thread_only.js',
184
+ 'lib/internal/process/per_thread.js',
185
+ 'lib/internal/process/task_queues.js',
186
+ 'lib/internal/debugger/inspect_repl.js',
187
+ 'lib/internal/debugger/inspect.js',
188
+ 'lib/internal/debugger/inspect_client.js',
168
189
  'lib/internal/vm/module.js',
169
- 'lib/internal/fs/promises.js',
170
- 'lib/internal/fs/dir.js',
171
190
  'lib/internal/fs/streams.js',
172
191
  'lib/internal/fs/utils.js',
173
- 'lib/internal/fs/read_file_context.js',
192
+ 'lib/internal/fs/dir.js',
174
193
  'lib/internal/fs/watchers.js',
175
194
  'lib/internal/fs/rimraf.js',
176
195
  'lib/internal/fs/sync_write_stream.js',
177
- 'lib/internal/streams/from.js',
178
- 'lib/internal/streams/state.js',
179
- 'lib/internal/streams/transform.js',
180
- 'lib/internal/streams/end-of-stream.js',
181
- 'lib/internal/streams/destroy.js',
196
+ 'lib/internal/fs/promises.js',
197
+ 'lib/internal/fs/read_file_context.js',
198
+ 'lib/internal/per_context/messageport.js',
199
+ 'lib/internal/per_context/domexception.js',
200
+ 'lib/internal/per_context/primordials.js',
201
+ 'lib/internal/timers/promises.js',
202
+ 'lib/internal/assert/assertion_error.js',
203
+ 'lib/internal/assert/calltracker.js',
204
+ 'lib/internal/child_process/serialization.js',
205
+ 'lib/internal/main/check_syntax.js',
206
+ 'lib/internal/main/repl.js',
207
+ 'lib/internal/main/prof_process.js',
208
+ 'lib/internal/main/eval_string.js',
209
+ 'lib/internal/main/run_third_party_main.js',
210
+ 'lib/internal/main/worker_thread.js',
211
+ 'lib/internal/main/run_main_module.js',
212
+ 'lib/internal/main/inspect.js',
213
+ 'lib/internal/main/print_help.js',
214
+ 'lib/internal/main/eval_stdin.js',
182
215
  'lib/internal/streams/writable.js',
216
+ 'lib/internal/streams/lazy_transform.js',
217
+ 'lib/internal/streams/buffer_list.js',
183
218
  'lib/internal/streams/utils.js',
219
+ 'lib/internal/streams/state.js',
220
+ 'lib/internal/streams/legacy.js',
184
221
  'lib/internal/streams/readable.js',
222
+ 'lib/internal/streams/from.js',
185
223
  'lib/internal/streams/duplex.js',
186
- 'lib/internal/streams/duplexpair.js',
187
- 'lib/internal/streams/buffer_list.js',
188
224
  'lib/internal/streams/passthrough.js',
189
- 'lib/internal/streams/legacy.js',
225
+ 'lib/internal/streams/destroy.js',
226
+ 'lib/internal/streams/transform.js',
227
+ 'lib/internal/streams/duplexpair.js',
190
228
  'lib/internal/streams/pipeline.js',
191
- 'lib/internal/streams/lazy_transform.js',
192
- 'lib/internal/process/worker_thread_only.js',
193
- 'lib/internal/process/execution.js',
194
- 'lib/internal/process/signal.js',
195
- 'lib/internal/process/promises.js',
196
- 'lib/internal/process/per_thread.js',
197
- 'lib/internal/process/esm_loader.js',
198
- 'lib/internal/process/task_queues.js',
199
- 'lib/internal/process/warning.js',
200
- 'lib/internal/process/policy.js',
201
- 'lib/internal/process/report.js',
202
- 'lib/internal/per_context/domexception.js',
203
- 'lib/internal/per_context/messageport.js',
204
- 'lib/internal/per_context/primordials.js',
205
- 'lib/internal/assert/assertion_error.js',
206
- 'lib/internal/assert/calltracker.js',
207
- 'lib/internal/console/constructor.js',
208
- 'lib/internal/console/global.js',
229
+ 'lib/internal/streams/end-of-stream.js',
230
+ 'lib/internal/dns/utils.js',
231
+ 'lib/internal/dns/promises.js',
232
+ 'lib/internal/util/debuglog.js',
233
+ 'lib/internal/util/iterable_weak_map.js',
209
234
  'lib/internal/util/comparisons.js',
235
+ 'lib/internal/util/inspect.js',
210
236
  'lib/internal/util/inspector.js',
211
- 'lib/internal/util/iterable_weak_map.js',
212
- 'lib/internal/util/debuglog.js',
213
237
  'lib/internal/util/types.js',
214
- 'lib/internal/util/inspect.js',
215
- 'lib/internal/source_map/source_map_cache.js',
216
- 'lib/internal/source_map/source_map.js',
217
- 'lib/internal/source_map/prepare_stack_trace.js',
218
- 'lib/internal/dns/promises.js',
219
- 'lib/internal/dns/utils.js',
220
- 'lib/internal/policy/sri.js',
221
- 'lib/internal/policy/manifest.js',
222
- 'lib/internal/main/worker_thread.js',
223
- 'lib/internal/main/eval_stdin.js',
224
- 'lib/internal/main/run_main_module.js',
225
- 'lib/internal/main/run_third_party_main.js',
226
- 'lib/internal/main/print_help.js',
227
- 'lib/internal/main/eval_string.js',
228
- 'lib/internal/main/prof_process.js',
229
- 'lib/internal/main/inspect.js',
230
- 'lib/internal/main/check_syntax.js',
231
- 'lib/internal/main/repl.js',
232
- 'lib/internal/repl/history.js',
233
- 'lib/internal/repl/utils.js',
234
238
  'lib/internal/repl/await.js',
235
- 'lib/internal/crypto/keygen.js',
236
- 'lib/internal/crypto/cipher.js',
237
- 'lib/internal/crypto/keys.js',
238
- 'lib/internal/crypto/util.js',
239
- 'lib/internal/crypto/scrypt.js',
240
- 'lib/internal/crypto/sig.js',
241
- 'lib/internal/crypto/hash.js',
242
- 'lib/internal/crypto/pbkdf2.js',
243
- 'lib/internal/crypto/diffiehellman.js',
244
- 'lib/internal/crypto/random.js',
245
- 'lib/internal/crypto/certificate.js',
239
+ 'lib/internal/repl/utils.js',
240
+ 'lib/internal/repl/history.js',
241
+ 'lib/internal/readline/utils.js',
242
+ 'lib/internal/http2/core.js',
246
243
  'lib/internal/http2/util.js',
247
244
  'lib/internal/http2/compat.js',
248
- 'lib/internal/http2/core.js',
245
+ 'lib/internal/worker/io.js',
246
+ 'lib/internal/worker/js_transferable.js',
247
+ 'lib/internal/console/constructor.js',
248
+ 'lib/internal/console/global.js',
249
249
  'lib/internal/test/binding.js',
250
- 'lib/internal/debugger/inspect_client.js',
251
- 'lib/internal/debugger/inspect_repl.js',
252
- 'lib/internal/debugger/inspect.js'],
250
+ 'lib/internal/policy/manifest.js',
251
+ 'lib/internal/policy/sri.js',
252
+ 'lib/fs/promises.js'],
253
253
  'node_module_version': 83,
254
254
  'node_no_browser_globals': 'false',
255
255
  'node_prefix': '/',
@@ -387,6 +387,7 @@ NAPI_EXTERN napi_status napi_create_arraybuffer(napi_env env,
387
387
  size_t byte_length,
388
388
  void** data,
389
389
  napi_value* result);
390
+ #ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
390
391
  NAPI_EXTERN napi_status
391
392
  napi_create_external_arraybuffer(napi_env env,
392
393
  void* external_data,
@@ -394,6 +395,7 @@ napi_create_external_arraybuffer(napi_env env,
394
395
  napi_finalize finalize_cb,
395
396
  void* finalize_hint,
396
397
  napi_value* result);
398
+ #endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
397
399
  NAPI_EXTERN napi_status napi_get_arraybuffer_info(napi_env env,
398
400
  napi_value arraybuffer,
399
401
  void** data,
@@ -92,7 +92,8 @@ typedef enum {
92
92
  napi_date_expected,
93
93
  napi_arraybuffer_expected,
94
94
  napi_detachable_arraybuffer_expected,
95
- napi_would_deadlock // unused
95
+ napi_would_deadlock, // unused
96
+ napi_no_external_buffers_allowed
96
97
  } napi_status;
97
98
  // Note: when adding a new enum value to `napi_status`, please also update
98
99
  // * `const int last_status` in the definition of `napi_get_last_error_info()'
@@ -138,12 +138,14 @@ NAPI_EXTERN napi_status napi_create_buffer(napi_env env,
138
138
  size_t length,
139
139
  void** data,
140
140
  napi_value* result);
141
+ #ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
141
142
  NAPI_EXTERN napi_status napi_create_external_buffer(napi_env env,
142
143
  size_t length,
143
144
  void* data,
144
145
  napi_finalize finalize_cb,
145
146
  void* finalize_hint,
146
147
  napi_value* result);
148
+ #endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
147
149
  NAPI_EXTERN napi_status napi_create_buffer_copy(napi_env env,
148
150
  size_t length,
149
151
  const void* data,
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
- #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 21
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Fermium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 12:23:50 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:26 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 12:23:52 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:29 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jul 5 12:23:54 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:31 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jul 5 12:23:56 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:32 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jul 5 12:24:00 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:36 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jul 5 12:24:04 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:41 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 12:25:50 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:22 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 12:25:52 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:23 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 12:25:54 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:25 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Tue Jul 5 12:25:55 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:26 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 12:25:40 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:12 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 12:25:45 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:17 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Jul 5 12:25:49 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:53:21 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Jul 5 12:23:41 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:16 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Jul 5 12:23:43 2022 UTC"
14
+ #define DATE "built on: Wed Nov 2 12:51:18 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a