
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@decantr/core
Advanced tools
Decantr core — execution-pack compiler primitives and shared Decantr utilities
Support status: core-supported
Release channel: stable
Low-level Decantr compiler and execution-pack foundation.
Most teams should use @decantr/cli, @decantr/registry, or @decantr/mcp-server directly. @decantr/core is part of the supported Decantr public foundation surface, but it is intentionally lower-level than the usual integration entrypoints.
npm install @decantr/core
@decantr/core is published for advanced package consumers that need low-level execution-pack primitives. It is stable in the 1.x line for the documented exports in this package, but it is still not the recommended first integration surface for most Decantr adopters.
In the current workflow architecture, @decantr/core owns the canonical adapter labels used by compiled packs, while runnable greenfield bootstrap adapters are resolved in the CLI on top of those labels.
import {
buildReviewPack,
renderExecutionPackMarkdown,
resolvePackAdapter,
} from '@decantr/core';
const pack = buildReviewPack({
projectName: 'Acme Console',
target: 'react',
routeCount: 4,
sections: ['overview', 'settings'],
});
const adapter = resolvePackAdapter('react', 'spa');
const markdown = renderExecutionPackMarkdown(pack);
This package publishes execution-pack schemas under:
@decantr/core/schema/scaffold-pack.v1.json@decantr/core/schema/section-pack.v1.json@decantr/core/schema/page-pack.v1.json@decantr/core/schema/mutation-pack.v1.json@decantr/core/schema/review-pack.v1.json@decantr/core/schema/pack-manifest.v1.json@decantr/core/schema/execution-pack-bundle.v1.json@decantr/core/schema/selected-execution-pack.v1.jsonMIT
FAQs
Decantr core — execution-pack, typed graph, and Contract capsule primitives
The npm package @decantr/core receives a total of 80 weekly downloads. As such, @decantr/core popularity was classified as not popular.
We found that @decantr/core 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
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.