autonumeric
Advanced tools
Comparing version 4.5.5 to 4.5.6
{ | ||
"name": "autonumeric", | ||
"version": "4.5.5", | ||
"version": "4.5.6", | ||
"description": "autoNumeric is a standalone Javascript library that provides live *as-you-type* formatting for international numbers and currencies. It supports most international numeric formats and currencies including those used in Europe, Asia, and North and South America.", | ||
@@ -5,0 +5,0 @@ "main": "dist/autoNumeric.js", |
@@ -402,3 +402,8 @@ /** | ||
case 'Decimal': | ||
result = AutoNumericEnum.keyName.NumpadDot; | ||
if (event.char) { | ||
// this fixes #602 | ||
result = event.char; | ||
} else { | ||
result = AutoNumericEnum.keyName.NumpadDot; | ||
} | ||
break; | ||
@@ -405,0 +410,0 @@ case 'Del': |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
25616
1147
2
3536891
27