cable_ready
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -25,4 +25,4 @@ import morphdom from 'morphdom' | ||
if (fromEl.isEqualNode(toEl)) return false | ||
if (!permanentAttributeName) return false | ||
if (fromEl.closest(`[${permanentAttributeName}]`)) return false | ||
if (permanentAttributeName && fromEl.closest(`[${permanentAttributeName}]`)) | ||
return false | ||
return true | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "cable_ready", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"main": "./cable_ready.js", | ||
"scripts": { | ||
"prettier-check": "yarn run prettier-standard --check ./cable_ready.js" | ||
"prettier-standard-check": "yarn run prettier-standard --check ./cable_ready.js" | ||
}, | ||
@@ -8,0 +8,0 @@ "repository": { |
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
6742