Comparing version 0.21.20 to 0.21.21
@@ -1854,3 +1854,4 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
props.dataset = {} | ||
props.dataset[key.slice(5)] = props[key] | ||
props.dataset[key.slice(5).toLowerCase().replace(/-[a-zA-Z]/g, | ||
(dashLetter) => dashLetter.charAt(1).toUpperCase())] = props[key] | ||
delete props[key] | ||
@@ -1857,0 +1858,0 @@ } |
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.20", | ||
"version": "0.21.21", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
978587
12133