@exodus/schemasafe
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@exodus/schemasafe", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSON Safe Parser & Schema Validator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -87,3 +87,3 @@ 'use strict' | ||
const [main, hash = ''] = ptr.split('#') | ||
const local = decodeURI(hash).replace(/\/$/, '') | ||
const local = decodeURI(hash) | ||
@@ -90,0 +90,0 @@ // Find in self by id path |
Sorry, the diff of this file is too big to display
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
134964
2426