
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@deepracticex/monorepo-config
Advanced tools
Shared monorepo tooling dependencies for Deepractice projects
Shared monorepo tooling configuration for Deepractice projects.
pnpm add -D @deepracticex/monorepo-config @changesets/cli turbo lefthook rimraf
// turbo.json (root)
import config from "@deepracticex/monorepo-config/turbo.json";
export default config;
Or extend it:
{
"extends": ["@deepracticex/monorepo-config/turbo.json"],
"tasks": {
"dev": {
"cache": false
}
}
}
This config declares peer dependencies for:
Add to your root package.json:
{
"scripts": {
"build": "turbo build",
"test": "turbo test",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish"
}
}
Configured tasks:
build - Build packages (depends on dependencies' build)test - Run tests (depends on build)lint - Lint codetypecheck - Type checkingformat - Format codeclean - Clean build artifactsFAQs
Shared monorepo tooling dependencies for Deepractice projects
The npm package @deepracticex/monorepo-config receives a total of 1 weekly downloads. As such, @deepracticex/monorepo-config popularity was classified as not popular.
We found that @deepracticex/monorepo-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.