Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

rc-input-number

Package Overview
Dependencies
10
Maintainers
7
Versions
216
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.2 to 7.0.3

4

es/utils/MiniDecimal.js

@@ -262,2 +262,6 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";

export function toFixed(numStr, separatorStr, precision) {
if (numStr === '') {
return '';
}
var _trimNumber2 = trimNumber(numStr),

@@ -264,0 +268,0 @@ negativeStr = _trimNumber2.negativeStr,

@@ -279,2 +279,6 @@ "use strict";

function toFixed(numStr, separatorStr, precision) {
if (numStr === '') {
return '';
}
var _trimNumber2 = (0, _numberUtil.trimNumber)(numStr),

@@ -281,0 +285,0 @@ negativeStr = _trimNumber2.negativeStr,

2

package.json
{
"name": "rc-input-number",
"version": "7.0.2",
"version": "7.0.3",
"description": "React input-number component",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc