node-linux-x64 18.1.0 → 18.2.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.
- package/CHANGELOG.md +110 -0
- package/README.md +8 -3
- package/bin/node +0 -0
- package/include/node/config.gypi +71 -69
- package/include/node/js_native_api.h +367 -363
- package/include/node/js_native_api_types.h +13 -4
- package/include/node/node.h +10 -0
- package/include/node/node_api.h +95 -92
- package/include/node/node_api_types.h +8 -10
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +197 -0
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +197 -0
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto/include/internal/bn_conf.h +28 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +11 -0
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/ecerr.h +2 -1
- package/include/node/openssl/opensslconf.h +15 -21
- package/package.json +1 -1
- package/include/node/openssl/opensslconf_no-asm.h +0 -47
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.2.0">18.2.0</a><br/>
|
|
11
12
|
<a href="#18.1.0">18.1.0</a><br/>
|
|
12
13
|
<a href="#18.0.0">18.0.0</a><br/>
|
|
13
14
|
</td>
|
|
@@ -34,6 +35,115 @@
|
|
|
34
35
|
* [io.js](CHANGELOG_IOJS.md)
|
|
35
36
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
36
37
|
|
|
38
|
+
<a id="18.2.0"></a>
|
|
39
|
+
|
|
40
|
+
## 2022-05-17, Version 18.2.0 (Current), @BethGriggs prepared by @RafaelGSS
|
|
41
|
+
|
|
42
|
+
### Notable Changes
|
|
43
|
+
|
|
44
|
+
#### OpenSSL 3.0.3
|
|
45
|
+
|
|
46
|
+
This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18.
|
|
47
|
+
See <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.
|
|
48
|
+
|
|
49
|
+
* \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
|
|
50
|
+
* \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
|
|
51
|
+
|
|
52
|
+
#### Other Notable Changes
|
|
53
|
+
|
|
54
|
+
* \[[`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - _**Revert**_ "**deps**: add template for generated headers" (Daniel Bevenius) [#42978](https://github.com/nodejs/node/pull/42978)
|
|
55
|
+
* \[[`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#43059](https://github.com/nodejs/node/pull/43059)
|
|
56
|
+
* \[[`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#42968](https://github.com/nodejs/node/pull/42968)
|
|
57
|
+
* \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
|
|
58
|
+
* \[[`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#43039](https://github.com/nodejs/node/pull/43039)
|
|
59
|
+
* \[[`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
|
|
60
|
+
* \[[`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#42768](https://github.com/nodejs/node/pull/42768)
|
|
61
|
+
* \[[`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#42812](https://github.com/nodejs/node/pull/42812)
|
|
62
|
+
* \[[`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf\_hooks**: add PerformanceResourceTiming (RafaelGSS) [#42725](https://github.com/nodejs/node/pull/42725)
|
|
63
|
+
|
|
64
|
+
### Commits
|
|
65
|
+
|
|
66
|
+
* \[[`7cac7bb806`](https://github.com/nodejs/node/commit/7cac7bb806)] - **assert**: fix CallTracker wraps the function causes the length to be lost (OneNail) [#42909](https://github.com/nodejs/node/pull/42909)
|
|
67
|
+
* \[[`e74a8da287`](https://github.com/nodejs/node/commit/e74a8da287)] - **assert**: make `assert.fail` less affected by prototype tampering (Antoine du Hamel) [#42918](https://github.com/nodejs/node/pull/42918)
|
|
68
|
+
* \[[`1146806673`](https://github.com/nodejs/node/commit/1146806673)] - **bootstrap**: stop delaying instantiation of maps in per-context scripts (Darshan Sen) [#42934](https://github.com/nodejs/node/pull/42934)
|
|
69
|
+
* \[[`a20310d171`](https://github.com/nodejs/node/commit/a20310d171)] - **bootstrap**: use a context snapshotted with primordials in workers (Joyee Cheung) [#42867](https://github.com/nodejs/node/pull/42867)
|
|
70
|
+
* \[[`9ee7d9eb15`](https://github.com/nodejs/node/commit/9ee7d9eb15)] - **bootstrap**: fix wasm\_web\_api external reference registration (Joyee Cheung) [#42903](https://github.com/nodejs/node/pull/42903)
|
|
71
|
+
* \[[`cec678a00e`](https://github.com/nodejs/node/commit/cec678a00e)] - **build**: set ASAN workaround (Richard Lau) [#43085](https://github.com/nodejs/node/pull/43085)
|
|
72
|
+
* \[[`7c4df42caa`](https://github.com/nodejs/node/commit/7c4df42caa)] - **build**: disable windows-2022 temporarily (Jiawen Geng) [#43093](https://github.com/nodejs/node/pull/43093)
|
|
73
|
+
* \[[`0eb32ed976`](https://github.com/nodejs/node/commit/0eb32ed976)] - **build**: fix various shared library build issues (William Marlow) [#41850](https://github.com/nodejs/node/pull/41850)
|
|
74
|
+
* \[[`48f4a714b2`](https://github.com/nodejs/node/commit/48f4a714b2)] - **build**: fix indeterminacy of icu\_locales value (Sergey Nazaryev) [#42865](https://github.com/nodejs/node/pull/42865)
|
|
75
|
+
* \[[`19c060fd84`](https://github.com/nodejs/node/commit/19c060fd84)] - **crypto**: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) [#42944](https://github.com/nodejs/node/pull/42944)
|
|
76
|
+
* \[[`183bcc0699`](https://github.com/nodejs/node/commit/183bcc0699)] - **crypto**: clean up parameter validation in HKDF (Tobias Nießen) [#42924](https://github.com/nodejs/node/pull/42924)
|
|
77
|
+
* \[[`946f57c7bc`](https://github.com/nodejs/node/commit/946f57c7bc)] - **debugger**: fix inconsistent inspector output of exec new Map() (Kohei Ueno) [#42423](https://github.com/nodejs/node/pull/42423)
|
|
78
|
+
* \[[`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#43059](https://github.com/nodejs/node/pull/43059)
|
|
79
|
+
* \[[`a9703a55ef`](https://github.com/nodejs/node/commit/a9703a55ef)] - **deps**: remove opensslconf template headers (Daniel Bevenius) [#43035](https://github.com/nodejs/node/pull/43035)
|
|
80
|
+
* \[[`a4a4f7134b`](https://github.com/nodejs/node/commit/a4a4f7134b)] - **deps**: fix llhttp version number (Michael Dawson) [#43029](https://github.com/nodejs/node/pull/43029)
|
|
81
|
+
* \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
|
|
82
|
+
* \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
|
|
83
|
+
* \[[`e8121ae7fe`](https://github.com/nodejs/node/commit/e8121ae7fe)] - **deps**: regenerate OpenSSL archs files (Daniel Bevenius) [#42978](https://github.com/nodejs/node/pull/42978)
|
|
84
|
+
* \[[`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - _**Revert**_ "**deps**: add template for generated headers" (Daniel Bevenius) [#42978](https://github.com/nodejs/node/pull/42978)
|
|
85
|
+
* \[[`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#42968](https://github.com/nodejs/node/pull/42968)
|
|
86
|
+
* \[[`f53ed9d1bb`](https://github.com/nodejs/node/commit/f53ed9d1bb)] - **doc**: use serial comma in fs docs (Tobias Nießen) [#43104](https://github.com/nodejs/node/pull/43104)
|
|
87
|
+
* \[[`839824aca8`](https://github.com/nodejs/node/commit/839824aca8)] - **doc**: use serial comma in events docs (Tobias Nießen) [#43113](https://github.com/nodejs/node/pull/43113)
|
|
88
|
+
* \[[`9629c74080`](https://github.com/nodejs/node/commit/9629c74080)] - **doc**: use serial comma in modules docs (Tobias Nießen) [#43103](https://github.com/nodejs/node/pull/43103)
|
|
89
|
+
* \[[`76096c2d4a`](https://github.com/nodejs/node/commit/76096c2d4a)] - **doc**: use serial comma in util docs (Tobias Nießen) [#43063](https://github.com/nodejs/node/pull/43063)
|
|
90
|
+
* \[[`1e9de0dd5a`](https://github.com/nodejs/node/commit/1e9de0dd5a)] - **doc**: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) [#43045](https://github.com/nodejs/node/pull/43045)
|
|
91
|
+
* \[[`eb630d7ef9`](https://github.com/nodejs/node/commit/eb630d7ef9)] - **doc**: add maintaining info for shared libary option (Michael Dawson) [#42517](https://github.com/nodejs/node/pull/42517)
|
|
92
|
+
* \[[`3816a97bae`](https://github.com/nodejs/node/commit/3816a97bae)] - **doc**: add detail for how to update llhttp (Michael Dawson) [#43028](https://github.com/nodejs/node/pull/43028)
|
|
93
|
+
* \[[`330e267a57`](https://github.com/nodejs/node/commit/330e267a57)] - **doc**: use serial comma in buffer docs (Tobias Nießen) [#43048](https://github.com/nodejs/node/pull/43048)
|
|
94
|
+
* \[[`0957212390`](https://github.com/nodejs/node/commit/0957212390)] - **doc**: use consistent method symbol (Paolo Insogna) [#42974](https://github.com/nodejs/node/pull/42974)
|
|
95
|
+
* \[[`22cb7104cb`](https://github.com/nodejs/node/commit/22cb7104cb)] - **doc**: add Rafael to the security steward for NearForm (Matteo Collina) [#42966](https://github.com/nodejs/node/pull/42966)
|
|
96
|
+
* \[[`ef177da3f1`](https://github.com/nodejs/node/commit/ef177da3f1)] - **doc**: mark some node-api functions as experimental (NickNaso) [#42987](https://github.com/nodejs/node/pull/42987)
|
|
97
|
+
* \[[`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#43039](https://github.com/nodejs/node/pull/43039)
|
|
98
|
+
* \[[`c988a0ed26`](https://github.com/nodejs/node/commit/c988a0ed26)] - **doc**: use serial comma in http docs (Tobias Nießen) [#43026](https://github.com/nodejs/node/pull/43026)
|
|
99
|
+
* \[[`4de918b4c1`](https://github.com/nodejs/node/commit/4de918b4c1)] - **doc**: add the preferred name for @himself65 (Himself65) [#43024](https://github.com/nodejs/node/pull/43024)
|
|
100
|
+
* \[[`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
|
|
101
|
+
* \[[`64e0aa116d`](https://github.com/nodejs/node/commit/64e0aa116d)] - **doc**: rename N-API to Node-API in test/README.md (Daeyeon Jeong) [#42946](https://github.com/nodejs/node/pull/42946)
|
|
102
|
+
* \[[`65d64553c0`](https://github.com/nodejs/node/commit/65d64553c0)] - **doc**: use serial comma in tls docs (Tobias Nießen) [#43001](https://github.com/nodejs/node/pull/43001)
|
|
103
|
+
* \[[`840e61e745`](https://github.com/nodejs/node/commit/840e61e745)] - **doc**: improve commit message example for releases (Juan José) [#42954](https://github.com/nodejs/node/pull/42954)
|
|
104
|
+
* \[[`ba3ad7c665`](https://github.com/nodejs/node/commit/ba3ad7c665)] - **doc**: use serial comma in cluster docs (Tobias Nießen) [#42989](https://github.com/nodejs/node/pull/42989)
|
|
105
|
+
* \[[`3ab3086008`](https://github.com/nodejs/node/commit/3ab3086008)] - **doc**: fix errors in Web Streams doc (OneNail) [#42862](https://github.com/nodejs/node/pull/42862)
|
|
106
|
+
* \[[`1fbfee2497`](https://github.com/nodejs/node/commit/1fbfee2497)] - **doc**: fix examples in cluster.md (OneNail) [#42889](https://github.com/nodejs/node/pull/42889)
|
|
107
|
+
* \[[`1237c742f4`](https://github.com/nodejs/node/commit/1237c742f4)] - **doc**: add additional step to security release process (Michael Dawson) [#42916](https://github.com/nodejs/node/pull/42916)
|
|
108
|
+
* \[[`88692d8fd6`](https://github.com/nodejs/node/commit/88692d8fd6)] - **doc**: add section regarding property definition in `primordials.md` (Antoine du Hamel) [#42921](https://github.com/nodejs/node/pull/42921)
|
|
109
|
+
* \[[`924670f3af`](https://github.com/nodejs/node/commit/924670f3af)] - **doc**: clarify some default values in `fs.md` (LiviaMedeiros) [#42892](https://github.com/nodejs/node/pull/42892)
|
|
110
|
+
* \[[`becca06f9b`](https://github.com/nodejs/node/commit/becca06f9b)] - **fs**: remove unnecessary ?? operator (Morgan Roderick) [#43073](https://github.com/nodejs/node/pull/43073)
|
|
111
|
+
* \[[`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#42768](https://github.com/nodejs/node/pull/42768)
|
|
112
|
+
* \[[`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#42812](https://github.com/nodejs/node/pull/42812)
|
|
113
|
+
* \[[`bfbf965eb0`](https://github.com/nodejs/node/commit/bfbf965eb0)] - **http2**: compat support for array headers (OneNail) [#42901](https://github.com/nodejs/node/pull/42901)
|
|
114
|
+
* \[[`46a44b3011`](https://github.com/nodejs/node/commit/46a44b3011)] - **lib**: move WebAssembly Web API into separate file (Tobias Nießen) [#42993](https://github.com/nodejs/node/pull/42993)
|
|
115
|
+
* \[[`c64b8d3282`](https://github.com/nodejs/node/commit/c64b8d3282)] - **lib,test**: enable wasm/webapi/empty-body WPT (Tobias Nießen) [#42960](https://github.com/nodejs/node/pull/42960)
|
|
116
|
+
* \[[`ddd271ec2b`](https://github.com/nodejs/node/commit/ddd271ec2b)] - **meta**: add mailmap entry for ShogunPanda (Paolo Insogna) [#43094](https://github.com/nodejs/node/pull/43094)
|
|
117
|
+
* \[[`174ff972f0`](https://github.com/nodejs/node/commit/174ff972f0)] - **meta**: update .mailmap for recent README name change (Rich Trott) [#43027](https://github.com/nodejs/node/pull/43027)
|
|
118
|
+
* \[[`16df8ad7c3`](https://github.com/nodejs/node/commit/16df8ad7c3)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43004](https://github.com/nodejs/node/pull/43004)
|
|
119
|
+
* \[[`0ec32d0715`](https://github.com/nodejs/node/commit/0ec32d0715)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#42937](https://github.com/nodejs/node/pull/42937)
|
|
120
|
+
* \[[`037ff3da6d`](https://github.com/nodejs/node/commit/037ff3da6d)] - **node-api**: explicitly set \_\_cdecl for API functions (Vladimir Morozov) [#42780](https://github.com/nodejs/node/pull/42780)
|
|
121
|
+
* \[[`e2462a2f98`](https://github.com/nodejs/node/commit/e2462a2f98)] - **node-api**: fix napi\_get\_all\_property\_names (Vladimir Morozov) [#42463](https://github.com/nodejs/node/pull/42463)
|
|
122
|
+
* \[[`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf\_hooks**: add PerformanceResourceTiming (RafaelGSS) [#42725](https://github.com/nodejs/node/pull/42725)
|
|
123
|
+
* \[[`c535db1195`](https://github.com/nodejs/node/commit/c535db1195)] - **src**: delete AllocatedBuffer (Darshan Sen) [#43008](https://github.com/nodejs/node/pull/43008)
|
|
124
|
+
* \[[`5dc79298e1`](https://github.com/nodejs/node/commit/5dc79298e1)] - **src**: remove unnecessary comment (Kohei Ueno) [#42952](https://github.com/nodejs/node/pull/42952)
|
|
125
|
+
* \[[`38e4c15534`](https://github.com/nodejs/node/commit/38e4c15534)] - **src**: always signal V8 for intercepted properties (Michaël Zasso) [#42963](https://github.com/nodejs/node/pull/42963)
|
|
126
|
+
* \[[`cacff07e75`](https://github.com/nodejs/node/commit/cacff07e75)] - **src**: fix memory leak for v8.serialize (liuxingbaoyu) [#42695](https://github.com/nodejs/node/pull/42695)
|
|
127
|
+
* \[[`8cfc18e4db`](https://github.com/nodejs/node/commit/8cfc18e4db)] - **src,crypto**: remove uses of AllocatedBuffer from crypto\_rsa.cc (Darshan Sen) [#42852](https://github.com/nodejs/node/pull/42852)
|
|
128
|
+
* \[[`0670843b24`](https://github.com/nodejs/node/commit/0670843b24)] - **test**: fix dangerous .map in `test/parallel/test-http-set-trailers.js` (LiviaMedeiros) [#43087](https://github.com/nodejs/node/pull/43087)
|
|
129
|
+
* \[[`9eb8bf1d26`](https://github.com/nodejs/node/commit/9eb8bf1d26)] - **test**: reduce flakiness of `test-fs-read-position-validation.mjs` (LiviaMedeiros) [#42999](https://github.com/nodejs/node/pull/42999)
|
|
130
|
+
* \[[`41d2f6e8c5`](https://github.com/nodejs/node/commit/41d2f6e8c5)] - **test**: rename handlewrap.hasref tests (Daeyeon Jeong) [#42754](https://github.com/nodejs/node/pull/42754)
|
|
131
|
+
* \[[`e058f47277`](https://github.com/nodejs/node/commit/e058f47277)] - **test**: improve observable ICU behaviour coverage (LiviaMedeiros) [#42683](https://github.com/nodejs/node/pull/42683)
|
|
132
|
+
* \[[`d23debb4cb`](https://github.com/nodejs/node/commit/d23debb4cb)] - **test**: validate webstream encoder/decoder inspector (Yoshiki Kurihara) [#42747](https://github.com/nodejs/node/pull/42747)
|
|
133
|
+
* \[[`b1c18edaa9`](https://github.com/nodejs/node/commit/b1c18edaa9)] - **test**: use`mustSucceed` instead of `mustCall` with `assert.ifError` (MURAKAMI Masahiko) [#42806](https://github.com/nodejs/node/pull/42806)
|
|
134
|
+
* \[[`2dc795687a`](https://github.com/nodejs/node/commit/2dc795687a)] - **test**: improve `lib/internal/webstreams/readablestream.js` coverage (MURAKAMI Masahiko) [#42823](https://github.com/nodejs/node/pull/42823)
|
|
135
|
+
* \[[`d746207dc2`](https://github.com/nodejs/node/commit/d746207dc2)] - **test**: fix test-crypto-fips.js under shared OpenSSL (Vita Batrla) [#42947](https://github.com/nodejs/node/pull/42947)
|
|
136
|
+
* \[[`56c47b5101`](https://github.com/nodejs/node/commit/56c47b5101)] - **test**: use consistent timeouts (Paolo Insogna) [#42893](https://github.com/nodejs/node/pull/42893)
|
|
137
|
+
* \[[`68ed3c88d9`](https://github.com/nodejs/node/commit/68ed3c88d9)] - **test**: add test for position validation in fs.read() and fs.readSync() (LiviaMedeiros) [#42837](https://github.com/nodejs/node/pull/42837)
|
|
138
|
+
* \[[`72b90fd5f5`](https://github.com/nodejs/node/commit/72b90fd5f5)] - **test**: reduce impact of flaky HTTP server tests (Tobias Nießen) [#42926](https://github.com/nodejs/node/pull/42926)
|
|
139
|
+
* \[[`531a0a9980`](https://github.com/nodejs/node/commit/531a0a9980)] - **tools**: update lint-md-dependencies to rollup\@2.73.0 (Node.js GitHub Bot) [#43107](https://github.com/nodejs/node/pull/43107)
|
|
140
|
+
* \[[`64daaca46d`](https://github.com/nodejs/node/commit/64daaca46d)] - **tools**: update eslint to 8.15.0 (Node.js GitHub Bot) [#43005](https://github.com/nodejs/node/pull/43005)
|
|
141
|
+
* \[[`79872382ef`](https://github.com/nodejs/node/commit/79872382ef)] - **tools**: refactor lint-sh.js to esm module (Feng Yu) [#42942](https://github.com/nodejs/node/pull/42942)
|
|
142
|
+
* \[[`265ecdfe07`](https://github.com/nodejs/node/commit/265ecdfe07)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#43003](https://github.com/nodejs/node/pull/43003)
|
|
143
|
+
* \[[`e9e1f1e194`](https://github.com/nodejs/node/commit/e9e1f1e194)] - **typings**: fix `os.cpus` invalid return type (Himself65) [#43006](https://github.com/nodejs/node/pull/43006)
|
|
144
|
+
* \[[`55ef6e81cb`](https://github.com/nodejs/node/commit/55ef6e81cb)] - **wasm**: add missing init reported by coverity (Michael Dawson) [#42897](https://github.com/nodejs/node/pull/42897)
|
|
145
|
+
* \[[`5470578008`](https://github.com/nodejs/node/commit/5470578008)] - **worker**: fix stream racing with terminate (Keyhan Vakil) [#42874](https://github.com/nodejs/node/pull/42874)
|
|
146
|
+
|
|
37
147
|
<a id="18.1.0"></a>
|
|
38
148
|
|
|
39
149
|
## 2022-05-03, Version 18.1.0 (Current), @targos
|
package/README.md
CHANGED
|
@@ -329,7 +329,7 @@ For information about the governance of the Node.js project, see
|
|
|
329
329
|
* [HarshithaKP](https://github.com/HarshithaKP) -
|
|
330
330
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
331
331
|
* [himself65](https://github.com/himself65) -
|
|
332
|
-
**Zeyu Yang** <<himself65@outlook.com>> (he/him)
|
|
332
|
+
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
333
333
|
* [hiroppy](https://github.com/hiroppy) -
|
|
334
334
|
**Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
|
|
335
335
|
* [iansu](https://github.com/iansu) -
|
|
@@ -360,6 +360,8 @@ For information about the governance of the Node.js project, see
|
|
|
360
360
|
**Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
|
|
361
361
|
* [linkgoron](https://github.com/linkgoron) -
|
|
362
362
|
**Nitzan Uziely** <<linkgoron@gmail.com>>
|
|
363
|
+
* [LiviaMedeiros](https://github.com/LiviaMedeiros) -
|
|
364
|
+
**LiviaMedeiros** <<livia@cirno.name>>
|
|
363
365
|
* [lpinca](https://github.com/lpinca) -
|
|
364
366
|
**Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
|
|
365
367
|
* [lundibundi](https://github.com/lundibundi) -
|
|
@@ -444,8 +446,6 @@ For information about the governance of the Node.js project, see
|
|
|
444
446
|
**Khaidi Chu** <<i@2333.moe>> (he/him)
|
|
445
447
|
* [yashLadha](https://github.com/yashLadha) -
|
|
446
448
|
**Yash Ladha** <<yash@yashladha.in>> (he/him)
|
|
447
|
-
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
448
|
-
**Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
|
|
449
449
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
450
450
|
**Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
|
|
451
451
|
|
|
@@ -632,6 +632,8 @@ For information about the governance of the Node.js project, see
|
|
|
632
632
|
**Yihong Wang** <<yh.wang@ibm.com>>
|
|
633
633
|
* [yorkie](https://github.com/yorkie) -
|
|
634
634
|
**Yorkie Liu** <<yorkiefixer@gmail.com>>
|
|
635
|
+
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
636
|
+
**Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
|
|
635
637
|
|
|
636
638
|
</details>
|
|
637
639
|
|
|
@@ -675,6 +677,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
675
677
|
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
|
|
676
678
|
* **James M Snell** <<jasnell@keybase.io>>
|
|
677
679
|
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
|
|
680
|
+
* **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
|
|
681
|
+
`61FC681DFB92A079F1685E77973F295594EC4689`
|
|
678
682
|
* **Michaël Zasso** <<targos@protonmail.com>>
|
|
679
683
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
680
684
|
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
@@ -699,6 +703,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405
|
|
|
699
703
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
|
|
700
704
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
701
705
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
|
|
706
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
|
|
702
707
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
703
708
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
704
709
|
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/config.gypi
CHANGED
|
@@ -27,8 +27,12 @@
|
|
|
27
27
|
'node_fipsinstall': 'false',
|
|
28
28
|
'node_install_corepack': 'true',
|
|
29
29
|
'node_install_npm': 'true',
|
|
30
|
-
'node_library_files': [ 'lib/
|
|
30
|
+
'node_library_files': [ 'lib/_http_agent.js',
|
|
31
|
+
'lib/_http_client.js',
|
|
32
|
+
'lib/_http_common.js',
|
|
33
|
+
'lib/_http_incoming.js',
|
|
31
34
|
'lib/_http_outgoing.js',
|
|
35
|
+
'lib/_http_server.js',
|
|
32
36
|
'lib/_stream_duplex.js',
|
|
33
37
|
'lib/_stream_passthrough.js',
|
|
34
38
|
'lib/_stream_readable.js',
|
|
@@ -37,57 +41,56 @@
|
|
|
37
41
|
'lib/_stream_writable.js',
|
|
38
42
|
'lib/_tls_common.js',
|
|
39
43
|
'lib/_tls_wrap.js',
|
|
44
|
+
'lib/assert.js',
|
|
45
|
+
'lib/async_hooks.js',
|
|
46
|
+
'lib/buffer.js',
|
|
47
|
+
'lib/child_process.js',
|
|
40
48
|
'lib/cluster.js',
|
|
41
49
|
'lib/console.js',
|
|
42
50
|
'lib/constants.js',
|
|
51
|
+
'lib/crypto.js',
|
|
52
|
+
'lib/dgram.js',
|
|
43
53
|
'lib/diagnostics_channel.js',
|
|
54
|
+
'lib/dns.js',
|
|
44
55
|
'lib/domain.js',
|
|
45
56
|
'lib/events.js',
|
|
57
|
+
'lib/fs.js',
|
|
46
58
|
'lib/http.js',
|
|
47
59
|
'lib/http2.js',
|
|
60
|
+
'lib/https.js',
|
|
48
61
|
'lib/inspector.js',
|
|
49
62
|
'lib/module.js',
|
|
63
|
+
'lib/net.js',
|
|
64
|
+
'lib/os.js',
|
|
50
65
|
'lib/path.js',
|
|
51
66
|
'lib/perf_hooks.js',
|
|
52
67
|
'lib/process.js',
|
|
53
68
|
'lib/punycode.js',
|
|
54
69
|
'lib/querystring.js',
|
|
55
70
|
'lib/readline.js',
|
|
71
|
+
'lib/repl.js',
|
|
56
72
|
'lib/stream.js',
|
|
73
|
+
'lib/string_decoder.js',
|
|
57
74
|
'lib/sys.js',
|
|
75
|
+
'lib/test.js',
|
|
58
76
|
'lib/timers.js',
|
|
59
77
|
'lib/tls.js',
|
|
60
78
|
'lib/trace_events.js',
|
|
61
79
|
'lib/tty.js',
|
|
80
|
+
'lib/url.js',
|
|
62
81
|
'lib/util.js',
|
|
82
|
+
'lib/v8.js',
|
|
63
83
|
'lib/vm.js',
|
|
64
84
|
'lib/wasi.js',
|
|
65
85
|
'lib/worker_threads.js',
|
|
66
86
|
'lib/zlib.js',
|
|
67
|
-
'lib/_http_agent.js',
|
|
68
|
-
'lib/async_hooks.js',
|
|
69
|
-
'lib/string_decoder.js',
|
|
70
|
-
'lib/crypto.js',
|
|
71
|
-
'lib/url.js',
|
|
72
|
-
'lib/repl.js',
|
|
73
|
-
'lib/test.js',
|
|
74
|
-
'lib/dgram.js',
|
|
75
|
-
'lib/child_process.js',
|
|
76
|
-
'lib/buffer.js',
|
|
77
|
-
'lib/dns.js',
|
|
78
|
-
'lib/net.js',
|
|
79
|
-
'lib/os.js',
|
|
80
|
-
'lib/_http_client.js',
|
|
81
|
-
'lib/_http_common.js',
|
|
82
|
-
'lib/_http_server.js',
|
|
83
|
-
'lib/https.js',
|
|
84
|
-
'lib/assert.js',
|
|
85
|
-
'lib/v8.js',
|
|
86
|
-
'lib/fs.js',
|
|
87
87
|
'lib/assert/strict.js',
|
|
88
88
|
'lib/dns/promises.js',
|
|
89
89
|
'lib/fs/promises.js',
|
|
90
|
+
'lib/internal/abort_controller.js',
|
|
90
91
|
'lib/internal/assert.js',
|
|
92
|
+
'lib/internal/async_hooks.js',
|
|
93
|
+
'lib/internal/blob.js',
|
|
91
94
|
'lib/internal/blocklist.js',
|
|
92
95
|
'lib/internal/buffer.js',
|
|
93
96
|
'lib/internal/child_process.js',
|
|
@@ -97,15 +100,19 @@
|
|
|
97
100
|
'lib/internal/dtrace.js',
|
|
98
101
|
'lib/internal/encoding.js',
|
|
99
102
|
'lib/internal/error_serdes.js',
|
|
103
|
+
'lib/internal/event_target.js',
|
|
100
104
|
'lib/internal/fixed_queue.js',
|
|
101
105
|
'lib/internal/freelist.js',
|
|
102
106
|
'lib/internal/freeze_intrinsics.js',
|
|
103
107
|
'lib/internal/heap_utils.js',
|
|
104
108
|
'lib/internal/histogram.js',
|
|
109
|
+
'lib/internal/http.js',
|
|
105
110
|
'lib/internal/idna.js',
|
|
106
111
|
'lib/internal/inspector_async_hook.js',
|
|
112
|
+
'lib/internal/js_stream_socket.js',
|
|
107
113
|
'lib/internal/linkedlist.js',
|
|
108
114
|
'lib/internal/net.js',
|
|
115
|
+
'lib/internal/options.js',
|
|
109
116
|
'lib/internal/priority_queue.js',
|
|
110
117
|
'lib/internal/promise_hooks.js',
|
|
111
118
|
'lib/internal/querystring.js',
|
|
@@ -114,35 +121,29 @@
|
|
|
114
121
|
'lib/internal/socketaddress.js',
|
|
115
122
|
'lib/internal/stream_base_commons.js',
|
|
116
123
|
'lib/internal/structured_clone.js',
|
|
124
|
+
'lib/internal/timers.js',
|
|
117
125
|
'lib/internal/trace_events_async_hooks.js',
|
|
118
126
|
'lib/internal/tty.js',
|
|
127
|
+
'lib/internal/url.js',
|
|
119
128
|
'lib/internal/util.js',
|
|
120
129
|
'lib/internal/v8_prof_polyfill.js',
|
|
121
130
|
'lib/internal/v8_prof_processor.js',
|
|
131
|
+
'lib/internal/validators.js',
|
|
132
|
+
'lib/internal/wasm_web_api.js',
|
|
122
133
|
'lib/internal/watchdog.js',
|
|
123
134
|
'lib/internal/worker.js',
|
|
124
|
-
'lib/internal/url.js',
|
|
125
|
-
'lib/internal/http.js',
|
|
126
|
-
'lib/internal/abort_controller.js',
|
|
127
|
-
'lib/internal/event_target.js',
|
|
128
|
-
'lib/internal/options.js',
|
|
129
|
-
'lib/internal/validators.js',
|
|
130
|
-
'lib/internal/async_hooks.js',
|
|
131
|
-
'lib/internal/blob.js',
|
|
132
|
-
'lib/internal/js_stream_socket.js',
|
|
133
|
-
'lib/internal/timers.js',
|
|
134
135
|
'lib/internal/errors.js',
|
|
135
|
-
'lib/internal/assert/calltracker.js',
|
|
136
136
|
'lib/internal/assert/assertion_error.js',
|
|
137
|
+
'lib/internal/assert/calltracker.js',
|
|
138
|
+
'lib/internal/bootstrap/browser.js',
|
|
137
139
|
'lib/internal/bootstrap/environment.js',
|
|
138
|
-
'lib/internal/bootstrap/node.js',
|
|
139
140
|
'lib/internal/bootstrap/loaders.js',
|
|
140
|
-
'lib/internal/bootstrap/
|
|
141
|
+
'lib/internal/bootstrap/node.js',
|
|
141
142
|
'lib/internal/bootstrap/pre_execution.js',
|
|
142
143
|
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
143
144
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
144
|
-
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
145
145
|
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
146
|
+
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
146
147
|
'lib/internal/child_process/serialization.js',
|
|
147
148
|
'lib/internal/cluster/child.js',
|
|
148
149
|
'lib/internal/cluster/primary.js',
|
|
@@ -150,58 +151,58 @@
|
|
|
150
151
|
'lib/internal/cluster/shared_handle.js',
|
|
151
152
|
'lib/internal/cluster/utils.js',
|
|
152
153
|
'lib/internal/cluster/worker.js',
|
|
153
|
-
'lib/internal/console/global.js',
|
|
154
154
|
'lib/internal/console/constructor.js',
|
|
155
|
+
'lib/internal/console/global.js',
|
|
155
156
|
'lib/internal/crypto/aes.js',
|
|
156
157
|
'lib/internal/crypto/certificate.js',
|
|
157
158
|
'lib/internal/crypto/cipher.js',
|
|
158
159
|
'lib/internal/crypto/diffiehellman.js',
|
|
160
|
+
'lib/internal/crypto/dsa.js',
|
|
159
161
|
'lib/internal/crypto/ec.js',
|
|
160
162
|
'lib/internal/crypto/hash.js',
|
|
161
163
|
'lib/internal/crypto/hashnames.js',
|
|
164
|
+
'lib/internal/crypto/hkdf.js',
|
|
165
|
+
'lib/internal/crypto/keygen.js',
|
|
166
|
+
'lib/internal/crypto/keys.js',
|
|
162
167
|
'lib/internal/crypto/mac.js',
|
|
163
168
|
'lib/internal/crypto/pbkdf2.js',
|
|
164
|
-
'lib/internal/crypto/rsa.js',
|
|
165
|
-
'lib/internal/crypto/sig.js',
|
|
166
|
-
'lib/internal/crypto/keys.js',
|
|
167
169
|
'lib/internal/crypto/random.js',
|
|
168
|
-
'lib/internal/crypto/
|
|
169
|
-
'lib/internal/crypto/dsa.js',
|
|
170
|
-
'lib/internal/crypto/keygen.js',
|
|
170
|
+
'lib/internal/crypto/rsa.js',
|
|
171
171
|
'lib/internal/crypto/scrypt.js',
|
|
172
|
-
'lib/internal/crypto/
|
|
173
|
-
'lib/internal/crypto/hkdf.js',
|
|
172
|
+
'lib/internal/crypto/sig.js',
|
|
174
173
|
'lib/internal/crypto/util.js',
|
|
174
|
+
'lib/internal/crypto/webcrypto.js',
|
|
175
|
+
'lib/internal/crypto/x509.js',
|
|
175
176
|
'lib/internal/debugger/inspect.js',
|
|
176
177
|
'lib/internal/debugger/inspect_client.js',
|
|
177
178
|
'lib/internal/debugger/inspect_repl.js',
|
|
178
179
|
'lib/internal/dns/promises.js',
|
|
179
180
|
'lib/internal/dns/utils.js',
|
|
180
181
|
'lib/internal/fs/dir.js',
|
|
182
|
+
'lib/internal/fs/promises.js',
|
|
181
183
|
'lib/internal/fs/read_file_context.js',
|
|
182
184
|
'lib/internal/fs/rimraf.js',
|
|
183
185
|
'lib/internal/fs/streams.js',
|
|
184
186
|
'lib/internal/fs/sync_write_stream.js',
|
|
185
|
-
'lib/internal/fs/watchers.js',
|
|
186
187
|
'lib/internal/fs/utils.js',
|
|
187
|
-
'lib/internal/fs/
|
|
188
|
+
'lib/internal/fs/watchers.js',
|
|
188
189
|
'lib/internal/fs/cp/cp-sync.js',
|
|
189
190
|
'lib/internal/fs/cp/cp.js',
|
|
191
|
+
'lib/internal/http2/compat.js',
|
|
190
192
|
'lib/internal/http2/core.js',
|
|
191
193
|
'lib/internal/http2/util.js',
|
|
192
|
-
'lib/internal/http2/compat.js',
|
|
193
194
|
'lib/internal/legacy/processbinding.js',
|
|
194
195
|
'lib/internal/main/check_syntax.js',
|
|
195
196
|
'lib/internal/main/eval_stdin.js',
|
|
196
197
|
'lib/internal/main/eval_string.js',
|
|
197
198
|
'lib/internal/main/inspect.js',
|
|
199
|
+
'lib/internal/main/mksnapshot.js',
|
|
198
200
|
'lib/internal/main/print_help.js',
|
|
199
201
|
'lib/internal/main/prof_process.js',
|
|
200
202
|
'lib/internal/main/repl.js',
|
|
201
203
|
'lib/internal/main/run_main_module.js',
|
|
202
|
-
'lib/internal/main/worker_thread.js',
|
|
203
|
-
'lib/internal/main/mksnapshot.js',
|
|
204
204
|
'lib/internal/main/test_runner.js',
|
|
205
|
+
'lib/internal/main/worker_thread.js',
|
|
205
206
|
'lib/internal/modules/package_json_reader.js',
|
|
206
207
|
'lib/internal/modules/run_main.js',
|
|
207
208
|
'lib/internal/modules/cjs/helpers.js',
|
|
@@ -209,29 +210,30 @@
|
|
|
209
210
|
'lib/internal/modules/esm/assert.js',
|
|
210
211
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
211
212
|
'lib/internal/modules/esm/fetch_module.js',
|
|
213
|
+
'lib/internal/modules/esm/formats.js',
|
|
214
|
+
'lib/internal/modules/esm/get_format.js',
|
|
212
215
|
'lib/internal/modules/esm/get_source.js',
|
|
213
216
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
214
|
-
'lib/internal/modules/esm/load.js',
|
|
215
|
-
'lib/internal/modules/esm/module_map.js',
|
|
216
217
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
218
|
+
'lib/internal/modules/esm/load.js',
|
|
217
219
|
'lib/internal/modules/esm/module_job.js',
|
|
220
|
+
'lib/internal/modules/esm/module_map.js',
|
|
221
|
+
'lib/internal/modules/esm/resolve.js',
|
|
218
222
|
'lib/internal/modules/esm/translators.js',
|
|
219
|
-
'lib/internal/modules/esm/formats.js',
|
|
220
|
-
'lib/internal/modules/esm/get_format.js',
|
|
221
223
|
'lib/internal/modules/esm/loader.js',
|
|
222
|
-
'lib/internal/modules/esm/resolve.js',
|
|
223
224
|
'lib/internal/per_context/domexception.js',
|
|
224
225
|
'lib/internal/per_context/messageport.js',
|
|
225
226
|
'lib/internal/per_context/primordials.js',
|
|
226
227
|
'lib/internal/perf/event_loop_delay.js',
|
|
227
228
|
'lib/internal/perf/event_loop_utilization.js',
|
|
228
229
|
'lib/internal/perf/nodetiming.js',
|
|
230
|
+
'lib/internal/perf/observe.js',
|
|
231
|
+
'lib/internal/perf/performance.js',
|
|
229
232
|
'lib/internal/perf/performance_entry.js',
|
|
233
|
+
'lib/internal/perf/resource_timing.js',
|
|
234
|
+
'lib/internal/perf/timerify.js',
|
|
230
235
|
'lib/internal/perf/usertiming.js',
|
|
231
236
|
'lib/internal/perf/utils.js',
|
|
232
|
-
'lib/internal/perf/performance.js',
|
|
233
|
-
'lib/internal/perf/observe.js',
|
|
234
|
-
'lib/internal/perf/timerify.js',
|
|
235
237
|
'lib/internal/policy/manifest.js',
|
|
236
238
|
'lib/internal/policy/sri.js',
|
|
237
239
|
'lib/internal/process/execution.js',
|
|
@@ -246,18 +248,19 @@
|
|
|
246
248
|
'lib/internal/process/esm_loader.js',
|
|
247
249
|
'lib/internal/readline/callbacks.js',
|
|
248
250
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
251
|
+
'lib/internal/readline/interface.js',
|
|
249
252
|
'lib/internal/readline/promises.js',
|
|
250
253
|
'lib/internal/readline/utils.js',
|
|
251
|
-
'lib/internal/readline/interface.js',
|
|
252
254
|
'lib/internal/repl/await.js',
|
|
253
255
|
'lib/internal/repl/history.js',
|
|
254
256
|
'lib/internal/repl/utils.js',
|
|
257
|
+
'lib/internal/source_map/prepare_stack_trace.js',
|
|
255
258
|
'lib/internal/source_map/source_map.js',
|
|
256
259
|
'lib/internal/source_map/source_map_cache.js',
|
|
257
|
-
'lib/internal/source_map/prepare_stack_trace.js',
|
|
258
260
|
'lib/internal/streams/add-abort-signal.js',
|
|
259
261
|
'lib/internal/streams/buffer_list.js',
|
|
260
262
|
'lib/internal/streams/compose.js',
|
|
263
|
+
'lib/internal/streams/destroy.js',
|
|
261
264
|
'lib/internal/streams/duplex.js',
|
|
262
265
|
'lib/internal/streams/duplexify.js',
|
|
263
266
|
'lib/internal/streams/end-of-stream.js',
|
|
@@ -266,15 +269,18 @@
|
|
|
266
269
|
'lib/internal/streams/legacy.js',
|
|
267
270
|
'lib/internal/streams/operators.js',
|
|
268
271
|
'lib/internal/streams/passthrough.js',
|
|
269
|
-
'lib/internal/streams/state.js',
|
|
270
|
-
'lib/internal/streams/utils.js',
|
|
271
272
|
'lib/internal/streams/pipeline.js',
|
|
272
|
-
'lib/internal/streams/destroy.js',
|
|
273
273
|
'lib/internal/streams/readable.js',
|
|
274
|
+
'lib/internal/streams/state.js',
|
|
274
275
|
'lib/internal/streams/transform.js',
|
|
276
|
+
'lib/internal/streams/utils.js',
|
|
275
277
|
'lib/internal/streams/writable.js',
|
|
276
278
|
'lib/internal/test/binding.js',
|
|
277
279
|
'lib/internal/test/transfer.js',
|
|
280
|
+
'lib/internal/test_runner/harness.js',
|
|
281
|
+
'lib/internal/test_runner/tap_stream.js',
|
|
282
|
+
'lib/internal/test_runner/test.js',
|
|
283
|
+
'lib/internal/test_runner/utils.js',
|
|
278
284
|
'lib/internal/tls/secure-context.js',
|
|
279
285
|
'lib/internal/tls/secure-pair.js',
|
|
280
286
|
'lib/internal/util/comparisons.js',
|
|
@@ -284,21 +290,17 @@
|
|
|
284
290
|
'lib/internal/util/iterable_weak_map.js',
|
|
285
291
|
'lib/internal/util/types.js',
|
|
286
292
|
'lib/internal/vm/module.js',
|
|
293
|
+
'lib/internal/webstreams/adapters.js',
|
|
287
294
|
'lib/internal/webstreams/compression.js',
|
|
288
295
|
'lib/internal/webstreams/encoding.js',
|
|
289
296
|
'lib/internal/webstreams/queuingstrategies.js',
|
|
297
|
+
'lib/internal/webstreams/readablestream.js',
|
|
290
298
|
'lib/internal/webstreams/transfer.js',
|
|
291
299
|
'lib/internal/webstreams/transformstream.js',
|
|
292
300
|
'lib/internal/webstreams/util.js',
|
|
293
301
|
'lib/internal/webstreams/writablestream.js',
|
|
294
|
-
'lib/internal/webstreams/adapters.js',
|
|
295
|
-
'lib/internal/webstreams/readablestream.js',
|
|
296
|
-
'lib/internal/worker/js_transferable.js',
|
|
297
302
|
'lib/internal/worker/io.js',
|
|
298
|
-
'lib/internal/
|
|
299
|
-
'lib/internal/test_runner/tap_stream.js',
|
|
300
|
-
'lib/internal/test_runner/test.js',
|
|
301
|
-
'lib/internal/test_runner/utils.js',
|
|
303
|
+
'lib/internal/worker/js_transferable.js',
|
|
302
304
|
'lib/path/posix.js',
|
|
303
305
|
'lib/path/win32.js',
|
|
304
306
|
'lib/readline/promises.js',
|