react-imask
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"homepage": "https://unmanner.github.io/imaskjs/", | ||
@@ -21,4 +21,4 @@ "description": "React input mask", | ||
"dependencies": { | ||
"imask": "^5.1.5", | ||
"prop-types": "^15.6.0" | ||
"imask": "^5.1.6", | ||
"prop-types": "^15.7.2" | ||
}, | ||
@@ -31,3 +31,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "277c4b076395dbfedb4c740b601bf737b662ddd2" | ||
"gitHead": "6ee2986e44766c3369d3fe5dca15bec93df25b9b" | ||
} |
@@ -15,3 +15,3 @@ # React IMask Plugin | ||
<IMaskInput | ||
mask=Number | ||
mask={Number} | ||
radix="." | ||
@@ -18,0 +18,0 @@ value="123" |
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
28099
Updatedimask@^5.1.6
Updatedprop-types@^15.7.2