🚀 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.1.0

History.md

10

package.json
{
"name": "sax-stream",
"version": "1.0.0",
"version": "1.1.0",
"description": "Transform stream implemented using SAX parser",

@@ -27,9 +27,9 @@ "main": "index.js",

"jshint": "~2",
"mocha": "~1",
"should": "~3"
"mocha": "~2",
"should": "~8"
},
"dependencies": {
"sax": "~0",
"debug": "~0"
"sax": "~1",
"debug": "~2"
}
}