| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 95a7117 commit 47eddd7
37 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,7 +121,7 @@ platforms. This is true regardless of entries in the table below. | |||
| 121 | 121 | ||
| 122 | 122 | [^1]: GCC 8 is not provided on the base platform. Users will | |
| 123 | 123 | need the | |
| 124 | - [Toolchain test builds PPA](https://launchpad.net/\~ubuntu-toolchain-r/+archive/ubuntu/test?field.series\_filter=xenial) | ||
| 124 | + [Toolchain test builds PPA](https://launchpad.net/\~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial) | ||
| 125 | 125 | or similar to source a newer compiler. | |
| 126 | 126 | ||
| 127 | 127 | [^2]: GCC 8 is not provided on the base platform. Users will | |
@@ -272,7 +272,7 @@ $ make -j4 | |||
| 272 | 272 | ||
| 273 | 273 | The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which | |
| 274 | 274 | may reduce build time. For more information, see the | |
| 275 | - [GNU Make Documentation](https://www.gnu.org/software/make/manual/html\_node/Parallel.html). | ||
| 275 | + [GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html). | ||
| 276 | 276 | ||
| 277 | 277 | The above requires that `python` resolves to a supported version of | |
| 278 | 278 | Python. See [Prerequisites](#prerequisites). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,24 +2,24 @@ | |||
| 2 | 2 | ||
| 3 | 3 | Select a Node.js version below to view the changelog history: | |
| 4 | 4 | ||
| 5 | - * [Node.js 17](doc/changelogs/CHANGELOG\_V17.md) **Current** | ||
| 6 | - * [Node.js 16](doc/changelogs/CHANGELOG\_V16.md) **Current** | ||
| 7 | - * [Node.js 15](doc/changelogs/CHANGELOG\_V15.md) End-of-Life | ||
| 8 | - * [Node.js 14](doc/changelogs/CHANGELOG\_V14.md) **Long Term Support** | ||
| 9 | - * [Node.js 13](doc/changelogs/CHANGELOG\_V13.md) End-of-Life | ||
| 10 | - * [Node.js 12](doc/changelogs/CHANGELOG\_V12.md) Long Term Support | ||
| 11 | - * [Node.js 11](doc/changelogs/CHANGELOG\_V11.md) End-of-Life | ||
| 12 | - * [Node.js 10](doc/changelogs/CHANGELOG\_V10.md) End-of-Life | ||
| 13 | - * [Node.js 9](doc/changelogs/CHANGELOG\_V9.md) End-of-Life | ||
| 14 | - * [Node.js 8](doc/changelogs/CHANGELOG\_V8.md) End-of-Life | ||
| 15 | - * [Node.js 7](doc/changelogs/CHANGELOG\_V7.md) End-of-Life | ||
| 16 | - * [Node.js 6](doc/changelogs/CHANGELOG\_V6.md) End-of-Life | ||
| 17 | - * [Node.js 5](doc/changelogs/CHANGELOG\_V5.md) End-of-Life | ||
| 18 | - * [Node.js 4](doc/changelogs/CHANGELOG\_V4.md) End-of-Life | ||
| 19 | - * [io.js](doc/changelogs/CHANGELOG\_IOJS.md) End-of-Life | ||
| 20 | - * [Node.js 0.12](doc/changelogs/CHANGELOG\_V012.md) End-of-Life | ||
| 21 | - * [Node.js 0.10](doc/changelogs/CHANGELOG\_V010.md) End-of-Life | ||
| 22 | - * [Archive](doc/changelogs/CHANGELOG\_ARCHIVE.md) | ||
| 5 | + * [Node.js 17](doc/changelogs/CHANGELOG_V17.md) **Current** | ||
| 6 | + * [Node.js 16](doc/changelogs/CHANGELOG_V16.md) **Long Term Support** | ||
| 7 | + * [Node.js 15](doc/changelogs/CHANGELOG_V15.md) End-of-Life | ||
| 8 | + * [Node.js 14](doc/changelogs/CHANGELOG_V14.md) Long Term Support | ||
| 9 | + * [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life | ||
| 10 | + * [Node.js 12](doc/changelogs/CHANGELOG_V12.md) Long Term Support | ||
| 11 | + * [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life | ||
| 12 | + * [Node.js 10](doc/changelogs/CHANGELOG_V10.md) End-of-Life | ||
| 13 | + * [Node.js 9](doc/changelogs/CHANGELOG_V9.md) End-of-Life | ||
| 14 | + * [Node.js 8](doc/changelogs/CHANGELOG_V8.md) End-of-Life | ||
| 15 | + * [Node.js 7](doc/changelogs/CHANGELOG_V7.md) End-of-Life | ||
| 16 | + * [Node.js 6](doc/changelogs/CHANGELOG_V6.md) End-of-Life | ||
| 17 | + * [Node.js 5](doc/changelogs/CHANGELOG_V5.md) End-of-Life | ||
| 18 | + * [Node.js 4](doc/changelogs/CHANGELOG_V4.md) End-of-Life | ||
| 19 | + * [io.js](doc/changelogs/CHANGELOG_IOJS.md) End-of-Life | ||
| 20 | + * [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md) End-of-Life | ||
| 21 | + * [Node.js 0.10](doc/changelogs/CHANGELOG_V010.md) End-of-Life | ||
| 22 | + * [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md) | ||
| 23 | 23 | ||
| 24 | 24 | Please use the following table to find the changelog for a specific Node.js | |
| 25 | 25 | release. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | # Code of Conduct | |
| 2 | 2 | ||
| 3 | - * [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE\_OF\_CONDUCT.md) | ||
| 3 | + * [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md) | ||
| 4 | 4 | * [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ## [Code of Conduct](./doc/guides/contributing/code-of-conduct.md) | |
| 9 | 9 | ||
| 10 | 10 | The Node.js project has a | |
| 11 | - [Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE\_OF\_CONDUCT.md) | ||
| 11 | + [Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md) | ||
| 12 | 12 | to which all contributors must adhere. | |
| 13 | 13 | ||
| 14 | 14 | See [details on our policy on Code of Conduct](./doc/guides/contributing/code-of-conduct.md). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ maintainers and should also be coordinated through the Node.js Ecosystem | |||
| 26 | 26 | Security Team via [HackerOne](https://hackerone.com/nodejs-ecosystem). | |
| 27 | 27 | ||
| 28 | 28 | Details regarding this process can be found in the | |
| 29 | - [Security Working Group repository](https://github.com/nodejs/security-wg/blob/HEAD/processes/third\_party\_vuln\_process.md). | ||
| 29 | + [Security Working Group repository](https://github.com/nodejs/security-wg/blob/HEAD/processes/third_party_vuln_process.md). | ||
| 30 | 30 | ||
| 31 | 31 | Thank you for improving the security of Node.js and its ecosystem. Your efforts | |
| 32 | 32 | and responsible disclosure are greatly appreciated and will be acknowledged. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -191,7 +191,7 @@ changes: | |||
| 191 | 191 | Spawns a shell then executes the `command` within that shell, buffering any | |
| 192 | 192 | generated output. The `command` string passed to the exec function is processed | |
| 193 | 193 | directly by the shell and special characters (vary based on | |
| 194 | - [shell](https://en.wikipedia.org/wiki/List\_of\_command-line\_interpreters)) | ||
| 194 | + [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) | ||
| 195 | 195 | need to be dealt with accordingly: | |
| 196 | 196 | ||
| 197 | 197 | ```js | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,21 +11,21 @@ | |||
| 11 | 11 | <hr class="line"/> | |
| 12 | 12 | ||
| 13 | 13 | * [Assertion testing](assert.md) | |
| 14 | - * [Asynchronous context tracking](async\_context.md) | ||
| 15 | - * [Async hooks](async\_hooks.md) | ||
| 14 | + * [Asynchronous context tracking](async_context.md) | ||
| 15 | + * [Async hooks](async_hooks.md) | ||
| 16 | 16 | * [Buffer](buffer.md) | |
| 17 | 17 | * [C++ addons](addons.md) | |
| 18 | 18 | * [C/C++ addons with Node-API](n-api.md) | |
| 19 | 19 | * [C++ embedder API](embedding.md) | |
| 20 | - * [Child processes](child\_process.md) | ||
| 20 | + * [Child processes](child_process.md) | ||
| 21 | 21 | * [Cluster](cluster.md) | |
| 22 | 22 | * [Command-line options](cli.md) | |
| 23 | 23 | * [Console](console.md) | |
| 24 | 24 | * [Corepack](corepack.md) | |
| 25 | 25 | * [Crypto](crypto.md) | |
| 26 | 26 | * [Debugger](debugger.md) | |
| 27 | 27 | * [Deprecated APIs](deprecations.md) | |
| 28 | - * [Diagnostics Channel](diagnostics\_channel.md) | ||
| 28 | + * [Diagnostics Channel](diagnostics_channel.md) | ||
| 29 | 29 | * [DNS](dns.md) | |
| 30 | 30 | * [Domain](domain.md) | |
| 31 | 31 | * [Errors](errors.md) | |
@@ -44,7 +44,7 @@ | |||
| 44 | 44 | * [Net](net.md) | |
| 45 | 45 | * [OS](os.md) | |
| 46 | 46 | * [Path](path.md) | |
| 47 | - * [Performance hooks](perf\_hooks.md) | ||
| 47 | + * [Performance hooks](perf_hooks.md) | ||
| 48 | 48 | * [Policies](policy.md) | |
| 49 | 49 | * [Process](process.md) | |
| 50 | 50 | * [Punycode](punycode.md) | |
@@ -53,7 +53,7 @@ | |||
| 53 | 53 | * [REPL](repl.md) | |
| 54 | 54 | * [Report](report.md) | |
| 55 | 55 | * [Stream](stream.md) | |
| 56 | - * [String decoder](string\_decoder.md) | ||
| 56 | + * [String decoder](string_decoder.md) | ||
| 57 | 57 | * [Timers](timers.md) | |
| 58 | 58 | * [TLS/SSL](tls.md) | |
| 59 | 59 | * [Trace events](tracing.md) | |
@@ -66,7 +66,7 @@ | |||
| 66 | 66 | * [WASI](wasi.md) | |
| 67 | 67 | * [Web Crypto API](webcrypto.md) | |
| 68 | 68 | * [Web Streams API](webstreams.md) | |
| 69 | - * [Worker threads](worker\_threads.md) | ||
| 69 | + * [Worker threads](worker_threads.md) | ||
| 70 | 70 | * [Zlib](zlib.md) | |
| 71 | 71 | ||
| 72 | 72 | <hr class="line"/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,7 +99,7 @@ package may itself have dependencies, and in some cases, these may even collide | |||
| 99 | 99 | or form cyclic dependencies. | |
| 100 | 100 | ||
| 101 | 101 | Because Node.js looks up the `realpath` of any modules it loads (that is, it | |
| 102 | - resolves symlinks) and then [looks for their dependencies in `node_modules` folders](#loading-from-node\_modules-folders), | ||
| 102 | + resolves symlinks) and then [looks for their dependencies in `node_modules` folders](#loading-from-node_modules-folders), | ||
| 103 | 103 | this situation can be resolved with the following architecture: | |
| 104 | 104 | ||
| 105 | 105 | * `/usr/lib/node/foo/1.2.3/`: Contents of the `foo` package, version 1.2.3. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2661,7 +2661,7 @@ tarball. | |||
| 2661 | 2661 | that are no longer supported). | |
| 2662 | 2662 | * `'Dubnium'` for the 10.x LTS line beginning with 10.13.0. | |
| 2663 | 2663 | * `'Erbium'` for the 12.x LTS line beginning with 12.13.0. | |
| 2664 | - For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG\_ARCHIVE.md) | ||
| 2664 | + For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md) | ||
| 2665 | 2665 | ||
| 2666 | 2666 | <!-- eslint-skip --> | |
| 2667 | 2667 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1073,7 +1073,7 @@ For example: | |||
| 1073 | 1073 | ``` | |
| 1074 | 1074 | ||
| 1075 | 1075 | See | |
| 1076 | - [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL\_CIPHER\_get\_name.html) | ||
| 1076 | + [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) | ||
| 1077 | 1077 | for more information. | |
| 1078 | 1078 | ||
| 1079 | 1079 | ### `tlsSocket.getEphemeralKeyInfo()` | |
@@ -1303,7 +1303,7 @@ added: v12.11.0 | |||
| 1303 | 1303 | the client in the order of decreasing preference. | |
| 1304 | 1304 | ||
| 1305 | 1305 | See | |
| 1306 | - [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL\_get\_shared\_sigalgs.html) | ||
| 1306 | + [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) | ||
| 1307 | 1307 | for more information. | |
| 1308 | 1308 | ||
| 1309 | 1309 | ### `tlsSocket.getTLSTicket()` | |
@@ -1767,7 +1767,7 @@ changes: | |||
| 1767 | 1767 | The list can contain digest algorithms (`SHA256`, `MD5` etc.), public key | |
| 1768 | 1768 | algorithms (`RSA-PSS`, `ECDSA` etc.), combination of both (e.g | |
| 1769 | 1769 | 'RSA+SHA384') or TLS v1.3 scheme names (e.g. `rsa_pss_pss_sha512`). | |
| 1770 | - See [OpenSSL man pages](https://www.openssl.org/docs/man1.1.1/man3/SSL\_CTX\_set1\_sigalgs\_list.html) | ||
| 1770 | + See [OpenSSL man pages](https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set1_sigalgs_list.html) | ||
| 1771 | 1771 | for more info. | |
| 1772 | 1772 | * `ciphers` {string} Cipher suite specification, replacing the default. For | |
| 1773 | 1773 | more information, see [modifying the default cipher suite][]. Permitted | |
| Back | FazBrowse Home | New Git URL |
0 commit comments