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

@mojojs/dom

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojojs/dom - npm Package Versions

2345

2.1.5

Diff

kraih
published 2.1.4 •

kraih
published 2.1.3 •

kraih
published 2.1.2 •

kraih
published 2.1.1 •

Changelog

Source

v2.1.1 (2023-02-06)

Bug Fixes

  • Fixed various CSS selector equation bugs.
kraih
published 2.1.0 •

Changelog

Source

v2.1.0 (2023-01-29)

Features

  • Rewrote tag tokenizer to be more considerate of shortcomings in the V8 regex engine, increasing overall performance significantly.

Bug Fixes

  • Fixed a few more broken HTML edge cases that could result in the parser running very very slowly.
kraih
published 2.0.3 •

Changelog

Source

v2.0.3 (2022-12-31)

Bug Fixes

  • Fixed another broken HTML edge case that could result in the parser running very very slowly.
kraih
published 2.0.2 •

Changelog

Source

v2.0.2 (2022-12-11)

Bug Fixes

  • Fixed multiple <script> parsing issues.
  • Fixed a few more HTML edge cases that were parsed much too slowly.
kraih
published 2.0.1 •

Changelog

Source

v2.0.1 (2022-12-10)

Bug Fixes

  • Fixed a few broken HTML edge cases that could result in the parser running very very slowly.
  • Fixed a bug where strings like "<.>" were considered valid tags by the parser.
kraih
published 2.0.0 •

Changelog

Source

v2.0.0 (2022-11-19)

Breaking Changes

  • Switched from parse5 to a custom parser as default for HTML. This reduces the bundle size significantly for browser use. More spec compliant parsers are still supported with the new custom parser API.

Features

  • Added support for custom parsers.
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