raml-typesystem
Advanced tools
Comparing version 0.0.94 to 0.0.95
@@ -6,3 +6,3 @@ "use strict"; | ||
var jsonUtil = require("./jsonUtil"); | ||
var DOMParser = require('xmldom').DOMParser; | ||
var DOMParser = require('xmldom-alpha').DOMParser; | ||
var ts = require("./typesystem"); | ||
@@ -9,0 +9,0 @@ var typesystem_1 = require("./typesystem"); |
{ | ||
"name": "raml-typesystem", | ||
"version": "0.0.94", | ||
"version": "0.0.95", | ||
"main": "dist/src/index.js", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"bignumber.js": "9.0.0", | ||
"date-and-time": "^0.10.0", | ||
"date-and-time": "^0.11.1", | ||
"escape-html": "1.0.3", | ||
@@ -23,5 +23,5 @@ "json-schema-compatibility": "1.1.0", | ||
"lrucache": "1.0.3", | ||
"underscore": "1.9.1", | ||
"underscore": "^1.9.2", | ||
"xml2js": "^0.4.22", | ||
"xmldom": "0.1.27" | ||
"xmldom-alpha": "^0.1.28" | ||
}, | ||
@@ -54,4 +54,4 @@ "optionalDependencies": { | ||
"@types/escape-html": "0.0.20", | ||
"@types/mocha": "5.2.7", | ||
"@types/node": "^12.11.6", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.9.0", | ||
"@types/underscore": "^1.9.3", | ||
@@ -62,3 +62,4 @@ "@types/xml2js": "^0.4.5", | ||
"gulp": "4.0.2", | ||
"gulp-typedoc": "2.2.2", | ||
"gulp-mocha": "^7.0.2", | ||
"gulp-typedoc": "^2.2.4", | ||
"istanbul": "0.4.5", | ||
@@ -68,5 +69,5 @@ "json-loader": "0.5.7", | ||
"rimraf": "*", | ||
"typedoc": "^0.15.0", | ||
"typedoc": "^0.16.11", | ||
"typescript": "3.3.3333" | ||
} | ||
} |
@@ -14,3 +14,3 @@ import {XMLSchemaReference} from "raml-xml-validation"; | ||
var DOMParser = require('xmldom').DOMParser; | ||
var DOMParser = require('xmldom-alpha').DOMParser; | ||
import ts = require("./typesystem"); | ||
@@ -17,0 +17,0 @@ import {messageRegistry} from "./typesystem"; |
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
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
2064691
142
42121
18
+ Addedxmldom-alpha@^0.1.28
+ Addeddate-and-time@0.11.1(transitive)
+ Addedunderscore@1.13.7(transitive)
+ Addedxmldom-alpha@0.1.28(transitive)
- Removedxmldom@0.1.27
- Removeddate-and-time@0.10.0(transitive)
- Removedunderscore@1.9.1(transitive)
- Removedxmldom@0.1.27(transitive)
Updateddate-and-time@^0.11.1
Updatedunderscore@^1.9.2