Socket
Socket
Sign inDemoInstall

nuke-input

Package Overview
Dependencies
Maintainers
4
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 2.0.3 to 2.0.4

4

HISTORY.md
# Changelog
## 2.0.4 / 2018-04-09
* [[9b92c174](http://gitlab.alibaba-inc.com/nuke/input/commit/9b92c174c45c7cf9d7337a4ad7953783c4c4b4fe)] - `fix` fix border type statement
## 2.0.3 / 2018-04-03

@@ -5,0 +9,0 @@

2

lib/styles/variable.js

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

* border
* @property namespace statement
* @property namespace size/border
*/

@@ -49,0 +49,0 @@ 'line-width': core['line-1'],

{
"name": "nuke-input",
"version": "2.0.3",
"version": "2.0.4",
"description": "输入框",

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

@@ -16,5 +16,2 @@ /** @jsx createElement */

const isAndroid = appInfo.platform.toLowerCase() === 'android';
// const isAndroid = true;
const App = class NukeDemoIndex extends Component {

@@ -44,3 +41,2 @@ constructor() {

commonConfigs={{ fixedFont: true }}
androidConfigs={{ materialDesign: isAndroid, rippleEnabled: false }}
style={decodeVar(this.props.variable)}

@@ -56,3 +52,2 @@ >

renderClear
disabled
type="text"

@@ -59,0 +54,0 @@ placeholder="Ender Voucher Code"

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