Socket
Socket
Sign inDemoInstall

rc-input-number

Package Overview
Dependencies
Maintainers
3
Versions
217
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.9 to 2.5.10

2

lib/InputNumber.js

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

if (stepString.indexOf('e-') >= 0) {
return parseInt(stepString.slice(stepString.indexOf('-e')), 10);
return parseInt(stepString.slice(stepString.indexOf('e-')), 10);
}

@@ -180,0 +180,0 @@ var precision = 0;

{
"name": "rc-input-number",
"version": "2.5.9",
"version": "2.5.10",
"description": "input-number ui component for react",

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

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