node-expat
Advanced tools
Comparing version 2.3.12 to 2.3.13
{ | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
4524192
172
41
8
7
Updatednan@^2.2.0