node-linux-arm64 18.6.0 → 18.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +148 -0
- package/LICENSE +32 -0
- package/README.md +9 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
- package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix-gcc/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/configuration.h +0 -139
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -31
- package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -32
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -32
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -33
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.7.0">18.7.0</a><br/>
|
|
11
12
|
<a href="#18.6.0">18.6.0</a><br/>
|
|
12
13
|
<a href="#18.5.0">18.5.0</a><br/>
|
|
13
14
|
<a href="#18.4.0">18.4.0</a><br/>
|
|
@@ -39,6 +40,153 @@
|
|
|
39
40
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
41
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
42
|
|
|
43
|
+
<a id="18.7.0"></a>
|
|
44
|
+
|
|
45
|
+
## 2022-07-26, Version 18.7.0 (Current), @danielleadams
|
|
46
|
+
|
|
47
|
+
### Notable changes
|
|
48
|
+
|
|
49
|
+
* **doc**:
|
|
50
|
+
* add F3n67u to collaborators (Feng Yu) [#43953](https://github.com/nodejs/node/pull/43953)
|
|
51
|
+
* deprecate coercion to integer in process.exit (Daeyeon Jeong) [#43738](https://github.com/nodejs/node/pull/43738)
|
|
52
|
+
* **(SEMVER-MINOR)** deprecate diagnostics\_channel object subscribe method (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
|
|
53
|
+
* **events**:
|
|
54
|
+
* **(SEMVER-MINOR)** expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#43885](https://github.com/nodejs/node/pull/43885)
|
|
55
|
+
* **(SEMVER-MINOR)** add `CustomEvent` (Daeyeon Jeong) [#43514](https://github.com/nodejs/node/pull/43514)
|
|
56
|
+
* **http**:
|
|
57
|
+
* **(SEMVER-MINOR)** add drop request event for http server (theanarkh) [#43806](https://github.com/nodejs/node/pull/43806)
|
|
58
|
+
* **lib**:
|
|
59
|
+
* **(SEMVER-MINOR)** improved diagnostics\_channel subscribe/unsubscribe (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
|
|
60
|
+
* **util**:
|
|
61
|
+
* **(SEMVER-MINOR)** add tokens to parseArgs (John Gee) [#43459](https://github.com/nodejs/node/pull/43459)
|
|
62
|
+
|
|
63
|
+
### Commits
|
|
64
|
+
|
|
65
|
+
* \[[`0aa255ab72`](https://github.com/nodejs/node/commit/0aa255ab72)] - **bootstrap**: handle snapshot errors gracefully (Joyee Cheung) [#43531](https://github.com/nodejs/node/pull/43531)
|
|
66
|
+
* \[[`0783ddf57e`](https://github.com/nodejs/node/commit/0783ddf57e)] - **buffer**: do not leak memory if buffer is too big (Keyhan Vakil) [#43938](https://github.com/nodejs/node/pull/43938)
|
|
67
|
+
* \[[`12657accdd`](https://github.com/nodejs/node/commit/12657accdd)] - **build**: add .gitattributes for npm and other shims (Hrishikesh Kadam) [#43879](https://github.com/nodejs/node/pull/43879)
|
|
68
|
+
* \[[`c2db4f4581`](https://github.com/nodejs/node/commit/c2db4f4581)] - **build**: make GitPod less noisy (Rich Trott) [#43829](https://github.com/nodejs/node/pull/43829)
|
|
69
|
+
* \[[`364deeadcd`](https://github.com/nodejs/node/commit/364deeadcd)] - **build**: add GitHub token permissions for workflows (Varun Sharma) [#43743](https://github.com/nodejs/node/pull/43743)
|
|
70
|
+
* \[[`8b83b4d5be`](https://github.com/nodejs/node/commit/8b83b4d5be)] - **child\_process**: do not need to count length when maxBuffer is Infinity (theanarkh) [#43822](https://github.com/nodejs/node/pull/43822)
|
|
71
|
+
* \[[`c1893b7a7c`](https://github.com/nodejs/node/commit/c1893b7a7c)] - **child\_process**: avoid repeated calls to `normalizeSpawnArguments` (木杉) [#43345](https://github.com/nodejs/node/pull/43345)
|
|
72
|
+
* \[[`7b276b89b9`](https://github.com/nodejs/node/commit/7b276b89b9)] - **cluster**: send connection to other server when worker drop it (theanarkh) [#43747](https://github.com/nodejs/node/pull/43747)
|
|
73
|
+
* \[[`e8c66f92a5`](https://github.com/nodejs/node/commit/e8c66f92a5)] - **crypto**: remove unneeded guard (Rich Trott) [#43856](https://github.com/nodejs/node/pull/43856)
|
|
74
|
+
* \[[`c95132e9ea`](https://github.com/nodejs/node/commit/c95132e9ea)] - **deps**: cherry-pick libuv/libuv\@3a7b955 (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
|
|
75
|
+
* \[[`cc8d5426d2`](https://github.com/nodejs/node/commit/cc8d5426d2)] - **deps**: cherry-pick libuv/libuv\@abb109f (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
|
|
76
|
+
* \[[`7762e463d6`](https://github.com/nodejs/node/commit/7762e463d6)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#43965](https://github.com/nodejs/node/pull/43965)
|
|
77
|
+
* \[[`1256c4dad5`](https://github.com/nodejs/node/commit/1256c4dad5)] - **deps**: update hast-util-raw (Moshe Atlow) [#43927](https://github.com/nodejs/node/pull/43927)
|
|
78
|
+
* \[[`aac97c2d2a`](https://github.com/nodejs/node/commit/aac97c2d2a)] - **deps**: update undici to 5.8.0 (Node.js GitHub Bot) [#43886](https://github.com/nodejs/node/pull/43886)
|
|
79
|
+
* \[[`cdff61917d`](https://github.com/nodejs/node/commit/cdff61917d)] - **deps**: clean archs files for OpenSSL (RafaelGSS) [#43735](https://github.com/nodejs/node/pull/43735)
|
|
80
|
+
* \[[`fc936a84e4`](https://github.com/nodejs/node/commit/fc936a84e4)] - **deps**: remove not used architectures (RafaelGSS) [#43735](https://github.com/nodejs/node/pull/43735)
|
|
81
|
+
* \[[`361a643d8b`](https://github.com/nodejs/node/commit/361a643d8b)] - **deps**: V8: backport f3cad8cec656 (Joyee Cheung) [#43531](https://github.com/nodejs/node/pull/43531)
|
|
82
|
+
* \[[`2e1732ebd0`](https://github.com/nodejs/node/commit/2e1732ebd0)] - **deps**: V8: backport 22698d267667 (Chengzhong Wu) [#43751](https://github.com/nodejs/node/pull/43751)
|
|
83
|
+
* \[[`979f469d3a`](https://github.com/nodejs/node/commit/979f469d3a)] - **deps**: upgrade npm to 8.15.0 (npm team) [#43917](https://github.com/nodejs/node/pull/43917)
|
|
84
|
+
* \[[`4096d81988`](https://github.com/nodejs/node/commit/4096d81988)] - **deps**: upgrade npm to 8.14.0 (npm team) [#43826](https://github.com/nodejs/node/pull/43826)
|
|
85
|
+
* \[[`2ec8092e2c`](https://github.com/nodejs/node/commit/2ec8092e2c)] - **deps,src**: use SIMD for normal base64 encoding (Brian White) [#39775](https://github.com/nodejs/node/pull/39775)
|
|
86
|
+
* \[[`67b4edde37`](https://github.com/nodejs/node/commit/67b4edde37)] - **dns**: fix getServers return undefined (jiahao.si) [#43922](https://github.com/nodejs/node/pull/43922)
|
|
87
|
+
* \[[`7c75539a88`](https://github.com/nodejs/node/commit/7c75539a88)] - **dns**: fix cares memory leak (theanarkh) [#43912](https://github.com/nodejs/node/pull/43912)
|
|
88
|
+
* \[[`1f80b88da5`](https://github.com/nodejs/node/commit/1f80b88da5)] - **doc**: update email and mailmap for BethGriggs (Beth Griggs) [#43985](https://github.com/nodejs/node/pull/43985)
|
|
89
|
+
* \[[`8a2a6e16eb`](https://github.com/nodejs/node/commit/8a2a6e16eb)] - **doc**: add 15.x - 18.x to Other Versions section (shhh7612) [#43940](https://github.com/nodejs/node/pull/43940)
|
|
90
|
+
* \[[`51cb0d42ca`](https://github.com/nodejs/node/commit/51cb0d42ca)] - **doc**: inspector.close undefined in worker threads (Keyhan Vakil) [#43867](https://github.com/nodejs/node/pull/43867)
|
|
91
|
+
* \[[`c789c0f5f7`](https://github.com/nodejs/node/commit/c789c0f5f7)] - **doc**: improve documentation for safe `Promise` statics alternatives (Antoine du Hamel) [#43759](https://github.com/nodejs/node/pull/43759)
|
|
92
|
+
* \[[`cb9b0e0011`](https://github.com/nodejs/node/commit/cb9b0e0011)] - **doc**: recommend git-node-v8 (Keyhan Vakil) [#43934](https://github.com/nodejs/node/pull/43934)
|
|
93
|
+
* \[[`d7e9bd1830`](https://github.com/nodejs/node/commit/d7e9bd1830)] - **doc**: clarify subprocess.stdout/in/err property (Kohei Ueno) [#43910](https://github.com/nodejs/node/pull/43910)
|
|
94
|
+
* \[[`808793ebb5`](https://github.com/nodejs/node/commit/808793ebb5)] - **doc**: fix typo in `src/crypto/README.md` (Jianru Lin) [#43968](https://github.com/nodejs/node/pull/43968)
|
|
95
|
+
* \[[`bbc455c4f9`](https://github.com/nodejs/node/commit/bbc455c4f9)] - **doc**: remind backporter about v8\_embedder\_string (Keyhan Vakil) [#43924](https://github.com/nodejs/node/pull/43924)
|
|
96
|
+
* \[[`a86b66c8b4`](https://github.com/nodejs/node/commit/a86b66c8b4)] - **doc**: fix typo in http.md (Airing) [#43933](https://github.com/nodejs/node/pull/43933)
|
|
97
|
+
* \[[`a96af37233`](https://github.com/nodejs/node/commit/a96af37233)] - **doc**: add F3n67u to collaborators (Feng Yu) [#43953](https://github.com/nodejs/node/pull/43953)
|
|
98
|
+
* \[[`aa7d4e59f7`](https://github.com/nodejs/node/commit/aa7d4e59f7)] - **doc**: improve test runner timeout docs (Tobias Nießen) [#43836](https://github.com/nodejs/node/pull/43836)
|
|
99
|
+
* \[[`80c2fa8212`](https://github.com/nodejs/node/commit/80c2fa8212)] - **doc**: mention Win 32-bit openssl build issue (RafaelGSS) [#43853](https://github.com/nodejs/node/pull/43853)
|
|
100
|
+
* \[[`8b8c55df7e`](https://github.com/nodejs/node/commit/8b8c55df7e)] - **doc**: add security release specifics to releases.md (Beth Griggs) [#43835](https://github.com/nodejs/node/pull/43835)
|
|
101
|
+
* \[[`42693aaf9f`](https://github.com/nodejs/node/commit/42693aaf9f)] - **doc**: add history info for `global.performance` (Antoine du Hamel) [#43841](https://github.com/nodejs/node/pull/43841)
|
|
102
|
+
* \[[`140d6af572`](https://github.com/nodejs/node/commit/140d6af572)] - **doc**: add platform-windows-arm to who to CC (Michael Dawson) [#43808](https://github.com/nodejs/node/pull/43808)
|
|
103
|
+
* \[[`976093efe3`](https://github.com/nodejs/node/commit/976093efe3)] - **doc**: document ES2022's Error "cause" property (James Ide) [#43830](https://github.com/nodejs/node/pull/43830)
|
|
104
|
+
* \[[`ec7e45e4a2`](https://github.com/nodejs/node/commit/ec7e45e4a2)] - **doc**: include make clean to openssl arch (RafaelGSS) [#43735](https://github.com/nodejs/node/pull/43735)
|
|
105
|
+
* \[[`d64dfd53c9`](https://github.com/nodejs/node/commit/d64dfd53c9)] - **doc**: add link to diagnostic tools (Rafael Gonzaga) [#43736](https://github.com/nodejs/node/pull/43736)
|
|
106
|
+
* \[[`2910136920`](https://github.com/nodejs/node/commit/2910136920)] - **doc**: update links to MDN page about dynamic imports (Jannis R) [#43847](https://github.com/nodejs/node/pull/43847)
|
|
107
|
+
* \[[`d88a9fae79`](https://github.com/nodejs/node/commit/d88a9fae79)] - **doc**: deprecate coercion to integer in process.exit (Daeyeon Jeong) [#43738](https://github.com/nodejs/node/pull/43738)
|
|
108
|
+
* \[[`fc843e103d`](https://github.com/nodejs/node/commit/fc843e103d)] - **doc**: add MoLow to triagers (Moshe Atlow) [#43799](https://github.com/nodejs/node/pull/43799)
|
|
109
|
+
* \[[`8c8c97da61`](https://github.com/nodejs/node/commit/8c8c97da61)] - **(SEMVER-MINOR)** **doc**: deprecate diagnostics\_channel object subscribe method (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
|
|
110
|
+
* \[[`9b53a694b5`](https://github.com/nodejs/node/commit/9b53a694b5)] - **doc**: revert anachronistic 'node:' module require()s in API history notes (DeeDeeG) [#43768](https://github.com/nodejs/node/pull/43768)
|
|
111
|
+
* \[[`2815bd3002`](https://github.com/nodejs/node/commit/2815bd3002)] - **doc**: clarify release process for new releasers (Rafael Gonzaga) [#43739](https://github.com/nodejs/node/pull/43739)
|
|
112
|
+
* \[[`50b3750e67`](https://github.com/nodejs/node/commit/50b3750e67)] - **doc**: fix typo in ngtcp2 readme (Dan Castillo) [#43767](https://github.com/nodejs/node/pull/43767)
|
|
113
|
+
* \[[`6bcd40dd85`](https://github.com/nodejs/node/commit/6bcd40dd85)] - **domain**: fix vm promise tracking while keeping isolation (Stephen Belanger) [#43556](https://github.com/nodejs/node/pull/43556)
|
|
114
|
+
* \[[`e89e0b470b`](https://github.com/nodejs/node/commit/e89e0b470b)] - **esm**: remove superfluous argument (Rich Trott) [#43884](https://github.com/nodejs/node/pull/43884)
|
|
115
|
+
* \[[`0d2921f396`](https://github.com/nodejs/node/commit/0d2921f396)] - **esm**: fix erroneous re-initialization of ESMLoader (Jacob Smith) [#43763](https://github.com/nodejs/node/pull/43763)
|
|
116
|
+
* \[[`9b5b8d78c3`](https://github.com/nodejs/node/commit/9b5b8d78c3)] - **esm**: throw on any non-2xx response (LiviaMedeiros) [#43742](https://github.com/nodejs/node/pull/43742)
|
|
117
|
+
* \[[`dfc4832ef1`](https://github.com/nodejs/node/commit/dfc4832ef1)] - **(SEMVER-MINOR)** **events**: expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#43885](https://github.com/nodejs/node/pull/43885)
|
|
118
|
+
* \[[`e4473952ae`](https://github.com/nodejs/node/commit/e4473952ae)] - **(SEMVER-MINOR)** **events**: add `CustomEvent` (Daeyeon Jeong) [#43514](https://github.com/nodejs/node/pull/43514)
|
|
119
|
+
* \[[`100f6deb09`](https://github.com/nodejs/node/commit/100f6deb09)] - **fs**: use signed types for stat data (LiviaMedeiros) [#43714](https://github.com/nodejs/node/pull/43714)
|
|
120
|
+
* \[[`25ec71db63`](https://github.com/nodejs/node/commit/25ec71db63)] - **http**: fix http server connection list when close (theanarkh) [#43949](https://github.com/nodejs/node/pull/43949)
|
|
121
|
+
* \[[`ca658c8afe`](https://github.com/nodejs/node/commit/ca658c8afe)] - **(SEMVER-MINOR)** **http**: add drop request event for http server (theanarkh) [#43806](https://github.com/nodejs/node/pull/43806)
|
|
122
|
+
* \[[`9c699bd8a8`](https://github.com/nodejs/node/commit/9c699bd8a8)] - **http**: wait for pending responses in closeIdleConnections (Paolo Insogna) [#43890](https://github.com/nodejs/node/pull/43890)
|
|
123
|
+
* \[[`781d5e54e3`](https://github.com/nodejs/node/commit/781d5e54e3)] - **inspector**: set sampling interval before start (Shelley Vohr) [#43779](https://github.com/nodejs/node/pull/43779)
|
|
124
|
+
* \[[`0b5dbb2a56`](https://github.com/nodejs/node/commit/0b5dbb2a56)] - **lib**: refactor PriorityQueue to use private field (Finn Yu) [#43889](https://github.com/nodejs/node/pull/43889)
|
|
125
|
+
* \[[`324473ca32`](https://github.com/nodejs/node/commit/324473ca32)] - **(SEMVER-MINOR)** **lib**: improved diagnostics\_channel subscribe/unsubscribe (Stephen Belanger) [#42714](https://github.com/nodejs/node/pull/42714)
|
|
126
|
+
* \[[`5aa3b213ac`](https://github.com/nodejs/node/commit/5aa3b213ac)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43966](https://github.com/nodejs/node/pull/43966)
|
|
127
|
+
* \[[`e707552357`](https://github.com/nodejs/node/commit/e707552357)] - **meta**: update `node-api` in label-pr-config (Daeyeon Jeong) [#43794](https://github.com/nodejs/node/pull/43794)
|
|
128
|
+
* \[[`8a8de94034`](https://github.com/nodejs/node/commit/8a8de94034)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43872](https://github.com/nodejs/node/pull/43872)
|
|
129
|
+
* \[[`7d49fc766c`](https://github.com/nodejs/node/commit/7d49fc766c)] - **meta**: use platform dropdown on flaky template (Rafael Gonzaga) [#43855](https://github.com/nodejs/node/pull/43855)
|
|
130
|
+
* \[[`e4aa50fc3f`](https://github.com/nodejs/node/commit/e4aa50fc3f)] - **meta**: enable blank issues (Matteo Collina) [#43775](https://github.com/nodejs/node/pull/43775)
|
|
131
|
+
* \[[`ceb7c150ec`](https://github.com/nodejs/node/commit/ceb7c150ec)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#43770](https://github.com/nodejs/node/pull/43770)
|
|
132
|
+
* \[[`29bcd47738`](https://github.com/nodejs/node/commit/29bcd47738)] - **net**: fix socket.\_getpeername (Daeyeon Jeong) [#43010](https://github.com/nodejs/node/pull/43010)
|
|
133
|
+
* \[[`380659daf1`](https://github.com/nodejs/node/commit/380659daf1)] - **process**: use `defineProperty` instead of assignment (Mark S. Miller) [#43907](https://github.com/nodejs/node/pull/43907)
|
|
134
|
+
* \[[`aba9c8ebea`](https://github.com/nodejs/node/commit/aba9c8ebea)] - **repl**: fix overzealous top-level await (Tobias Nießen) [#43827](https://github.com/nodejs/node/pull/43827)
|
|
135
|
+
* \[[`1deb6b73b7`](https://github.com/nodejs/node/commit/1deb6b73b7)] - **repl**: use `SafePromiseAll` and `SafePromiseRace` (Antoine du Hamel) [#43758](https://github.com/nodejs/node/pull/43758)
|
|
136
|
+
* \[[`bf8f2e23ff`](https://github.com/nodejs/node/commit/bf8f2e23ff)] - **src**: refactor DH groups to delete crypto\_groups.h (Tobias Nießen) [#43896](https://github.com/nodejs/node/pull/43896)
|
|
137
|
+
* \[[`9435fbf8cd`](https://github.com/nodejs/node/commit/9435fbf8cd)] - **src**: remove dead code in base64\_encode (Tobias Nießen) [#43979](https://github.com/nodejs/node/pull/43979)
|
|
138
|
+
* \[[`2c47e58ea0`](https://github.com/nodejs/node/commit/2c47e58ea0)] - **src**: fix regression that a source marker is lost (cola119) [#43086](https://github.com/nodejs/node/pull/43086)
|
|
139
|
+
* \[[`d084150320`](https://github.com/nodejs/node/commit/d084150320)] - **src**: per-isolate eternal template properties (Chengzhong Wu) [#43802](https://github.com/nodejs/node/pull/43802)
|
|
140
|
+
* \[[`9f9d00ccbb`](https://github.com/nodejs/node/commit/9f9d00ccbb)] - **src**: merge NativeModuleEnv into NativeModuleLoader (Joyee Cheung) [#43824](https://github.com/nodejs/node/pull/43824)
|
|
141
|
+
* \[[`bb512904e9`](https://github.com/nodejs/node/commit/bb512904e9)] - **src**: use named struct instead of typedef (Tobias Nießen) [#43881](https://github.com/nodejs/node/pull/43881)
|
|
142
|
+
* \[[`bb5511e8cc`](https://github.com/nodejs/node/commit/bb5511e8cc)] - **src**: use named enum instead of typedef (Tobias Nießen) [#43880](https://github.com/nodejs/node/pull/43880)
|
|
143
|
+
* \[[`5db0c8f667`](https://github.com/nodejs/node/commit/5db0c8f667)] - **src**: pass only Isolate\* and env\_vars to EnabledDebugList::Parse() (Darshan Sen) [#43668](https://github.com/nodejs/node/pull/43668)
|
|
144
|
+
* \[[`249365524e`](https://github.com/nodejs/node/commit/249365524e)] - **src**: fix node watchdog race condition (theanarkh) [#43780](https://github.com/nodejs/node/pull/43780)
|
|
145
|
+
* \[[`17cb27237d`](https://github.com/nodejs/node/commit/17cb27237d)] - **src**: deduplicate `SetALPN` implementations (Tobias Nießen) [#43756](https://github.com/nodejs/node/pull/43756)
|
|
146
|
+
* \[[`b4c75a96be`](https://github.com/nodejs/node/commit/b4c75a96be)] - **src**: fix `napi_check_object_type_tag()` (Daeyeon Jeong) [#43788](https://github.com/nodejs/node/pull/43788)
|
|
147
|
+
* \[[`8432d6596f`](https://github.com/nodejs/node/commit/8432d6596f)] - **src**: slim down env-inl.h (Ben Noordhuis) [#43745](https://github.com/nodejs/node/pull/43745)
|
|
148
|
+
* \[[`2266a4b6d6`](https://github.com/nodejs/node/commit/2266a4b6d6)] - **stream**: improve `respondWithNewView()` (Daeyeon Jeong) [#43866](https://github.com/nodejs/node/pull/43866)
|
|
149
|
+
* \[[`bf3991b406`](https://github.com/nodejs/node/commit/bf3991b406)] - **stream**: fix 0 transform hwm backpressure (Robert Nagy) [#43685](https://github.com/nodejs/node/pull/43685)
|
|
150
|
+
* \[[`a057510037`](https://github.com/nodejs/node/commit/a057510037)] - **stream**: initial approach to include strategy options on Readable.toWeb() (txxnano) [#43515](https://github.com/nodejs/node/pull/43515)
|
|
151
|
+
* \[[`198cf59d2c`](https://github.com/nodejs/node/commit/198cf59d2c)] - **test**: update WPT encoding tests (Kohei Ueno) [#43958](https://github.com/nodejs/node/pull/43958)
|
|
152
|
+
* \[[`f0ed1aed8d`](https://github.com/nodejs/node/commit/f0ed1aed8d)] - **test**: remove test-whatwg-events-add-event-listener-options-once.js (Feng Yu) [#43877](https://github.com/nodejs/node/pull/43877)
|
|
153
|
+
* \[[`88505556fe`](https://github.com/nodejs/node/commit/88505556fe)] - **test**: work scheduled in process.nextTick can keep the event loop alive (Andreu Botella) [#43787](https://github.com/nodejs/node/pull/43787)
|
|
154
|
+
* \[[`81a21946eb`](https://github.com/nodejs/node/commit/81a21946eb)] - **test**: simplify test-tls-set-secure-context (Tobias Nießen) [#43878](https://github.com/nodejs/node/pull/43878)
|
|
155
|
+
* \[[`61cd11a8a7`](https://github.com/nodejs/node/commit/61cd11a8a7)] - **test**: use `common.mustNotMutateObjectDeep()` in fs tests (LiviaMedeiros) [#43819](https://github.com/nodejs/node/pull/43819)
|
|
156
|
+
* \[[`b1081dbe12`](https://github.com/nodejs/node/commit/b1081dbe12)] - **test**: fix test http upload timeout (theanarkh) [#43935](https://github.com/nodejs/node/pull/43935)
|
|
157
|
+
* \[[`efd5e0e925`](https://github.com/nodejs/node/commit/efd5e0e925)] - **test**: simplify ReplStream.wait() (Tobias Nießen) [#43857](https://github.com/nodejs/node/pull/43857)
|
|
158
|
+
* \[[`ef21ad2996`](https://github.com/nodejs/node/commit/ef21ad2996)] - **test**: merge test-crypto-dh-hash with modp18 test (Tobias Nießen) [#43891](https://github.com/nodejs/node/pull/43891)
|
|
159
|
+
* \[[`e502c50a90`](https://github.com/nodejs/node/commit/e502c50a90)] - **test**: refactor `test/es-module/test-esm-resolve-type` (Antoine du Hamel) [#43178](https://github.com/nodejs/node/pull/43178)
|
|
160
|
+
* \[[`c782c3dc69`](https://github.com/nodejs/node/commit/c782c3dc69)] - **test**: ensure NODE\_EXTRA\_CA\_CERTS not set before tests (KrayzeeKev) [#43858](https://github.com/nodejs/node/pull/43858)
|
|
161
|
+
* \[[`bb6787cb57`](https://github.com/nodejs/node/commit/bb6787cb57)] - **test**: add check to test-fs-readfile-tostring-fail (Richard Lau) [#43850](https://github.com/nodejs/node/pull/43850)
|
|
162
|
+
* \[[`7571704186`](https://github.com/nodejs/node/commit/7571704186)] - **test**: complete TODO in test/wpt/test-url.js (Kohei Ueno) [#43797](https://github.com/nodejs/node/pull/43797)
|
|
163
|
+
* \[[`6f1d2dfb9d`](https://github.com/nodejs/node/commit/6f1d2dfb9d)] - **test**: add test on worker process.exit in async modules (Chengzhong Wu) [#43751](https://github.com/nodejs/node/pull/43751)
|
|
164
|
+
* \[[`776cc3abbd`](https://github.com/nodejs/node/commit/776cc3abbd)] - **test**: use `common.mustNotMutateObjectDeep()` in immutability tests (LiviaMedeiros) [#43196](https://github.com/nodejs/node/pull/43196)
|
|
165
|
+
* \[[`42f2deb3a0`](https://github.com/nodejs/node/commit/42f2deb3a0)] - **test**: add `common.mustNotMutateObjectDeep()` (LiviaMedeiros) [#43196](https://github.com/nodejs/node/pull/43196)
|
|
166
|
+
* \[[`f3fc51c508`](https://github.com/nodejs/node/commit/f3fc51c508)] - **test**: fix coverity warning in test (Michael Dawson) [#43631](https://github.com/nodejs/node/pull/43631)
|
|
167
|
+
* \[[`a9ecba2fa8`](https://github.com/nodejs/node/commit/a9ecba2fa8)] - **test**: mark test-http-client-response-timeout flaky (Tobias Nießen) [#43792](https://github.com/nodejs/node/pull/43792)
|
|
168
|
+
* \[[`cd0d9ddb7c`](https://github.com/nodejs/node/commit/cd0d9ddb7c)] - **test\_runner**: add support for boolean values for `concurrency` option (Lenvin Gonsalves) [#43887](https://github.com/nodejs/node/pull/43887)
|
|
169
|
+
* \[[`f98020138a`](https://github.com/nodejs/node/commit/f98020138a)] - **test\_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843)
|
|
170
|
+
* \[[`58d15b3687`](https://github.com/nodejs/node/commit/58d15b3687)] - **test\_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911)
|
|
171
|
+
* \[[`8b0248506f`](https://github.com/nodejs/node/commit/8b0248506f)] - **test\_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919)
|
|
172
|
+
* \[[`aa8053e1fa`](https://github.com/nodejs/node/commit/aa8053e1fa)] - **test\_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
|
|
173
|
+
* \[[`f13e4c1be9`](https://github.com/nodejs/node/commit/f13e4c1be9)] - **test\_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757)
|
|
174
|
+
* \[[`e404a3ef6d`](https://github.com/nodejs/node/commit/e404a3ef6d)] - **test\_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505)
|
|
175
|
+
* \[[`f28198cc05`](https://github.com/nodejs/node/commit/f28198cc05)] - **test\_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729)
|
|
176
|
+
* \[[`bfe0ac6cd0`](https://github.com/nodejs/node/commit/bfe0ac6cd0)] - **tools**: add more options to track flaky tests (Antoine du Hamel) [#43954](https://github.com/nodejs/node/pull/43954)
|
|
177
|
+
* \[[`17a4e5e775`](https://github.com/nodejs/node/commit/17a4e5e775)] - **tools**: add verbose flag to inactive TSC finder (Rich Trott) [#43913](https://github.com/nodejs/node/pull/43913)
|
|
178
|
+
* \[[`373304b0c7`](https://github.com/nodejs/node/commit/373304b0c7)] - **tools**: add support for using API key to vuln checking script (Facundo Tuesca) [#43909](https://github.com/nodejs/node/pull/43909)
|
|
179
|
+
* \[[`ed45088c14`](https://github.com/nodejs/node/commit/ed45088c14)] - **tools**: support versioned node shared libs on z/OS (alexcfyung) [#42256](https://github.com/nodejs/node/pull/42256)
|
|
180
|
+
* \[[`c9ecd6d21f`](https://github.com/nodejs/node/commit/c9ecd6d21f)] - **tools**: update doc to highlight.js\@11.6.0 (Node.js GitHub Bot) [#43870](https://github.com/nodejs/node/pull/43870)
|
|
181
|
+
* \[[`c92135aa0f`](https://github.com/nodejs/node/commit/c92135aa0f)] - **tools**: update lint-md-dependencies to rollup\@2.77.0 (Node.js GitHub Bot) [#43871](https://github.com/nodejs/node/pull/43871)
|
|
182
|
+
* \[[`e12bf40fd1`](https://github.com/nodejs/node/commit/e12bf40fd1)] - **tools**: update eslint to 8.20.0 (Node.js GitHub Bot) [#43873](https://github.com/nodejs/node/pull/43873)
|
|
183
|
+
* \[[`09fe9b30a9`](https://github.com/nodejs/node/commit/09fe9b30a9)] - **tools**: add script for vulnerability checking (Facundo Tuesca) [#43362](https://github.com/nodejs/node/pull/43362)
|
|
184
|
+
* \[[`19e8876877`](https://github.com/nodejs/node/commit/19e8876877)] - **trace\_events**: trace net connect event (theanarkh) [#43903](https://github.com/nodejs/node/pull/43903)
|
|
185
|
+
* \[[`1af7f24143`](https://github.com/nodejs/node/commit/1af7f24143)] - **util**: remove unicode support todo for perf implications (Rhys) [#43762](https://github.com/nodejs/node/pull/43762)
|
|
186
|
+
* \[[`acfc33ca8c`](https://github.com/nodejs/node/commit/acfc33ca8c)] - **(SEMVER-MINOR)** **util**: add tokens to parseArgs (John Gee) [#43459](https://github.com/nodejs/node/pull/43459)
|
|
187
|
+
* \[[`f32aec8a6d`](https://github.com/nodejs/node/commit/f32aec8a6d)] - **util**: refactor to use validateObject (Kohei Ueno) [#43769](https://github.com/nodejs/node/pull/43769)
|
|
188
|
+
* \[[`d7cfd0c5ba`](https://github.com/nodejs/node/commit/d7cfd0c5ba)] - **v8**: serialize BigInt64Array and BigUint64Array (Ben Noordhuis) [#43571](https://github.com/nodejs/node/pull/43571)
|
|
189
|
+
|
|
42
190
|
<a id="18.6.0"></a>
|
|
43
191
|
|
|
44
192
|
## 2022-07-13, Version 18.6.0 (Current), @targos
|
package/LICENSE
CHANGED
|
@@ -1839,3 +1839,35 @@ The externally maintained libraries used by Node.js are:
|
|
|
1839
1839
|
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
1840
1840
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1841
1841
|
"""
|
|
1842
|
+
|
|
1843
|
+
- base64, located at deps/base64/base64/, is licensed as follows:
|
|
1844
|
+
"""
|
|
1845
|
+
Copyright (c) 2005-2007, Nick Galbreath
|
|
1846
|
+
Copyright (c) 2013-2019, Alfred Klomp
|
|
1847
|
+
Copyright (c) 2015-2017, Wojciech Mula
|
|
1848
|
+
Copyright (c) 2016-2017, Matthieu Darbois
|
|
1849
|
+
All rights reserved.
|
|
1850
|
+
|
|
1851
|
+
Redistribution and use in source and binary forms, with or without
|
|
1852
|
+
modification, are permitted provided that the following conditions are
|
|
1853
|
+
met:
|
|
1854
|
+
|
|
1855
|
+
- Redistributions of source code must retain the above copyright notice,
|
|
1856
|
+
this list of conditions and the following disclaimer.
|
|
1857
|
+
|
|
1858
|
+
- Redistributions in binary form must reproduce the above copyright
|
|
1859
|
+
notice, this list of conditions and the following disclaimer in the
|
|
1860
|
+
documentation and/or other materials provided with the distribution.
|
|
1861
|
+
|
|
1862
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
1863
|
+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
1864
|
+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
1865
|
+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1866
|
+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1867
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
1868
|
+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
1869
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
1870
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1871
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1872
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1873
|
+
"""
|
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ For information about the governance of the Node.js project, see
|
|
|
159
159
|
* [apapirovski](https://github.com/apapirovski) -
|
|
160
160
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
161
161
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
162
|
-
**Beth Griggs** <<
|
|
162
|
+
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
163
163
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
164
164
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
165
165
|
* [ChALkeR](https://github.com/ChALkeR) -
|
|
@@ -279,7 +279,7 @@ For information about the governance of the Node.js project, see
|
|
|
279
279
|
* [benjamingr](https://github.com/benjamingr) -
|
|
280
280
|
**Benjamin Gruenbaum** <<benjamingr@gmail.com>>
|
|
281
281
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
282
|
-
**Beth Griggs** <<
|
|
282
|
+
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
283
283
|
* [bmeck](https://github.com/bmeck) -
|
|
284
284
|
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
285
285
|
* [bnb](https://github.com/bnb) -
|
|
@@ -314,6 +314,8 @@ For information about the governance of the Node.js project, see
|
|
|
314
314
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
315
315
|
* [fhinkel](https://github.com/fhinkel) -
|
|
316
316
|
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
317
|
+
* [F3n67u](https://github.com/F3n67u) -
|
|
318
|
+
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
317
319
|
* [Flarna](https://github.com/Flarna) -
|
|
318
320
|
**Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
|
|
319
321
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
@@ -396,8 +398,6 @@ For information about the governance of the Node.js project, see
|
|
|
396
398
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
397
399
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
398
400
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
399
|
-
* [rexagod](https://github.com/rexagod) -
|
|
400
|
-
**Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
|
|
401
401
|
* [richardlau](https://github.com/richardlau) -
|
|
402
402
|
**Richard Lau** <<rlau@redhat.com>>
|
|
403
403
|
* [rickyes](https://github.com/rickyes) -
|
|
@@ -584,6 +584,8 @@ For information about the governance of the Node.js project, see
|
|
|
584
584
|
**Peter Marshall** <<petermarshall@chromium.org>> (he/him)
|
|
585
585
|
* [refack](https://github.com/refack) -
|
|
586
586
|
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
587
|
+
* [rexagod](https://github.com/rexagod) -
|
|
588
|
+
**Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
|
|
587
589
|
* [rlidwka](https://github.com/rlidwka) -
|
|
588
590
|
**Alex Kocharin** <<alex@kocharin.ru>>
|
|
589
591
|
* [rmg](https://github.com/rmg) -
|
|
@@ -662,6 +664,8 @@ maintaining the Node.js project.
|
|
|
662
664
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
663
665
|
* [Mesteery](https://github.com/Mesteery) -
|
|
664
666
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
667
|
+
* [MoLow](https://github.com/MoLow) -
|
|
668
|
+
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
665
669
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
666
670
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
667
671
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -673,7 +677,7 @@ maintaining the Node.js project.
|
|
|
673
677
|
|
|
674
678
|
Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
675
679
|
|
|
676
|
-
* **Beth Griggs** <<
|
|
680
|
+
* **Beth Griggs** <<bethanyngriggs@gmail.com>>
|
|
677
681
|
`4ED778F539E3634C779C87C6D7062848A1AB005C`
|
|
678
682
|
* **Bryan English** <<bryan@bryanenglish.com>>
|
|
679
683
|
`141F07595B7B3FFE74309A937405533BE57C7D57`
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED