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.3.0 to 0.4.0

6

CHANGELOG.md
# Changelog
## v0.4.0
### Breaking changes
* Node v4 and v9 reached end-of-life and are no longer supported.
## v0.3.0

@@ -4,0 +10,0 @@

14

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

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"engines": {
"node": "4 || 6 || 8 || 9"
"node": "6 || 8 || 10"
},

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

"author": {
"name": "Mattéo Delabre ✏️",
"name": "Mattéo Delabre",
"email": "contact@matteodelabre.me",

@@ -49,7 +49,7 @@ "url": "https://github.com/matteodelabre"

"devDependencies": {
"babel-core": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",

@@ -62,4 +62,4 @@ "benchmark": "^2.1.4",

"lodash.uniq": "^4.5.0",
"nyc": "^11.4.1",
"tap-spec": "^4.1.1",
"nyc": "^13.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.8.0",

@@ -66,0 +66,0 @@ "webpack": "^3.10.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