Socket
Socket
Sign inDemoInstall

html2hscript

Package Overview
Dependencies
16
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    html2hscript

parse html into hyperscript


Version published
Maintainers
2
Install size
892 kB
Created

Readme

Source

html2hscript

Parse html to hyperscript library.

Build Status

Usage

var parser = require('html2hscript');
parser('<h1>Hello World</h1>', function(err, hscript) {
  console.log(hscript);
});

Install

npm install html2hscript

Test

npm test

Support

Submit Issue in Github

Contributions

Pull Requests are welcome

License

MIT

Thanks

https://www.npmjs.com/~unframework who wrote the parsing code.

https://www.npmjs.com/~dominictarr who wrote hyperscript.

Keywords

FAQs

Last updated on 11 Feb 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc