Comparing version 2.1.3 to 2.1.4
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54943