Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stoplight/json-ref-resolver

Package Overview
Dependencies
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/json-ref-resolver - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "@stoplight/json-ref-resolver",
"version": "1.2.1",
"version": "1.2.2",
"description": "Recursively resolve JSON pointers and remote authorities.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,5 +15,4 @@ "use strict";

exports.defaultGetRef = (key, val) => {
if (val && typeof val === 'object' && val.$ref) {
if (val && typeof val === 'object' && typeof val.$ref === 'string')
return val.$ref;
}
return;

@@ -20,0 +19,0 @@ };

Sorry, the diff of this file is not supported yet

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