New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

word-to-html

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

word-to-html - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

package.json
{
"name": "word-to-html",
"version": "2.2.3",
"version": "2.2.4",
"description": "convert docx files to html",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -14,3 +14,3 @@ # word-to-html

If a line of words have different font-family or font-size in your .docx, it can not convert
your .docx to html expectly in nodejs, but this can fix in the browsers such as chrome. because
your .docx to html expectly in nodejs, but this can be fixed in the browsers such as chrome. because
the npm package `jsdom` can not realize the `DOMParser`'s function perfectly.

@@ -17,0 +17,0 @@ So if you want to convert the font-family and font-size exactly, you can see how to use `word2html.js` in browsers!

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc