raml-typesystem
Advanced tools
Comparing version 0.0.95 to 0.0.96
{ | ||
"ignore": [ | ||
"data-and-time", | ||
"mocha" | ||
"date-and-time", | ||
"mocha", | ||
"rimraf", | ||
"json-to-ast", | ||
"nyc" | ||
] | ||
} |
{ | ||
"name": "raml-typesystem", | ||
"version": "0.0.95", | ||
"version": "0.0.96", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
"test-cov": " ./node_modules/.bin/istanbul cover _mocha dist/tests/*Tests.js", | ||
"test-cov": "nyc mocha -R spec --bail dist/tests/*Tests.js", | ||
"test": "npm run test-cov", | ||
@@ -22,4 +22,4 @@ "noValidationBuild": "rimraf dist && tsc", | ||
"lrucache": "1.0.3", | ||
"underscore": "^1.9.2", | ||
"xml2js": "^0.4.22", | ||
"underscore": "^1.10.2", | ||
"xml2js": "^0.4.23", | ||
"xmldom-alpha": "^0.1.28" | ||
@@ -51,7 +51,7 @@ }, | ||
"@types/bignumber.js": "5.0.0", | ||
"@types/chai": "^4.2.4", | ||
"@types/chai": "^4.2.11", | ||
"@types/escape-html": "0.0.20", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.9.0", | ||
"@types/underscore": "^1.9.3", | ||
"@types/node": "^13.11.0", | ||
"@types/underscore": "^1.9.4", | ||
"@types/xml2js": "^0.4.5", | ||
@@ -62,10 +62,10 @@ "chai": "4.2.0", | ||
"gulp-mocha": "^7.0.2", | ||
"gulp-typedoc": "^2.2.4", | ||
"istanbul": "0.4.5", | ||
"gulp-typedoc": "^2.2.5", | ||
"json-loader": "0.5.7", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"rimraf": "*", | ||
"typedoc": "^0.16.11", | ||
"typescript": "3.3.3333" | ||
"typedoc": "^0.17.4", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
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
3908994
145
42124
Updatedunderscore@^1.10.2
Updatedxml2js@^0.4.23