node-linux-arm64 14.18.3 → 14.19.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.
- package/CHANGELOG.md +136 -0
- package/LICENSE +26 -17
- package/README.md +15 -12
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +180 -178
- package/include/node/node.h +7 -1
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/ec.h +10 -7
- package/include/node/openssl/engine.h +2 -1
- package/include/node/openssl/obj_mac.h +1 -1
- package/include/node/openssl/opensslv.h +2 -2
- package/package.json +1 -1
- package/share/man/man1/node.1 +5 -0
package/include/node/config.gypi
CHANGED
|
@@ -17,236 +17,238 @@
|
|
|
17
17
|
'force_dynamic_crt': 0,
|
|
18
18
|
'gas_version': '2.30',
|
|
19
19
|
'host_arch': 'arm64',
|
|
20
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
20
|
+
'icu_data_in': '../../deps/icu-tmp/icudt70l.dat',
|
|
21
21
|
'icu_endianness': 'l',
|
|
22
22
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
23
23
|
'icu_path': 'deps/icu-small',
|
|
24
24
|
'icu_small': 'false',
|
|
25
|
-
'icu_ver_major': '
|
|
25
|
+
'icu_ver_major': '70',
|
|
26
26
|
'is_debug': 0,
|
|
27
27
|
'llvm_version': '0.0',
|
|
28
28
|
'napi_build_version': '8',
|
|
29
29
|
'node_byteorder': 'little',
|
|
30
30
|
'node_debug_lib': 'false',
|
|
31
31
|
'node_enable_d8': 'false',
|
|
32
|
+
'node_install_corepack': 'true',
|
|
32
33
|
'node_install_npm': 'true',
|
|
33
|
-
'node_library_files': [ 'lib/
|
|
34
|
-
'lib/
|
|
35
|
-
'lib/
|
|
36
|
-
'lib/
|
|
37
|
-
'lib/
|
|
34
|
+
'node_library_files': [ 'lib/tty.js',
|
|
35
|
+
'lib/process.js',
|
|
36
|
+
'lib/_stream_wrap.js',
|
|
37
|
+
'lib/string_decoder.js',
|
|
38
|
+
'lib/child_process.js',
|
|
39
|
+
'lib/async_hooks.js',
|
|
38
40
|
'lib/_tls_common.js',
|
|
39
|
-
'lib/
|
|
40
|
-
'lib/_stream_transform.js',
|
|
41
|
-
'lib/v8.js',
|
|
42
|
-
'lib/_http_incoming.js',
|
|
43
|
-
'lib/_stream_writable.js',
|
|
44
|
-
'lib/querystring.js',
|
|
45
|
-
'lib/net.js',
|
|
46
|
-
'lib/https.js',
|
|
47
|
-
'lib/_http_server.js',
|
|
48
|
-
'lib/_http_outgoing.js',
|
|
41
|
+
'lib/readline.js',
|
|
49
42
|
'lib/buffer.js',
|
|
50
|
-
'lib/
|
|
43
|
+
'lib/util.js',
|
|
44
|
+
'lib/trace_events.js',
|
|
51
45
|
'lib/dgram.js',
|
|
52
|
-
'lib/
|
|
46
|
+
'lib/_http_incoming.js',
|
|
53
47
|
'lib/url.js',
|
|
54
|
-
'lib/
|
|
55
|
-
'lib/
|
|
56
|
-
'lib/
|
|
57
|
-
'lib/console.js',
|
|
58
|
-
'lib/http.js',
|
|
59
|
-
'lib/stream.js',
|
|
60
|
-
'lib/repl.js',
|
|
61
|
-
'lib/string_decoder.js',
|
|
62
|
-
'lib/tty.js',
|
|
63
|
-
'lib/_stream_passthrough.js',
|
|
64
|
-
'lib/readline.js',
|
|
65
|
-
'lib/process.js',
|
|
66
|
-
'lib/fs.js',
|
|
67
|
-
'lib/vm.js',
|
|
68
|
-
'lib/events.js',
|
|
69
|
-
'lib/os.js',
|
|
70
|
-
'lib/tls.js',
|
|
48
|
+
'lib/v8.js',
|
|
49
|
+
'lib/zlib.js',
|
|
50
|
+
'lib/wasi.js',
|
|
71
51
|
'lib/punycode.js',
|
|
72
|
-
'lib/
|
|
73
|
-
'lib/
|
|
74
|
-
'lib/path.js',
|
|
75
|
-
'lib/dns.js',
|
|
52
|
+
'lib/net.js',
|
|
53
|
+
'lib/worker_threads.js',
|
|
76
54
|
'lib/sys.js',
|
|
77
|
-
'lib/
|
|
55
|
+
'lib/http.js',
|
|
78
56
|
'lib/http2.js',
|
|
79
|
-
'lib/
|
|
80
|
-
'lib/
|
|
81
|
-
'lib/
|
|
57
|
+
'lib/_stream_duplex.js',
|
|
58
|
+
'lib/querystring.js',
|
|
59
|
+
'lib/diagnostics_channel.js',
|
|
60
|
+
'lib/_stream_passthrough.js',
|
|
61
|
+
'lib/_http_client.js',
|
|
62
|
+
'lib/cluster.js',
|
|
63
|
+
'lib/vm.js',
|
|
64
|
+
'lib/timers.js',
|
|
65
|
+
'lib/_http_server.js',
|
|
66
|
+
'lib/_stream_transform.js',
|
|
82
67
|
'lib/_stream_readable.js',
|
|
83
|
-
'lib/
|
|
68
|
+
'lib/repl.js',
|
|
69
|
+
'lib/module.js',
|
|
84
70
|
'lib/assert.js',
|
|
85
|
-
'lib/
|
|
86
|
-
'lib/
|
|
71
|
+
'lib/dns.js',
|
|
72
|
+
'lib/fs.js',
|
|
87
73
|
'lib/inspector.js',
|
|
74
|
+
'lib/_http_outgoing.js',
|
|
75
|
+
'lib/os.js',
|
|
76
|
+
'lib/path.js',
|
|
77
|
+
'lib/_stream_writable.js',
|
|
78
|
+
'lib/tls.js',
|
|
79
|
+
'lib/console.js',
|
|
80
|
+
'lib/domain.js',
|
|
81
|
+
'lib/perf_hooks.js',
|
|
82
|
+
'lib/events.js',
|
|
88
83
|
'lib/_http_common.js',
|
|
84
|
+
'lib/https.js',
|
|
85
|
+
'lib/crypto.js',
|
|
86
|
+
'lib/stream.js',
|
|
87
|
+
'lib/_http_agent.js',
|
|
88
|
+
'lib/_tls_wrap.js',
|
|
89
|
+
'lib/constants.js',
|
|
90
|
+
'lib/internal/tty.js',
|
|
91
|
+
'lib/internal/trace_events_async_hooks.js',
|
|
92
|
+
'lib/internal/child_process.js',
|
|
93
|
+
'lib/internal/async_hooks.js',
|
|
94
|
+
'lib/internal/buffer.js',
|
|
95
|
+
'lib/internal/priority_queue.js',
|
|
89
96
|
'lib/internal/util.js',
|
|
90
|
-
'lib/internal/watchdog.js',
|
|
91
|
-
'lib/internal/blob.js',
|
|
92
|
-
'lib/internal/blocklist.js',
|
|
93
|
-
'lib/internal/idna.js',
|
|
94
|
-
'lib/internal/querystring.js',
|
|
95
|
-
'lib/internal/abort_controller.js',
|
|
96
|
-
'lib/internal/net.js',
|
|
97
97
|
'lib/internal/error_serdes.js',
|
|
98
|
-
'lib/internal/
|
|
99
|
-
'lib/internal/js_stream_socket.js',
|
|
98
|
+
'lib/internal/options.js',
|
|
100
99
|
'lib/internal/dgram.js',
|
|
101
|
-
'lib/internal/child_process.js',
|
|
102
|
-
'lib/internal/dtrace.js',
|
|
103
100
|
'lib/internal/url.js',
|
|
104
|
-
'lib/internal/
|
|
101
|
+
'lib/internal/abort_controller.js',
|
|
102
|
+
'lib/internal/v8_prof_processor.js',
|
|
103
|
+
'lib/internal/blocklist.js',
|
|
104
|
+
'lib/internal/blob.js',
|
|
105
|
+
'lib/internal/freeze_intrinsics.js',
|
|
106
|
+
'lib/internal/stream_base_commons.js',
|
|
107
|
+
'lib/internal/js_stream_socket.js',
|
|
108
|
+
'lib/internal/net.js',
|
|
105
109
|
'lib/internal/http.js',
|
|
106
|
-
'lib/internal/
|
|
107
|
-
'lib/internal/repl.js',
|
|
108
|
-
'lib/internal/linkedlist.js',
|
|
110
|
+
'lib/internal/querystring.js',
|
|
109
111
|
'lib/internal/event_target.js',
|
|
110
|
-
'lib/internal/
|
|
111
|
-
'lib/internal/
|
|
112
|
-
'lib/internal/
|
|
113
|
-
'lib/internal/
|
|
114
|
-
'lib/internal/socket_list.js',
|
|
115
|
-
'lib/internal/tls.js',
|
|
112
|
+
'lib/internal/histogram.js',
|
|
113
|
+
'lib/internal/timers.js',
|
|
114
|
+
'lib/internal/socketaddress.js',
|
|
115
|
+
'lib/internal/linkedlist.js',
|
|
116
116
|
'lib/internal/encoding.js',
|
|
117
|
+
'lib/internal/repl.js',
|
|
118
|
+
'lib/internal/idna.js',
|
|
119
|
+
'lib/internal/assert.js',
|
|
117
120
|
'lib/internal/errors.js',
|
|
118
121
|
'lib/internal/heap_utils.js',
|
|
119
|
-
'lib/internal/
|
|
120
|
-
'lib/internal/
|
|
122
|
+
'lib/internal/socket_list.js',
|
|
123
|
+
'lib/internal/freelist.js',
|
|
124
|
+
'lib/internal/v8_prof_polyfill.js',
|
|
125
|
+
'lib/internal/tls.js',
|
|
126
|
+
'lib/internal/validators.js',
|
|
127
|
+
'lib/internal/inspector_async_hook.js',
|
|
121
128
|
'lib/internal/cli_table.js',
|
|
122
|
-
'lib/internal/
|
|
123
|
-
'lib/internal/
|
|
129
|
+
'lib/internal/worker.js',
|
|
130
|
+
'lib/internal/fixed_queue.js',
|
|
131
|
+
'lib/internal/dtrace.js',
|
|
132
|
+
'lib/internal/watchdog.js',
|
|
124
133
|
'lib/internal/constants.js',
|
|
125
|
-
'lib/internal/
|
|
126
|
-
'lib/internal/
|
|
127
|
-
'lib/internal/
|
|
128
|
-
'lib/internal/
|
|
129
|
-
'lib/internal/
|
|
130
|
-
'lib/internal/
|
|
131
|
-
'lib/internal/
|
|
132
|
-
'lib/internal/
|
|
134
|
+
'lib/internal/streams/readable.js',
|
|
135
|
+
'lib/internal/streams/writable.js',
|
|
136
|
+
'lib/internal/streams/destroy.js',
|
|
137
|
+
'lib/internal/streams/buffer_list.js',
|
|
138
|
+
'lib/internal/streams/passthrough.js',
|
|
139
|
+
'lib/internal/streams/legacy.js',
|
|
140
|
+
'lib/internal/streams/duplex.js',
|
|
141
|
+
'lib/internal/streams/duplexpair.js',
|
|
142
|
+
'lib/internal/streams/end-of-stream.js',
|
|
143
|
+
'lib/internal/streams/state.js',
|
|
144
|
+
'lib/internal/streams/pipeline.js',
|
|
145
|
+
'lib/internal/streams/lazy_transform.js',
|
|
146
|
+
'lib/internal/streams/transform.js',
|
|
147
|
+
'lib/internal/streams/utils.js',
|
|
148
|
+
'lib/internal/streams/from.js',
|
|
149
|
+
'lib/internal/cluster/round_robin_handle.js',
|
|
150
|
+
'lib/internal/cluster/child.js',
|
|
151
|
+
'lib/internal/cluster/shared_handle.js',
|
|
152
|
+
'lib/internal/cluster/utils.js',
|
|
153
|
+
'lib/internal/cluster/master.js',
|
|
154
|
+
'lib/internal/cluster/worker.js',
|
|
155
|
+
'lib/internal/http2/compat.js',
|
|
156
|
+
'lib/internal/http2/core.js',
|
|
157
|
+
'lib/internal/http2/util.js',
|
|
158
|
+
'lib/internal/readline/utils.js',
|
|
133
159
|
'lib/internal/console/global.js',
|
|
134
160
|
'lib/internal/console/constructor.js',
|
|
135
|
-
'lib/internal/
|
|
136
|
-
'lib/internal/
|
|
161
|
+
'lib/internal/crypto/keys.js',
|
|
162
|
+
'lib/internal/crypto/util.js',
|
|
163
|
+
'lib/internal/crypto/cipher.js',
|
|
164
|
+
'lib/internal/crypto/certificate.js',
|
|
165
|
+
'lib/internal/crypto/sig.js',
|
|
166
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
167
|
+
'lib/internal/crypto/random.js',
|
|
168
|
+
'lib/internal/crypto/scrypt.js',
|
|
169
|
+
'lib/internal/crypto/hash.js',
|
|
170
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
171
|
+
'lib/internal/crypto/keygen.js',
|
|
172
|
+
'lib/internal/vm/module.js',
|
|
173
|
+
'lib/internal/dns/promises.js',
|
|
174
|
+
'lib/internal/dns/utils.js',
|
|
175
|
+
'lib/internal/assert/calltracker.js',
|
|
176
|
+
'lib/internal/assert/assertion_error.js',
|
|
137
177
|
'lib/internal/repl/history.js',
|
|
138
178
|
'lib/internal/repl/await.js',
|
|
139
179
|
'lib/internal/repl/utils.js',
|
|
180
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
181
|
+
'lib/internal/debugger/inspect_client.js',
|
|
182
|
+
'lib/internal/debugger/inspect.js',
|
|
183
|
+
'lib/internal/modules/run_main.js',
|
|
184
|
+
'lib/internal/modules/package_json_reader.js',
|
|
185
|
+
'lib/internal/modules/cjs/helpers.js',
|
|
186
|
+
'lib/internal/modules/cjs/loader.js',
|
|
187
|
+
'lib/internal/modules/esm/resolve.js',
|
|
188
|
+
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
189
|
+
'lib/internal/modules/esm/module_job.js',
|
|
190
|
+
'lib/internal/modules/esm/get_source.js',
|
|
191
|
+
'lib/internal/modules/esm/get_format.js',
|
|
192
|
+
'lib/internal/modules/esm/translators.js',
|
|
193
|
+
'lib/internal/modules/esm/module_map.js',
|
|
194
|
+
'lib/internal/modules/esm/transform_source.js',
|
|
195
|
+
'lib/internal/modules/esm/loader.js',
|
|
196
|
+
'lib/internal/modules/esm/handle_process_exit.js',
|
|
197
|
+
'lib/internal/timers/promises.js',
|
|
198
|
+
'lib/internal/test/binding.js',
|
|
199
|
+
'lib/internal/bootstrap/environment.js',
|
|
200
|
+
'lib/internal/bootstrap/pre_execution.js',
|
|
201
|
+
'lib/internal/bootstrap/loaders.js',
|
|
202
|
+
'lib/internal/bootstrap/node.js',
|
|
203
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
204
|
+
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
205
|
+
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
206
|
+
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
207
|
+
'lib/internal/child_process/serialization.js',
|
|
208
|
+
'lib/internal/per_context/messageport.js',
|
|
209
|
+
'lib/internal/per_context/primordials.js',
|
|
210
|
+
'lib/internal/per_context/domexception.js',
|
|
211
|
+
'lib/internal/source_map/source_map_cache.js',
|
|
212
|
+
'lib/internal/source_map/source_map.js',
|
|
213
|
+
'lib/internal/source_map/prepare_stack_trace.js',
|
|
140
214
|
'lib/internal/process/promises.js',
|
|
141
|
-
'lib/internal/process/policy.js',
|
|
142
215
|
'lib/internal/process/report.js',
|
|
216
|
+
'lib/internal/process/policy.js',
|
|
217
|
+
'lib/internal/process/worker_thread_only.js',
|
|
218
|
+
'lib/internal/process/task_queues.js',
|
|
143
219
|
'lib/internal/process/signal.js',
|
|
144
220
|
'lib/internal/process/esm_loader.js',
|
|
145
|
-
'lib/internal/process/warning.js',
|
|
146
221
|
'lib/internal/process/per_thread.js',
|
|
147
222
|
'lib/internal/process/execution.js',
|
|
148
|
-
'lib/internal/process/
|
|
149
|
-
'lib/internal/
|
|
150
|
-
'lib/internal/
|
|
223
|
+
'lib/internal/process/warning.js',
|
|
224
|
+
'lib/internal/policy/manifest.js',
|
|
225
|
+
'lib/internal/policy/sri.js',
|
|
226
|
+
'lib/internal/main/print_help.js',
|
|
227
|
+
'lib/internal/main/run_main_module.js',
|
|
228
|
+
'lib/internal/main/check_syntax.js',
|
|
229
|
+
'lib/internal/main/worker_thread.js',
|
|
230
|
+
'lib/internal/main/run_third_party_main.js',
|
|
231
|
+
'lib/internal/main/repl.js',
|
|
232
|
+
'lib/internal/main/inspect.js',
|
|
233
|
+
'lib/internal/main/eval_string.js',
|
|
234
|
+
'lib/internal/main/eval_stdin.js',
|
|
235
|
+
'lib/internal/main/prof_process.js',
|
|
236
|
+
'lib/internal/util/types.js',
|
|
151
237
|
'lib/internal/util/iterable_weak_map.js',
|
|
152
|
-
'lib/internal/util/comparisons.js',
|
|
153
238
|
'lib/internal/util/inspect.js',
|
|
154
|
-
'lib/internal/util/types.js',
|
|
155
239
|
'lib/internal/util/inspector.js',
|
|
156
|
-
'lib/internal/
|
|
157
|
-
'lib/internal/
|
|
158
|
-
'lib/internal/
|
|
159
|
-
'lib/internal/
|
|
160
|
-
'lib/internal/per_context/domexception.js',
|
|
161
|
-
'lib/internal/per_context/primordials.js',
|
|
162
|
-
'lib/internal/test/binding.js',
|
|
163
|
-
'lib/internal/policy/sri.js',
|
|
164
|
-
'lib/internal/policy/manifest.js',
|
|
165
|
-
'lib/internal/fs/dir.js',
|
|
240
|
+
'lib/internal/util/comparisons.js',
|
|
241
|
+
'lib/internal/util/debuglog.js',
|
|
242
|
+
'lib/internal/worker/io.js',
|
|
243
|
+
'lib/internal/worker/js_transferable.js',
|
|
166
244
|
'lib/internal/fs/promises.js',
|
|
245
|
+
'lib/internal/fs/dir.js',
|
|
167
246
|
'lib/internal/fs/streams.js',
|
|
247
|
+
'lib/internal/fs/sync_write_stream.js',
|
|
168
248
|
'lib/internal/fs/rimraf.js',
|
|
249
|
+
'lib/internal/fs/read_file_context.js',
|
|
169
250
|
'lib/internal/fs/watchers.js',
|
|
170
|
-
'lib/internal/fs/sync_write_stream.js',
|
|
171
251
|
'lib/internal/fs/utils.js',
|
|
172
|
-
'lib/internal/fs/read_file_context.js',
|
|
173
|
-
'lib/internal/worker/js_transferable.js',
|
|
174
|
-
'lib/internal/worker/io.js',
|
|
175
|
-
'lib/internal/dns/promises.js',
|
|
176
|
-
'lib/internal/dns/utils.js',
|
|
177
|
-
'lib/internal/vm/module.js',
|
|
178
|
-
'lib/internal/timers/promises.js',
|
|
179
|
-
'lib/internal/assert/calltracker.js',
|
|
180
|
-
'lib/internal/assert/assertion_error.js',
|
|
181
|
-
'lib/internal/bootstrap/pre_execution.js',
|
|
182
|
-
'lib/internal/bootstrap/node.js',
|
|
183
|
-
'lib/internal/bootstrap/loaders.js',
|
|
184
|
-
'lib/internal/bootstrap/environment.js',
|
|
185
|
-
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
186
|
-
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
187
|
-
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
188
|
-
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
189
|
-
'lib/internal/main/print_help.js',
|
|
190
|
-
'lib/internal/main/run_third_party_main.js',
|
|
191
|
-
'lib/internal/main/check_syntax.js',
|
|
192
|
-
'lib/internal/main/worker_thread.js',
|
|
193
|
-
'lib/internal/main/eval_stdin.js',
|
|
194
|
-
'lib/internal/main/repl.js',
|
|
195
|
-
'lib/internal/main/eval_string.js',
|
|
196
|
-
'lib/internal/main/inspect.js',
|
|
197
|
-
'lib/internal/main/run_main_module.js',
|
|
198
|
-
'lib/internal/main/prof_process.js',
|
|
199
|
-
'lib/internal/modules/package_json_reader.js',
|
|
200
|
-
'lib/internal/modules/run_main.js',
|
|
201
|
-
'lib/internal/modules/esm/transform_source.js',
|
|
202
|
-
'lib/internal/modules/esm/loader.js',
|
|
203
|
-
'lib/internal/modules/esm/resolve.js',
|
|
204
|
-
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
205
|
-
'lib/internal/modules/esm/translators.js',
|
|
206
|
-
'lib/internal/modules/esm/get_format.js',
|
|
207
|
-
'lib/internal/modules/esm/get_source.js',
|
|
208
|
-
'lib/internal/modules/esm/module_job.js',
|
|
209
|
-
'lib/internal/modules/esm/module_map.js',
|
|
210
|
-
'lib/internal/modules/cjs/helpers.js',
|
|
211
|
-
'lib/internal/modules/cjs/loader.js',
|
|
212
|
-
'lib/internal/debugger/inspect_client.js',
|
|
213
|
-
'lib/internal/debugger/inspect_repl.js',
|
|
214
|
-
'lib/internal/debugger/inspect.js',
|
|
215
|
-
'lib/internal/cluster/child.js',
|
|
216
|
-
'lib/internal/cluster/round_robin_handle.js',
|
|
217
|
-
'lib/internal/cluster/shared_handle.js',
|
|
218
|
-
'lib/internal/cluster/worker.js',
|
|
219
|
-
'lib/internal/cluster/utils.js',
|
|
220
|
-
'lib/internal/cluster/master.js',
|
|
221
|
-
'lib/internal/crypto/util.js',
|
|
222
|
-
'lib/internal/crypto/pbkdf2.js',
|
|
223
|
-
'lib/internal/crypto/hash.js',
|
|
224
|
-
'lib/internal/crypto/scrypt.js',
|
|
225
|
-
'lib/internal/crypto/sig.js',
|
|
226
|
-
'lib/internal/crypto/certificate.js',
|
|
227
|
-
'lib/internal/crypto/keygen.js',
|
|
228
|
-
'lib/internal/crypto/keys.js',
|
|
229
|
-
'lib/internal/crypto/random.js',
|
|
230
|
-
'lib/internal/crypto/cipher.js',
|
|
231
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
232
|
-
'lib/internal/http2/core.js',
|
|
233
|
-
'lib/internal/http2/util.js',
|
|
234
|
-
'lib/internal/http2/compat.js',
|
|
235
|
-
'lib/internal/streams/state.js',
|
|
236
|
-
'lib/internal/streams/end-of-stream.js',
|
|
237
|
-
'lib/internal/streams/buffer_list.js',
|
|
238
|
-
'lib/internal/streams/pipeline.js',
|
|
239
|
-
'lib/internal/streams/lazy_transform.js',
|
|
240
|
-
'lib/internal/streams/destroy.js',
|
|
241
|
-
'lib/internal/streams/legacy.js',
|
|
242
|
-
'lib/internal/streams/transform.js',
|
|
243
|
-
'lib/internal/streams/readable.js',
|
|
244
|
-
'lib/internal/streams/writable.js',
|
|
245
|
-
'lib/internal/streams/duplex.js',
|
|
246
|
-
'lib/internal/streams/duplexpair.js',
|
|
247
|
-
'lib/internal/streams/utils.js',
|
|
248
|
-
'lib/internal/streams/passthrough.js',
|
|
249
|
-
'lib/internal/streams/from.js',
|
|
250
252
|
'lib/fs/promises.js'],
|
|
251
253
|
'node_module_version': 83,
|
|
252
254
|
'node_no_browser_globals': 'false',
|
package/include/node/node.h
CHANGED
|
@@ -428,7 +428,13 @@ enum Flags : uint64_t {
|
|
|
428
428
|
// Set this flag to force hiding console windows when spawning child
|
|
429
429
|
// processes. This is usually used when embedding Node.js in GUI programs on
|
|
430
430
|
// Windows.
|
|
431
|
-
kHideConsoleWindows = 1 << 5
|
|
431
|
+
kHideConsoleWindows = 1 << 5,
|
|
432
|
+
// Set this flag to disable loading native addons via `process.dlopen`.
|
|
433
|
+
// This environment flag is especially important for worker threads
|
|
434
|
+
// so that a worker thread can't load a native addon even if `execArgv`
|
|
435
|
+
// is overwritten and `--no-addons` is not specified but was specified
|
|
436
|
+
// for this Environment instance.
|
|
437
|
+
kNoNativeAddons = 1 << 6
|
|
432
438
|
};
|
|
433
439
|
} // namespace EnvironmentFlags
|
|
434
440
|
|
|
@@ -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
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 19
|
|
27
|
+
#define NODE_PATCH_VERSION 2
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Fermium"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|