🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

sax-stream

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sax-stream - npm Package Compare versions

Comparing version

to
1.2.1

5

History.md
1.2.1 / 2016-02-14
==================
* switch off postition tracking by default
1.2.0 / 2016-02-11

@@ -3,0 +8,0 @@ ==================

4

lib/xmlnode.js

@@ -116,3 +116,5 @@ var Transform = require('stream').Transform;

return opts;
}, {});
}, {
position: false
});
}
{
"name": "sax-stream",
"version": "1.2.0",
"version": "1.2.1",
"description": "Transform stream implemented using SAX parser",

@@ -5,0 +5,0 @@ "main": "index.js",