| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e8176b0 commit 9acff55
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2576,6 +2576,10 @@ an officially supported API. | |||
| 2576 | 2576 | [`process.env`]: process.html#process_process_env | |
| 2577 | 2577 | [`punycode`]: punycode.html | |
| 2578 | 2578 | [`require.extensions`]: modules.html#modules_require_extensions | |
| 2579 | + [`request.socket`]: http.html#http_request_socket | ||
| 2580 | + [`request.connection`]: http.html#http_request_connection | ||
| 2581 | + [`response.socket`]: http.html#http_response_socket | ||
| 2582 | + [`response.connection`]: http.html#http_response_connection | ||
| 2579 | 2583 | [`script.createCachedData()`]: vm.html#vm_script_createcacheddata | |
| 2580 | 2584 | [`setInterval()`]: timers.html#timers_setinterval_callback_delay_args | |
| 2581 | 2585 | [`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,8 +90,8 @@ http option. Using the insecure HTTP parser should be avoided. | |||
| 90 | 90 | ||
| 91 | 91 | * **crypto**: fix key requirements in asymmetric cipher (Tobias Nießen) [#30249](https://github.com/nodejs/node/pull/30249) | |
| 92 | 92 | * **deps**: | |
| 93 | - * update llhttp to 2.0.1 (Fedor Indutny) [#30553](https://github.com/nodejs/node/pull/30553) | ||
| 94 | - * update nghttp2 to 1.40.0 (gengjiawen) [#30493](https://github.com/nodejs/node/pull/30493) | ||
| 93 | + * update llhttp to 2.0.1 (Fedor Indutny) [#30553](https://github.com/nodejs/node/pull/30553) | ||
| 94 | + * update nghttp2 to 1.40.0 (gengjiawen) [#30493](https://github.com/nodejs/node/pull/30493) | ||
| 95 | 95 | * **v8**: mark serdes API as stable (Anna Henningsen) [#30234](https://github.com/nodejs/node/pull/30234) | |
| 96 | 96 | ||
| 97 | 97 | ### Commits | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ | |||
| 9 | 9 | "markdown-extensions": "^1.1.1", | |
| 10 | 10 | "remark": "^10.0.1", | |
| 11 | 11 | "remark-lint": "^6.0.4", | |
| 12 | - "remark-preset-lint-node": "^1.9.0", | ||
| 12 | + "remark-preset-lint-node": "^1.10.0", | ||
| 13 | 13 | "unified-args": "^7.0.0", | |
| 14 | 14 | "unified-engine": "^6.0.1" | |
| 15 | 15 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments