Socket
Socket
Sign inDemoInstall

nuke-input

Package Overview
Dependencies
Maintainers
3
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-input - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

HISTORY.md
# Changelog
## 0.3.2 / 2017-02-24
* [[fe5a0f6](http://gitlab.alibaba-inc.com/nuke/input/commit/fe5a0f6e40ceee1f390422a9118fab6ef0cf4ec8)] - `fix` bugfix
* [[7f4da30](http://gitlab.alibaba-inc.com/nuke/input/commit/7f4da308203e9c705528bb81fa54033f2461d1aa)] - `fix` fix auto focus bug
## 0.3.1 / 2017-02-20

@@ -5,0 +10,0 @@

4

lib/index.js

@@ -186,2 +186,6 @@ /** @jsx createElement */

}
// 绕过h5下 autofocus 默认值问题
if ('autofocus' in attrs && !attrs.autofocus) {
delete attrs.autofocus;
}

@@ -188,0 +192,0 @@ var inputElement = void 0;

2

package.json
{
"name": "nuke-input",
"version": "0.3.1",
"version": "0.3.2",
"description": "输入框",

@@ -5,0 +5,0 @@ "main": "lib/index",

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