Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-input-number

Package Overview
Dependencies
Maintainers
3
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-input-number - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

lib/InputNumber.js

@@ -171,3 +171,3 @@ 'use strict';

var precision = this.getPrecision();
return Number(num).toFixed(precision);
return Number(Number(num).toFixed(precision));
},

@@ -174,0 +174,0 @@

{
"name": "rc-input-number",
"version": "2.5.0",
"version": "2.5.1",
"description": "input-number ui component for react",

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

@@ -96,3 +96,3 @@ # rc-input-number

<td>step</td>
<td>Number</td>
<td>Number or String</td>
<td>1</td>

@@ -99,0 +99,0 @@ <td>Specifies the legal number intervals</td>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc