Socket
Socket
Sign inDemoInstall

@apidevtools/json-schema-ref-parser

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apidevtools/json-schema-ref-parser - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

4

lib/parsers/yaml.js
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc