react-number-format
Advanced tools
Comparing version 4.0.1 to 4.0.2
/** | ||
* react-number-format - 4.0.1 | ||
* react-number-format - 4.0.2 | ||
* Author : Sudhanshu Yadav | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2018 to Sudhanshu Yadav, released under the MIT license. |
/** | ||
* react-number-format - 4.0.1 | ||
* react-number-format - 4.0.2 | ||
* Author : Sudhanshu Yadav | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2018 to Sudhanshu Yadav, released under the MIT license. |
/** | ||
* react-number-format - 4.0.1 | ||
* react-number-format - 4.0.2 | ||
* Author : Sudhanshu Yadav | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2018 to Sudhanshu Yadav, released under the MIT license. |
{ | ||
"name": "react-number-format", | ||
"description": "React component to format number in an input or as a text.", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/number_format.js", | ||
@@ -6,0 +6,0 @@ "author": "Sudhanshu Yadav", |
@@ -48,6 +48,3 @@ /// <reference types="react" /> | ||
allowEmptyFormatting?: boolean; | ||
onValueChange?: ( | ||
values: NumberFormatValues, | ||
e: SyntheticInputEvent | ||
) => void; | ||
onValueChange?: (values: NumberFormatValues) => void; | ||
/** | ||
@@ -54,0 +51,0 @@ * these are already included in React.HTMLAttributes<HTMLInputElement> |
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
524898
4035