
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
Weave Markdown - inline, expandable references for markdown. Umbrella package for @weave-md/* packages.
Weave Markdown - Inline, expandable references for markdown.
This is an umbrella package that re-exports @weave-md/core, @weave-md/parse, @weave-md/validate, and @weave-md/basic. For most use cases, we recommend installing the individual packages directly from the @weave-md organization.
| Package | Description |
|---|---|
| @weave-md/core | Types, schemas, and language spec |
| @weave-md/parse | Parse markdown to WeaveAst |
| @weave-md/validate | Validate references and links |
| @weave-md/basic | Reference implementation with CLI and renderer |
Install individual packages (recommended):
pnpm add @weave-md/core @weave-md/parse
Or install everything via this umbrella package:
pnpm add weave-md
// Import from individual packages (recommended)
import { parseWeaveDocument, compileToWeaveAst } from '@weave-md/parse';
import { extractNodeLinks } from '@weave-md/validate';
import type { Section, NodeRef } from '@weave-md/core';
// Or import from umbrella package (namespaced)
import { core, parse, validate, basic } from 'weave-md';
const ast = parse.parseWeaveDocument(markdown);
const { links, errors } = validate.extractNodeLinks(markdown);
FAQs
Weave Markdown - inline, expandable references for markdown. Umbrella package for @weave-md/* packages.
We found that weave-md 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.