New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dom-parse

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-parse - npm Package Versions

2

3.2.1

Diff

Changelog

Source

v3.2.1 - 2024-03-05

Changed

  • Support more versions of jsdom.
jacobbuck
published 3.2.0 •

Changelog

Source

v3.2.0 - 2024-03-05

Changed

  • Revert back to jsdom for parsing in Node.js.
jacobbuck
published 3.1.0 •

Changelog

Source

v3.1.0 - 2024-03-04

Changed

  • Support any version of happy-dom.
jacobbuck
published 3.0.0 •

Changelog

Source

v3.0.0 - 2023-06-15

Changed

  • BREAKING Exports named module instead of default.
  • BREAKING Returns DocumentElement instead of NodeList.
  • Use HTML template element instead of DOMParser for parsing in browser.
  • Use happy-dom instead of jsdom for parsing in Node.js.

Changed

jacobbuck
published 2.1.0 •

Changelog

Source

v2.1.0 - 2020-11-08

Added

  • Added source maps to build output.

Changed

  • Updated devDependencies.
jacobbuck
published 2.0.3 •

Changelog

Source

v2.0.3 - 2020-08-20

Changed

  • Bumped up version of jsdom to v16.4.0.
  • Updated devDependencies.
jacobbuck
published 2.0.2 •

Changelog

Source

v2.0.2 - 2020-06-26

Changed

  • Updated devDependencies.
jacobbuck
published 2.0.1 •

Changelog

Source

v2.0.1 - 2020-06-09

Added

  • Added CommonJS builds for browser and server.

Changed

  • Updated browser property in package.json to both CommonJS and ES Module browser builds.
jacobbuck
published 2.0.0 •

Changelog

Source

v2.0.0 - 2020-06-06

Changed

  • BREAKING Changed DOM parser from XHTML to HTML document type.
  • BREAKING CommonJS builds has been replaced with ES Module builds.
  • BREAKING No longer returns false if any errors have occurred.
  • Builds are now done with Rollup.
  • DOMParser instance cached for better performance.
  • Renamed domParse function to parseDom.
  • Replaced xmldom with jsdom.
  • Updated devDependencies.

Removed

  • BREAKING Removed strict mode (parsing as XHTML document type.)
  • BREAKING Removed DOMImplementation.createDocument() fallback for Internet Explorer 9.
  • Removed options parameter.
jacobbuck
published 1.2.1 •

Changelog

Source

v1.2.1 - 2017-09-18

Fixed

  • Fixed path to dom-parse.js.
2
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