
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@cjkihl/find-root
Advanced tools
A utility to find the root directory of a monorepo by detecting lockfiles. Supports multiple package managers including npm, yarn, pnpm, and Bun.
bun add @cjkihl/find-root
import { findRoot } from '@cjkihl/find-root';
// Find the root directory of your monorepo
const { root, lockfile, packageManager } = await findRoot();
console.log(`Root directory: ${root}`);
console.log(`Lockfile: ${lockfile}`);
console.log(`Package manager: ${packageManager}`);
findRoot()
Returns a Promise that resolves to an object containing:
root
: The absolute path to the monorepo root directorylockfile
: The absolute path to the detected lockfilepackageManager
: The detected package manager ('npm', 'yarn', 'pnpm', or 'bun')package-lock.json
(npm)yarn.lock
(yarn)pnpm-lock.yaml
(pnpm)bun.lock
(Bun)bun.lockb
(Bun)The function will throw an error if:
MIT
FAQs
Find monorepo root directory by detecting lockfiles
The npm package @cjkihl/find-root receives a total of 66 weekly downloads. As such, @cjkihl/find-root popularity was classified as not popular.
We found that @cjkihl/find-root 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.
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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.