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

saxophone

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saxophone - npm Package Versions

2

0.8.0

Diff

Changelog

Source

v0.8.0

Breaking changes

  • Node v10, v12, and v15 reached end-of-life and are no longer supported.
  • Add support for Node v16 and v18.
  • Saxophone no longer emits the finish event after a parsing error occurs (see https://github.com/nodejs/node/pull/28979).
matteodelabre
published 0.7.2 •

Changelog

Source

v0.7.2

Fixed bugs

  • Fix parse error when a comment’s ending sequence sits astride two chunks (-- in the first and > in the second).
matteodelabre
published 0.7.1 •

Changelog

Source

v0.7.1

Fixed bugs

  • Fix parse error on attribute values containing '>'
matteodelabre
published 0.7.0 •

Changelog

Source

v0.7.0

Breaking changes

  • Node v8 and v13 reached end-of-life and are no longer supported.
  • Add support for Node v14 and v15.
matteodelabre
published 0.6.1 •

Changelog

Source

v0.6.1

Breaking changes

  • Node v6 reached end-of-life and is no longer supported.

Fixed bugs

  • Properly process CDATA and comment tags that sits astride two chunks.
matteodelabre
published 0.5.0 •

Changelog

Source

v0.5.0

New features

  • Report an error when opening and closing tags are mismatched or omitted.
matteodelabre
published 0.4.3 •

Changelog

Source

v0.4.3

Minor changes

  • Stop publishing the module as a transpiled source file, as all supported Node versions are compatible with the syntax that we use.
matteodelabre
published 0.4.0 •

Changelog

Source

v0.4.0

Breaking changes

  • Node v4 and v9 reached end-of-life and are no longer supported.
matteodelabre
published 0.3.0 •

Changelog

Source

v0.3.0

Breaking changes

  • Saxophone() is now a constructor and no longer a factory function, so it should be prefixed by the new operator. Otherwise, an error will be thrown stating that a class cannot be called as a function.
  • Node v0.12 and v5 reached end-of-life and are no longer supported.

New features

  • Instances now support streaming through the Node.js stream API. The previous Saxophone#parse API is still supported.
matteodelabre
published 0.2.0 •

Changelog

Source

v0.2.0

Breaking changes

  • To improve performance, attributes are no longer automatically parsed for every tag. Users should call Saxophone#parseAttrs whenever they actually want the attributes parsed.
  • To improve performance, entities are no longer automatically decoded for every text chunk. Users should call Saxophone#parseEntities whenever they actually want to decode entities from a text.
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