
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@shined/doctor
Advanced tools
[](https://badge.fury.io/js/@shined/doctor) [](https://opensource.org/licenses/MIT)
A high-performance code quality inspection tool powered by Rust and Node.js.
npm install @shined/doctor
# or
yarn add @shined/doctor
# or
pnpm add @shined/doctor
import { Standards } from "@shined/doctor";
// Initialize Standards checker
const standards = Standards.create(process.cwd());
// Run all validations
const results = await standards.validateAll({
withDashboard: true,
quiet: false,
});
Create a .sfconfig/spec.json file in your project root:
{
"globals": {
"yourGlobalVar": "writable"
},
"ignore": ["**/node_modules/**", "**/dist/**", "**/build/**", "**/target/**"]
}
The tool will also check for:
.npmrc - NPM registry configuration.node-version - Node.js version specificationpackage.json - Package configuration# Install globally
npm install -g @shined/doctor
# Run analysis on current directory
npx @shined/doctor
# Run with verbose output
npx @shined/doctor --verbose
# Run with custom working directory
npx @shined/doctor --cwd /path/to/project
# Show help
npx @shined/doctor --help
The command will:
Main class for code quality validation.
create(cwd: string): Standards - Create a new Standards instancevalidateNpmrc(): Promise<Array<Messages>> - Validate npmrc configurationvalidateNodeVersion(): Promise<Array<Messages>> - Validate Node.js versionvalidatePackageJson(): Promise<Array<Messages>> - Validate package.jsonvalidateLint(): Promise<Array<Messages>> - Run linting validationvalidateAll(opts?: RenderOpts): Promise<Array<Messages>> - Run all validations| Option | Type | Description |
|---|---|---|
| withDashboard | boolean | Enable dashboard view |
| maxRenderCount | number | Maximum items to render |
| quiet | boolean | Suppress output |
function cloc(paths: string[], opts?: { ignore?: string[] }): LanguageStats[];
function initializeLogger(level?: LogLevel): void;
function unSafeInnerLint(
globArgs: GlobArgs,
category: NaPiCategory
): Promise<Diagnostic[]>;
We welcome contributions! Please see our Contributing Guide for details.
MIT © [Your Name]
Built with:
FAQs
[](https://badge.fury.io/js/@shined/doctor) [](https://opensource.org/licenses/MIT)
We found that @shined/doctor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.