Socket
Socket
Sign inDemoInstall

json-refs

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-refs - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

index.js

@@ -879,7 +879,7 @@ /*

remoteCache[location].refs = findRefs(res, cOptions);
// Filter out the references based on options.filter and options.subDocPath
cacheEntry.refs = filterRefs(options, remoteCache[location].refs);
}
// Filter out the references based on options.filter and options.subDocPath
cacheEntry.refs = filterRefs(options, remoteCache[location].refs);
return cacheEntry;

@@ -886,0 +886,0 @@ });

{
"name": "json-refs",
"version": "2.0.7",
"version": "2.0.8",
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,3 +24,2 @@ # json-refs

* API documentation can be found at <https://github.com/whitlockjc/json-refs/blob/master/docs/API.md>
* CLI can be found at <https://github.com/whitlockjc/json-refs/blob/master/docs/CLI.md>

@@ -27,0 +26,0 @@ ## Installation

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