Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "pxr", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "HTML transformation library built on top of HTMLParser2, used by Compoxure.", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"lint": "jshint .", | ||
"test": "istanbul cover _mocha -- --exit -R spec tests/*.js && istanbul check-coverage" | ||
"test": "istanbul cover _mocha -- --exit -R spec tests/*.js && istanbul check-coverage", | ||
"validate": "npm ls" | ||
}, | ||
@@ -26,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"async": "^3.2.5", | ||
"handlebars": "^4.1.2", | ||
"htmlparser2": "^3.7.3", | ||
"htmlparser2": "^9.1.0", | ||
"kbn-handlebars": "^1.0.0", | ||
@@ -34,8 +35,8 @@ "lodash": "~4.17.11" | ||
"devDependencies": { | ||
"cheerio": "^0.22.0", | ||
"cheerio": "^1.0.0-rc.12", | ||
"expect.js": "~0.3.1", | ||
"istanbul": "^0.4.5", | ||
"jshint": "^2.5.6", | ||
"mocha": "^5.2.0", | ||
"precommit-hook": "^1.0.7" | ||
"mocha": "^10.4.0", | ||
"precommit-hook": "^3.0.0" | ||
}, | ||
@@ -52,2 +53,2 @@ "pre-commit": [ | ||
} | ||
} | ||
} |
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
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
548168
0
+ Addedasync@3.2.6(transitive)
+ Addeddom-serializer@2.0.0(transitive)
+ Addeddomhandler@5.0.3(transitive)
+ Addeddomutils@3.2.2(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedhtmlparser2@9.1.0(transitive)
- Removedasync@0.9.2(transitive)
- Removeddom-serializer@0.2.2(transitive)
- Removeddomelementtype@1.3.1(transitive)
- Removeddomhandler@2.4.2(transitive)
- Removeddomutils@1.7.0(transitive)
- Removedentities@1.1.22.2.0(transitive)
- Removedhtmlparser2@3.10.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedasync@^3.2.5
Updatedhtmlparser2@^9.1.0