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
13
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 2.0.0 to 2.0.1

2

crawler.js

@@ -105,3 +105,3 @@ "use strict";

this.pointerGraph.addDependency(parentPointer, targetPointer);
if (this.jsonPointer && pointerStack.length === 0) {
if (this.jsonPointer) {
pointerStack.push(targetPointer);

@@ -108,0 +108,0 @@ this.computeGraph(lodash_1.get(this._runner.source, targetPath), targetPath, targetPointer, pointerStack);

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

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

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