
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
@0disoft/mensor-compiler
Advanced tools
Deterministic source contract checker for Mensor projects.
pnpm add @0disoft/mensor-compiler
Node.js 22 or newer is required.
import { checkProject } from "@0disoft/mensor-compiler";
const result = await checkProject({ root: process.cwd() });
if (!result.ok) {
process.exitCode = 1;
}
process.stdout.write(`${JSON.stringify(result.report, null, 2)}\n`);
The default result contains DiagnosticReport v1. Select Check Output v2 explicitly when inspection coverage is required:
const result = await checkProject({
root: process.cwd(),
reportVersion: 2,
});
Contract failures are returned as data. Unexpected I/O or compiler failures remain exceptions. The compiler reads supported project files but does not execute project source or configuration, spawn framework tools, install dependencies, or access the network.
Mensor is licensed under Apache-2.0.
FAQs
Deterministic source contract checker for Mensor projects.
The npm package @0disoft/mensor-compiler receives a total of 22 weekly downloads. As such, @0disoft/mensor-compiler popularity was classified as not popular.
We found that @0disoft/mensor-compiler 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.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.