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 3.0.0 to 3.0.1

3

CHANGELOG.md

@@ -0,3 +1,6 @@

# 3.0.1
- [fix] dir not found, writefile error
# 3.0.0
- [feature] support images
- [feature] support font color and font size

2

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

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

@@ -32,4 +32,4 @@ # word-to-html

### zipReady
- callback <Function>
- zip <admZip>
- callback `<Function>`
- zip `<admZip>`

@@ -36,0 +36,0 @@ you can use `zip` to get any resource you need, like images; [adm-zip](https://www.npmjs.com/package/adm-zip)

@@ -79,3 +79,3 @@ const path = require('path')

fs.writeFile(this.outputfile, htmlRes, (err) => {
fs.outputFile(this.outputfile, htmlRes, (err) => {
if (err) throw err;

@@ -82,0 +82,0 @@ console.log(`${this.outputfile} is ok`);

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