
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
nappy queries the latest node.js api docs from the command line.
$ nappy fs.readFile
Usage:
$ nappy [options] <command> <thing to lookup>
Options:
-c, --coffee Output code blocks as coffeescript. [boolean] [default: false]
-w, --wipe-cache Wipe the locally-cached version of the API docs and re-download. [boolean] [default: false]
-d, --debug Display debug output. [boolean] [default: false]
f, func, m, method)displays documentation for a single function.
ex: $ nappy f fs.readFile
c)displays documentation for a class.
ex: $ nappy c child_process.ChildProcess
l, list)lists the functions and classes exported by a module.
ex: $ nappy ls util
for the ls command, simply specify the module name you'd like to see the contents of.
for function and class, you must specify <module>.<thing> (i.e. fs.readFile, etc.)
good for coding on airplanes if you don't have $5 to blow on airtran wi-fi. if you need to clear the cache, just pass the -w flag. but don't do it while you're offline or you'll bust the cache and refill it with a vast nothingness.
nappy -w util.inspect
bryn austin bellomy < bryn.bellomy@gmail.com >
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
FAQs
node.js api docs from the command line
The npm package nappy receives a total of 4 weekly downloads. As such, nappy popularity was classified as not popular.
We found that nappy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.