You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

html-to-document-core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-to-document-core - npm Package Versions

1

0.2.0

Diff
c
ckafwilo
published 0.2.0 •

Changelog

Source

[0.2.0] – 2025-05-18

Added

  • Initial migration to a monorepo structure, splitting the project into three workspaces:
    • packages/core: the core HTML-to-document conversion engine
    • packages/adapters/*: format-specific adapters (e.g. DOCX)
    • packages/html-to-document: the wrapper package that re-exports core + adapters
  • New GitHub Actions workflow for publishing all workspaces in sequence (core → adapters → wrapper) with signed provenance
  • Root package.json scripts updated for workspace-aware build, clean, lint, and test