raml-typesystem
Advanced tools
Comparing version 0.0.93 to 0.0.94
{ | ||
"name": "raml-typesystem", | ||
"version": "0.0.93", | ||
"version": "0.0.94", | ||
"main": "dist/src/index.js", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"bignumber.js": "9.0.0", | ||
"date-and-time": "0.7.0", | ||
"date-and-time": "^0.10.0", | ||
"escape-html": "1.0.3", | ||
@@ -24,3 +24,3 @@ "json-schema-compatibility": "1.1.0", | ||
"underscore": "1.9.1", | ||
"xml2js": "0.4.19", | ||
"xml2js": "^0.4.22", | ||
"xmldom": "0.1.27" | ||
@@ -51,20 +51,20 @@ }, | ||
"devDependencies": { | ||
"@types/chai": "4.1.7", | ||
"@types/bignumber.js": "5.0.0", | ||
"@types/chai": "^4.2.4", | ||
"@types/escape-html": "0.0.20", | ||
"@types/node": "12.0.10", | ||
"@types/xml2js": "0.4.4", | ||
"@types/underscore": "1.9.1", | ||
"@types/mocha": "5.2.7", | ||
"@types/bignumber.js": "5.0.0", | ||
"@types/node": "^12.11.6", | ||
"@types/underscore": "^1.9.3", | ||
"@types/xml2js": "^0.4.5", | ||
"chai": "4.2.0", | ||
"dev-env-installer": "0.0.14", | ||
"gulp": "4.0.2", | ||
"gulp-typedoc": "2.2.2", | ||
"istanbul": "0.4.5", | ||
"mocha": "6.1.4", | ||
"typedoc": "0.14.2", | ||
"typescript": "3.3.3333", | ||
"dev-env-installer": "0.0.14", | ||
"json-loader": "0.5.7", | ||
"rimraf": "*" | ||
"mocha": "^6.2.2", | ||
"rimraf": "*", | ||
"typedoc": "^0.15.0", | ||
"typescript": "3.3.3333" | ||
} | ||
} |
@@ -19,3 +19,4 @@ { | ||
"build" : "npm run build", | ||
"gitUrl" : "https://github.com/dreamflyer/raml-xml-validation.git" | ||
"gitUrl" : "https://github.com/dreamflyer/raml-xml-validation.git", | ||
"gitBranch" : "0.0.15" | ||
}, | ||
@@ -22,0 +23,0 @@ "raml-json-validation" : { |
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
2064586
42115
+ Addeddate-and-time@0.10.0(transitive)
+ Addedxml2js@0.4.23(transitive)
+ Addedxmlbuilder@11.0.1(transitive)
- Removeddate-and-time@0.7.0(transitive)
- Removedxml2js@0.4.19(transitive)
- Removedxmlbuilder@9.0.7(transitive)
Updateddate-and-time@^0.10.0
Updatedxml2js@^0.4.22