fontoxpath
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -281,3 +281,5 @@ | ||
createAttributeNS(namespaceURI: string, name: string): Attr; | ||
createCDATASection(contents: string): CDATASection; | ||
createComment(contents: string): Comment; | ||
createDocument(): Document; | ||
createElementNS(namespaceURI: string, name: string): Element; | ||
@@ -284,0 +286,0 @@ createProcessingInstruction(target: string, data: string): ProcessingInstruction; |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "fontoxpath", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "A minimalistic XPath 3.1 engine in JavaScript", | ||
@@ -60,6 +60,6 @@ "main": "dist/fontoxpath.js", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.0.18", | ||
"@microsoft/api-extractor": "^7.0.23", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.26", | ||
"@types/node": "^11.9.4", | ||
"@types/node-static": "^0.7.2", | ||
@@ -72,10 +72,9 @@ "@types/sinon": "^7.0.5", | ||
"fs-extra": "^7.0.1", | ||
"google-closure-compiler": "^20190121.0.0", | ||
"istanbul": "^0.4.5", | ||
"google-closure-compiler": "^20190301.0.0", | ||
"mocha": "^5.2.0", | ||
"node-static": "^0.7.11", | ||
"nyc": "^13.2.0", | ||
"nyc": "^13.3.0", | ||
"pegjs": "^0.10.0", | ||
"prettier": "^1.16.4", | ||
"sinon": "^7.2.3", | ||
"sinon": "^7.2.7", | ||
"sinon-chai": "^3.3.0", | ||
@@ -82,0 +81,0 @@ "slimdom": "^2.2.1", |
@@ -0,0 +0,0 @@ # fontoxpath [](https://travis-ci.org/FontoXML/fontoxpath) [](https://david-dm.org/FontoXML/fontoxpath#info=devDependencies) [](http://badge.fury.io/js/fontoxpath) [](https://greenkeeper.io/) [](https://packagephobia.now.sh/result?p=fontoxpath) [](https://coveralls.io/github/FontoXML/fontoxpath?branch=master) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
901832
30
1799