@apidevtools/json-schema-ref-parser
Advanced tools
Comparing version 9.0.0 to 9.0.1
"use strict"; | ||
const YAML = require("../util/yaml"); | ||
const { ParserError } = require("../util/errors"); | ||
const yaml = require("js-yaml"); | ||
@@ -48,3 +48,3 @@ module.exports = { | ||
try { | ||
return YAML.parse(data); | ||
return yaml.safeLoad(data); | ||
} | ||
@@ -51,0 +51,0 @@ catch (e) { |
{ | ||
"name": "@apidevtools/json-schema-ref-parser", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
145011
24
3037