@riotjs/dom-bindings
Advanced tools
Comparing version 4.6.2 to 4.6.3
@@ -1061,3 +1061,9 @@ /** | ||
// handle boolean attributes | ||
if (isBoolean(value) || isObject(value) || isFunction(value)) { | ||
if ( | ||
!HTMLElement.prototype[name] && ( | ||
isBoolean(value) || | ||
isObject(value) || | ||
isFunction(value) | ||
) | ||
) { | ||
node[name] = value; | ||
@@ -1064,0 +1070,0 @@ } |
@@ -1067,3 +1067,9 @@ (function (global, factory) { | ||
// handle boolean attributes | ||
if (isBoolean(value) || isObject(value) || isFunction(value)) { | ||
if ( | ||
!HTMLElement.prototype[name] && ( | ||
isBoolean(value) || | ||
isObject(value) || | ||
isFunction(value) | ||
) | ||
) { | ||
node[name] = value; | ||
@@ -1070,0 +1076,0 @@ } |
{ | ||
"name": "@riotjs/dom-bindings", | ||
"version": "4.6.2", | ||
"version": "4.6.3", | ||
"description": "Riot.js DOM bindings", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd.dom-bindings.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
114878
3271