awesome-mask
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -33,2 +33,6 @@ 'use strict'; | ||
}, 0); | ||
var inputEvent = new Event('input'); | ||
ev.target.dispatchEvent(inputEvent); | ||
var changeEvent = new Event('change'); | ||
ev.target.dispatchEvent(changeEvent); | ||
}; |
{ | ||
"name": "awesome-mask", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "An awesome mask directive for Vue.js using vanilla-masker from `https://github.com/BankFacil/vanilla-masker`", | ||
@@ -5,0 +5,0 @@ "main": "index.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
6652
78