react-number-format
Advanced tools
Comparing version 4.5.4 to 4.5.5
/** | ||
* react-number-format - 4.5.4 | ||
* react-number-format - 4.5.5 | ||
* Author : Sudhanshu Yadav | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2021 to Sudhanshu Yadav, released under the MIT license. |
/** | ||
* react-number-format - 4.5.4 | ||
* react-number-format - 4.5.5 | ||
* Author : Sudhanshu Yadav | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2021 to Sudhanshu Yadav, released under the MIT license. |
/** | ||
* react-number-format - 4.5.4 | ||
* react-number-format - 4.5.5 | ||
* Author : Sudhanshu Yadav | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2021 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.5.4", | ||
"version": "4.5.5", | ||
"main": "dist/react-number-format.cjs.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/react-number-format.es.js", |
@@ -31,3 +31,3 @@ /// <reference types="react" /> | ||
thousandSeparator?: boolean | string; | ||
decimalSeparator?: boolean | string; | ||
decimalSeparator?: string; | ||
thousandsGroupStyle?: 'thousand' | 'lakh' | 'wan'; | ||
@@ -34,0 +34,0 @@ decimalScale?: number; |
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
246055