fast-xml-parser
Advanced tools
Comparing version 2.9.3 to 2.9.4
@@ -0,1 +1,11 @@ | ||
2.9.4 / 2018-02-02 | ||
* Merge pull request: Decode HTML characters | ||
* refactor source folder name | ||
* ignore bundle / browser js to be published to npm | ||
2.9.3 / 2018-01-26 | ||
* Merge pull request: Correctly remove CRLF line breaks | ||
* Enable to parse attribute in online editor | ||
* Fix testing demo app test | ||
* Describe parsing options | ||
* Add options for online demo | ||
2.9.2 / 2018-01-18 | ||
@@ -2,0 +12,0 @@ * Remove check if tag starting with "XML" |
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
var parser = require('./lib/parser'); | ||
var readToEnd = require('./lib/read').readToEnd; | ||
var readToEnd = require('./src/read').readToEnd; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "fast-xml-parser", | ||
"version": "2.9.3", | ||
"version": "2.9.4", | ||
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries", | ||
"main": "./bin/parser.js", | ||
"main": "./src/parser.js", | ||
"scripts": { | ||
"test": "jasmine spec/*spec.js", | ||
"bundle": "browserify bin/parser.js --s parser > lib/parser.js", | ||
"bundle": "browserify src/parser.js -s parser > lib/parser.js", | ||
"coverage": "node ./benchmark/perfTest.js; istanbul cover -x \"spec/*spec.js\" jasmine spec/*spec.js;", | ||
@@ -69,3 +69,6 @@ "coverage:check": "istanbul check-coverage --branch 90 --statement 90" | ||
"zombie": "^5.0.7" | ||
}, | ||
"dependencies": { | ||
"he": "~1.1.1" | ||
} | ||
} |
@@ -10,6 +10,17 @@ # [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parser) | ||
[![Code Climate](https://codeclimate.com/github/NaturalIntelligence/fast-xml-parser/badges/gpa.svg)](https://codeclimate.com/github/NaturalIntelligence/fast-xml-parser) [<img src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_92x26.png" alt="Stubmatic donate button"/>](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQJAX48SPUKNC) <a href="https://liberapay.com/amitgupta/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a> [![Known Vulnerabilities](https://snyk.io/test/github/naturalintelligence/fast-xml-parser/badge.svg)](https://snyk.io/test/github/naturalintelligence/fast-xml-parser) [![Travis ci Build Status](https://travis-ci.org/NaturalIntelligence/fast-xml-parser.svg?branch=master)](https://travis-ci.org/NaturalIntelligence/fast-xml-parser) [![Coverage Status](https://coveralls.io/repos/github/NaturalIntelligence/fast-xml-parser/badge.svg?branch=master)](https://coveralls.io/github/NaturalIntelligence/fast-xml-parser?branch=master) [<img src="https://img.shields.io/badge/Try-me-blue.svg?colorA=FFA500&colorB=0000FF" alt="Try me"/>](https://naturalintelligence.github.io/fast-xml-parser/) | ||
[![Code Climate](https://codeclimate.com/github/NaturalIntelligence/fast-xml-parser/badges/gpa.svg)](https://codeclimate.com/github/NaturalIntelligence/fast-xml-parser) | ||
[<img src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_92x26.png" alt="Stubmatic donate button"/>](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQJAX48SPUKNC) | ||
<a href="https://liberapay.com/amitgupta/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a> | ||
[![Known Vulnerabilities](https://snyk.io/test/github/naturalintelligence/fast-xml-parser/badge.svg)](https://snyk.io/test/github/naturalintelligence/fast-xml-parser) | ||
[![NPM quality][quality-image]][quality-url] | ||
[![Travis ci Build Status](https://travis-ci.org/NaturalIntelligence/fast-xml-parser.svg?branch=master)](https://travis-ci.org/NaturalIntelligence/fast-xml-parser) | ||
[![Coverage Status](https://coveralls.io/repos/github/NaturalIntelligence/fast-xml-parser/badge.svg?branch=master)](https://coveralls.io/github/NaturalIntelligence/fast-xml-parser?branch=master) | ||
[<img src="https://img.shields.io/badge/Try-me-blue.svg?colorA=FFA500&colorB=0000FF" alt="Try me"/>](https://naturalintelligence.github.io/fast-xml-parser/) | ||
[![bitHound Dev Dependencies](https://www.bithound.io/github/NaturalIntelligence/fast-xml-parser/badges/devDependencies.svg)](https://www.bithound.io/github/NaturalIntelligence/fast-xml-parser/master/dependencies/npm) | ||
[![bitHound Overall Score](https://www.bithound.io/github/NaturalIntelligence/fast-xml-parser/badges/score.svg)](https://www.bithound.io/github/NaturalIntelligence/fast-xml-parser) [![NPM total downloads](https://img.shields.io/npm/dt/fast-xml-parser.svg)](https://npm.im/fast-xml-parser) | ||
[![bitHound Overall Score](https://www.bithound.io/github/NaturalIntelligence/fast-xml-parser/badges/score.svg)](https://www.bithound.io/github/NaturalIntelligence/fast-xml-parser) | ||
[![NPM total downloads](https://img.shields.io/npm/dt/fast-xml-parser.svg)](https://npm.im/fast-xml-parser) | ||
[quality-image]: http://npm.packagequality.com/shield/fast-xml-parser.svg?style=flat-square | ||
[quality-url]: http://packagequality.com/#?package=fast-xml-parser | ||
<a href="https://opencollective.com/fast-xml-parser/donate" target="_blank"> | ||
@@ -16,0 +27,0 @@ <img src="https://opencollective.com/fast-xml-parser/donate/button@2x.png?color=blue" width=300 /> |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
139
3
195819
1
14
531
1