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 1.1.1 to 1.1.2

10

index.js

@@ -535,7 +535,2 @@ /*

// Record the parent
parents[remoteLocation] = {
ref: parentPtr
};
if (_.isError(response)) {

@@ -548,2 +543,7 @@ metadata[newParentPtr] = {

} else {
// Record the parent
parents[remoteLocation] = {
ref: parentPtr
};
// Resolve remote references

@@ -550,0 +550,0 @@ return resolveRemoteRefs(response, rOptions, newParentPtr, parents, metadata)

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

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

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