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

html-dom-parser

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-dom-parser - npm Package Versions

1234

0.1.3

Diff

Changelog

Source

0.1.3 - 2018-02-20

Fixed

  • Fix regular expression vulnerability (#8)
    • Regex has potential for catastrophic backtracking
    • Credit goes to @davisjam for discovering it

Changed

  • Refactored and updated tests (#8)
remarkablemark
published 0.1.2 •

Changelog

Source

0.1.2 - 2017-09-30

Added

  • Create helper isIE() in utilities (#7)

Fixed

  • Fix client parser in IE/IE9 (#6, #7)

Changed

  • Upgrade mocha@3.4.2 and webpack@2.6.1 (#5)
  • npm script build runs both build:min and build:unmin (#5)
remarkablemark
published 0.1.1 •

Changelog

Source

0.1.1 - 2017-06-26

Added

  • CHANGELOG with previous releases backfilled

Fixed

  • Fix client parser on IE by specifying required parameter for createHTMLDocument (#4)
remarkablemark
published 0.1.0 •

Changelog

Source

0.1.0 - 2017-06-17

Changed

  • Improve, refactor, and optimize client parser
    • Use template, DOMImplementation, and/or DOMParser
remarkablemark
published 0.0.2 •

Changelog

Source

0.0.2 - 2016-10-10

Added

  • Create npm scripts for prepublish

Changed

  • Change webpack to build to UMD target
  • Update README installation and usage instructions
remarkablemark
published 0.0.1 •

Changelog

Source

0.0.1 - 2016-10-10

Added

  • Server parser
    • Wrapper for htmlparser2.parseDOM
  • Client parser
    • Uses DOM API to mimic server parser output
    • Build client library with webpack
  • Add README, tests, and other necessary files
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