@json-schema-tools/dereferencer
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -79,3 +79,3 @@ "use strict"; | ||
"Found an improperly formatted $ref in schema. $ref must be a string", | ||
"schema in question: " + fast_safe_stringify_1.default(s), | ||
"schema in question: ".concat((0, fast_safe_stringify_1.default)(s)), | ||
].join("\n"); | ||
@@ -207,3 +207,3 @@ } | ||
else { | ||
traverse_1.default(this.schema, function (s) { | ||
(0, traverse_1.default)(this.schema, function (s) { | ||
if (s === true || s === false) { | ||
@@ -238,3 +238,3 @@ return s; | ||
var refs = []; | ||
traverse_1.default(this.schema, function (s) { | ||
(0, traverse_1.default)(this.schema, function (s) { | ||
if (s === true || s === false) { | ||
@@ -241,0 +241,0 @@ return s; |
{ | ||
"name": "@json-schema-tools/dereferencer", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "Dereference (aka parse refs) from JSON Schemas", | ||
@@ -31,18 +31,18 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@json-schema-tools/meta-schema": "^1.6.18", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^15.12.2", | ||
"@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.26.1", | ||
"eslint": "^7.28.0", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.3.0", | ||
"typedoc": "^0.21.0", | ||
"typescript": "4.3.4" | ||
"@json-schema-tools/meta-schema": "^1.7.0", | ||
"@types/jest": "^29.1.1", | ||
"@types/node": "^18.8.2", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@typescript-eslint/parser": "^5.39.0", | ||
"eslint": "^8.24.0", | ||
"jest": "^29.1.2", | ||
"ts-jest": "^29.0.3", | ||
"typedoc": "^0.23.15", | ||
"typescript": "^4.8.4" | ||
}, | ||
"dependencies": { | ||
"@json-schema-tools/reference-resolver": "^1.2.4", | ||
"@json-schema-tools/traverse": "^1.7.8", | ||
"fast-safe-stringify": "^2.0.7" | ||
"@json-schema-tools/reference-resolver": "^1.2.5", | ||
"@json-schema-tools/traverse": "^1.10.0", | ||
"fast-safe-stringify": "^2.1.1" | ||
} | ||
} |
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
30462