jsonml-to-react-element
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -43,3 +43,3 @@ 'use strict'; | ||
exports.sanitizeUrl = function sanitizeUrl(url) { | ||
return url.replace(/^\s*(javascript|vbscript):/i, ''); | ||
return url ? url.replace(/^\s*(javascript|vbscript):/i, '') : url; | ||
}; | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "jsonml-to-react-element", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "To convert JsonML to React element. ", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21087
0