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

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.1.3 to 2.1.4

4

index.js

@@ -172,3 +172,3 @@ /*

if (!isType(refValue, 'Undefined')) {
refDetails.value = clone(refValue);
refDetails.value = refValue;
}

@@ -1220,3 +1220,3 @@

try {
refDetails.value = clone(findValue(allRefs.documents[ancestorPtr], pathFromPtr(refDetails.uri)));
refDetails.value = findValue(allRefs.documents[ancestorPtr], pathFromPtr(refDetails.uri));

@@ -1223,0 +1223,0 @@ // Delete helper property

{
"name": "json-refs",
"version": "2.1.3",
"version": "2.1.4",
"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