
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
Little github client.
$ npm install gh2
var Github = require('gh2');
var gh = new Github({
token: 'github-auth-token'
});
gh.lookup('visionmedia/co', '1.x', function(err, release){
});
Fetch releases with opts:
token optional github tokenuser optional github userpass optional github passua user-agent string [gh]Return a stream for repo's path at ref.
gh.stream('component/tip', '1.0.0', 'component.json');
GET the given path.
Respond with releases for repo.
gh.releases('component/tip', fn);
Get contents of path at `ref.
gh.contents('component/tip' '1.0.0', 'component.json', fn);
Lookup semver release of repo at the given version.
gh.lookup('component/tip', '1.x', fn);
$ TOKEN=<token> USER=<user> PASS=<pass> make test
MIT
FAQs
little github client
We found that gh2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.