Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fast-mhtml2html

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-mhtml2html

mhtml convert to html single file

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22K
increased by7.88%
Maintainers
1
Weekly downloads
 
Created
Source

fast-mhtml2html.js

npm version circleci

fast-mhtml2html converts MHTML files to a single HTML file using javascript.

Usage

fast-mhtml2html is compatible with Node >= v10.

It has only been tested with MHTML files built and used with the latest versions of Chrome

Support UTF-8 and GBK

支持中文GBK编码网页

Node.js Example

const mhtml2html = require('fast-mhtml2html');

const mhtml = '<your MHTML string or MHTML buffer data>';
const html = mhtml2html.convert(mhtml)

Tips

This project is based on mhtml-parser: https://github.com/testimio/mhtml-parser, and it does not support Chinese GBK

FAQs

Package last updated on 08 Jul 2020

Did you know?

Socket

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.

Install

Related posts

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