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

rc-input-number

Package Overview
Dependencies
Maintainers
2
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.0.1 to 2.0.2

4

lib/InputNumber.js

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

className: prefixCls + '-handler ' + prefixCls + '-handler-up ' + upDisabledClass },
React.createElement('div', { unselectable: 'unselectable', className: prefixCls + '-handler-up-inner' })
React.createElement('a', { unselectable: 'unselectable', className: prefixCls + '-handler-up-inner', href: '#', onClick: preventDefault })
),

@@ -183,3 +183,3 @@ React.createElement(

className: prefixCls + '-handler ' + prefixCls + '-handler-down ' + downDisabledClass },
React.createElement('div', { unselectable: 'unselectable', className: prefixCls + '-handler-down-inner' })
React.createElement('a', { unselectable: 'unselectable', className: prefixCls + '-handler-down-inner', href: '#', onClick: preventDefault })
)

@@ -186,0 +186,0 @@ ),

{
"name": "rc-input-number",
"version": "2.0.1",
"version": "2.0.2",
"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