Comparing version 1.0.2 to 1.0.3
@@ -44,3 +44,3 @@ 'use strict'; | ||
prop = parts[1]; | ||
prop = decodeURIComponent(prop.slice(1)); | ||
prop = decodeURIComponent(prop.slice(1)).split('+').join(' '); | ||
} | ||
@@ -47,0 +47,0 @@ if (prop.startsWith('/')) prop = prop.slice(1); |
{ | ||
"name": "reftools", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utility functions to deal with references in objects", | ||
@@ -40,8 +40,8 @@ "main": "lib/recurse.js", | ||
"istanbul": "^0.4.5", | ||
"js-yaml": "^3.10.0", | ||
"js-yaml": "^3.12.0", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1", | ||
"nyc": "^13.1.0", | ||
"should": "^13.2.1" | ||
}, | ||
"gitHead": "2c7b4adab95e59ce48d202756d9ab0b7530cb5d3" | ||
"gitHead": "4862e159745d6ca06044bc3ebabe57a2ad8b7152" | ||
} |
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
32884