
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@cleocode/nexus
Advanced tools
CLEO project registry and code intelligence — unified nexus package.
@cleocode/nexus provides tree-sitter powered code analysis and project registry services for the CLEO ecosystem. It enables symbol extraction, structural outlines, codebase search, and single-symbol unfold across multiple languages.
npm install @cleocode/nexus
pnpm add @cleocode/nexus
import { detectLanguage, parseFile, smartSearch } from '@cleocode/nexus';
// Detect language from file extension
const lang = detectLanguage('src/index.ts');
// Parse a file into an AST
const result = await parseFile('src/index.ts');
// Search the codebase
const matches = await smartSearch({ query: 'authentication', dir: './src' });
MIT — see LICENSE
FAQs
CLEO project registry and code intelligence — unified nexus package
The npm package @cleocode/nexus receives a total of 699 weekly downloads. As such, @cleocode/nexus popularity was classified as not popular.
We found that @cleocode/nexus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.