cable_ready
Advanced tools
Comparing version 4.0.7 to 4.0.8
@@ -25,5 +25,4 @@ import morphdom from 'morphdom' | ||
if (fromEl.isEqualNode(toEl)) return false | ||
if (permanentAttributeName && fromEl.closest(`[${permanentAttributeName}]`)) | ||
return false | ||
return true | ||
if (!permanentAttributeName) return true | ||
return !fromEl.closest(`[${permanentAttributeName}]`) | ||
} | ||
@@ -30,0 +29,0 @@ |
{ | ||
"name": "cable_ready", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"main": "./cable_ready.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
6731
159