node/lib
2023-08-08 10:00:22 -03:00
..
assert
dns dns: make promise API fully constructed from lib/internal/dns/promises 2022-07-31 09:44:57 +02:00
fs
internal policy: handle Module.constructor and main.extensions bypass 2023-08-08 10:00:22 -03:00
path
stream stream: add reduce 2022-04-20 20:34:20 -04:00
timers timers: propagate signal.reason in awaitable timers 2022-08-01 16:48:36 +02:00
util
.eslintrc.yaml events: expose CustomEvent on global with CLI flag 2022-08-02 10:16:54 +02:00
_http_agent.js http: fix http agent keep alive 2022-07-31 09:44:53 +02:00
_http_client.js http: trace http request / response 2022-10-11 14:45:11 -05:00
_http_common.js lib: refactor to avoid unsafe regex primordials 2022-08-02 09:59:01 +02:00
_http_incoming.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
_http_outgoing.js http: throw error on content-length mismatch 2022-10-11 14:45:26 -05:00
_http_server.js http: add max for http keepalive 2022-10-11 14:45:14 -05:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tools: report unsafe string and regex primordials as lint errors 2022-08-02 09:58:58 +02:00
_tls_wrap.js net,tls: pass a valid socket on tlsClientError 2022-10-11 14:45:21 -05:00
assert.js src: disambiguate terms used to refer to builtins and addons 2022-12-08 09:55:24 -05:00
async_hooks.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
buffer.js buffer: fix atob input validation 2022-10-11 14:45:20 -05:00
child_process.js child_process: remove lookup of undefined property 2022-10-11 14:45:29 -05:00
cluster.js
console.js
constants.js
crypto.js tools: add avoid-prototype-pollution lint rule 2022-08-02 09:58:55 +02:00
dgram.js dgram: add dgram send queue info 2022-11-24 10:26:20 -05:00
diagnostics_channel.js lib: improved diagnostics_channel subscribe/unsubscribe 2022-07-31 16:57:16 +02:00
dns.js lib: add diagnostics channel and perf hooks detail 2022-10-11 14:45:15 -05:00
domain.js domain: fix vm promise tracking while keeping isolation 2022-07-31 16:57:16 +02:00
events.js events: propagate abortsignal reason in new AbortError ctor in events 2022-08-01 16:48:37 +02:00
fs.js fs: remove unused option in fs.fstatSync() 2022-10-11 14:45:24 -05:00
http.js http: make idle http parser count configurable 2022-10-11 14:45:20 -05:00
http2.js
https.js https: use kEmptyObject 2022-07-31 09:44:29 +02:00
inspector.js inspector: expose inspector.close on workers 2022-10-11 14:45:24 -05:00
module.js
net.js net,tls: pass a valid socket on tlsClientError 2022-10-11 14:45:21 -05:00
os.js os: add machine method 2022-10-11 14:45:22 -05:00
path.js path: change basename() argument from ext to suffix 2022-10-11 14:45:28 -05:00
perf_hooks.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
process.js src: disambiguate terms used to refer to builtins and addons 2022-12-08 09:55:24 -05:00
punycode.js
querystring.js lib: include return types in JSDoc 2022-02-01 07:09:50 -05:00
readline.js readline: refactor to avoid unsafe regex primordials 2022-11-23 12:06:48 -05:00
repl.js src: disambiguate terms used to refer to builtins and addons 2022-12-08 09:55:24 -05:00
stream.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
string_decoder.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
sys.js
test.js test_runner: support programmatically running --test 2022-12-07 09:04:55 -05:00
timers.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
tls.js lib: refactor to avoid unsafe regex primordials 2022-08-02 09:59:01 +02:00
trace_events.js
tty.js tty: fix TypeError when stream is closed 2022-10-11 14:45:19 -05:00
url.js url: trim leading and trailing C0 control chars 2022-04-23 22:47:13 -04:00
util.js lib: refactor to avoid prototype pollution 2022-10-11 14:45:14 -05:00
v8.js v8: add setHeapSnapshotNearHeapLimit 2022-10-11 14:45:23 -05:00
vm.js src: merge RunInThisContext() with RunInContext() 2022-07-31 09:45:15 +02:00
wasi.js wasi: use WasmMemoryObject handle for perf (#43544) 2022-07-31 09:45:00 +02:00
worker_threads.js
zlib.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00