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 Compare versions

Comparing version 0.6.1 to 0.7.0

8

CHANGELOG.md
<!-- vim: set spelllang=en : -->
# Changelog
## 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.
## v0.6.1

@@ -49,2 +56,1 @@

* 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.

16

package.json
{
"name": "saxophone",
"description": "Fast and lightweight event-driven XML parser in pure JavaScript",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"engines": {
"node": "8 || 10 || 12 || 13"
"node": "10 || 12 || 14 || 15"
},

@@ -41,3 +41,3 @@ "keywords": [

"name": "Mattéo Delabre",
"email": "contact@matteodelabre.me",
"email": "spam@delab.re",
"url": "https://github.com/matteodelabre"

@@ -48,14 +48,14 @@ },

"common-tags": "^1.8.0",
"coveralls": "^3.0.8",
"eslint": "^6.7.0",
"coveralls": "^3.1.0",
"eslint": "^7.15.0",
"faucet": "0.0.1",
"lodash.uniq": "^4.5.0",
"nyc": "^14.1.1",
"nyc": "^15.1.0",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
"tape": "^5.0.1"
},
"dependencies": {
"readable-stream": "^3.4.0",
"readable-stream": "^3.6.0",
"string_decoder": "^1.3.0"
}
}

@@ -7,3 +7,3 @@ # Saxophone 🎷

[![npm downloads](https://img.shields.io/npm/dm/saxophone.svg?style=flat-square)](https://www.npmjs.com/package/saxophone)
[![build status](https://img.shields.io/travis/matteodelabre/saxophone.svg?style=flat-square)](https://travis-ci.org/matteodelabre/saxophone)
[![build status](https://img.shields.io/github/workflow/status/matteodelabre/saxophone/test?style=flat-square)](https://github.com/matteodelabre/saxophone/actions)
[![coverage](https://img.shields.io/coveralls/matteodelabre/saxophone.svg?style=flat-square)](https://coveralls.io/github/matteodelabre/saxophone)

@@ -22,3 +22,3 @@ [![dependencies status](http://img.shields.io/david/matteodelabre/saxophone.svg?style=flat-square)](https://david-dm.org/matteodelabre/saxophone)

This library works both in Node.JS ≥6.0 and recent browsers.
This library works both on Node.JS and recent browsers.
To install with `npm`:

@@ -25,0 +25,0 @@

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