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

node-expat

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-expat - npm Package Compare versions

Comparing version 2.3.12 to 2.3.13

build/Release/.deps/Release/obj.target/deps/libexpat/libexpat.a.d

16

package.json
{
"name": "node-expat",
"version": "2.3.12",
"version": "2.3.13",
"main": "./lib/node-expat",

@@ -22,7 +22,12 @@ "description": "NodeJS binding for fast XML parsing.",

"bindings": "^1.2.1",
"nan": "^2.1.0"
"nan": "^2.2.0"
},
"devDependencies": {
"benchmark": "^2.1.0",
"debug": "^2.2.0",
"iconv": "^2.1.10",
"iconv": "^2.1.11",
"libxmljs": "^0.17.0",
"ltx": "^2.2.0",
"node-xml": "^1.0.2",
"sax": "^1.1.5",
"vows": "^0.8.1"

@@ -61,6 +66,3 @@ },

],
"license": "MIT",
"engines": {
"node": ">=0.8"
}
"license": "MIT"
}

@@ -23,11 +23,19 @@ # node-expat

If not already available globally, you'll need to install the
[standard](http://standardjs.com/) code style checker.
```
npm install standard
npm install -g standard
npm test
```
```
npm test
```
## Benchmark
```node benchmark.js```
| module | ops/sec | native | XML compliant |
|---------------------------------------------------------------------------------------|--------:|:------:|:-------------:|
| [sax-js](https://github.com/isaacs/sax-js) | 18,641 | ☐ | ☑ |
| [node-xml](https://github.com/dylang/node-xml) | 49,257 | ☐ | ☑ |
| [libxmljs](https://github.com/polotek/libxmljs) | 95,169 | ☑ | ☑ |
| **node-expat** | 130,776 | ☑ | ☑ |
| [ltx/lib/parsers/ltx](https://github.com/node-xmpp/ltx/blob/master/lib/parsers/ltx.js)| 172,596 | ☐ | ☐ |
Higher is better.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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