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

reshape-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshape-parser

html parser for reshape

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Reshape Parser

npm tests dependencies coverage

An html parser for reshape based on parse5, featuring source location info and more robust node types.

Note: This project is in early development, and versioning is a little different. Read this for more details.

Installation

npm install reshape-parser -S

Note: This project is compatible with node v6+ only

Usage

const parser = require('reshape-parser')
const html = '<p>hello world</p>'

parser(html) // returns a reshape AST
Options

No options are required, all are optional.

NameDescriptionDefault
filenameAttach a filename to the location info in each node

The Reshape AST

See the Reshape AST documentation for more information on the format.

License & Contributing

FAQs

Package last updated on 19 Aug 2016

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