🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

html-to-document-core

Package Overview
Dependencies
Maintainers
1
Versions
5
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

0.2.4

Diff
ckafwilo
published 0.2.4 •

Changelog

Source

[0.2.4] - 2025-05-20

Fixed

  • Added default style spec support for <img> elements in CSS mapping
  • Fixed browser crash related to image-size dynamic require by moving it to a Node-only dynamic import

All notable changes to this project will be documented in this file.

ckafwilo
published 0.2.3 •

Changelog

Source

[0.2.3] - 2025-05-19

Changed

  • Updated documentation to give more details of how the package works
ckafwilo
published 0.2.2 •

Changelog

Source

[0.2.2] - 2025-05-18

Changed

  • Added a prepack step in the wrapper to copy root README.md and CHANGELOG.md into the published npm package
  • Refactored tsconfig.*.json to share a base config and per-package overrides
  • Expanded ESLint and Jest configs to run against each workspace
ckafwilo
published 0.2.1 •

Changelog

Source

[0.2.1] - 2025-05-18

Changed

  • Added a prepack step in the wrapper to copy root README.md and CHANGELOG.md into the published npm package
  • Refactored tsconfig.*.json to share a base config and per-package overrides
  • Expanded ESLint and Jest configs to run against each workspace
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