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

m-numberpicker

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-numberpicker - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -76,2 +76,3 @@ 'use strict';

var disabled = _props.disabled;
var readOnly = _props.readOnly;

@@ -96,2 +97,3 @@

disabled: disabled,
readOnly: readOnly,
autoFocus: autoFocus,

@@ -222,2 +224,3 @@ onBlur: this.onBlur,

disabled: _react.PropTypes.bool,
readOnly: _react.PropTypes.bool,
autoFocus: _react.PropTypes.bool

@@ -232,2 +235,3 @@ };

disabled: false,
readOnly: false,
autoFocus: false,

@@ -234,0 +238,0 @@ onChange: function onChange() {}

2

package.json
{
"name": "m-numberpicker",
"version": "1.0.1",
"version": "1.0.2",
"description": "m-numberpicker 数字选择器",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,2 +22,3 @@ # numberpicker 数字选择器

| disabled | 禁用 | Boolean | false |
| readOnly | 不可手动输入,仅可通过加减按钮增减数值 | Boolean | false |
| autoFocus | 自动获得焦点 | Boolean | false |

@@ -24,0 +25,0 @@ | onChange | 变化回调 | Function | `function() {}` |

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