New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uxcore-select2

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uxcore-select2 - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

.travis.yml

2

demo/Select2Demo.js

@@ -125,3 +125,3 @@ let Select = require('../src');

<p>多选:</p>
<Select multiple style={{width:400}} defaultValue={['a10', 'c12']} onChange={me.handleChange.bind(me)} allowClear={true}>
<Select multiple style={{width:400}} defaultValue={['a10', 'c12']} placeholder="输入" onChange={me.handleChange.bind(me)} allowClear={true}>
{children}

@@ -128,0 +128,0 @@ </Select>

@@ -5,2 +5,6 @@ # History

## 0.3.4
`FIXED` placeholder style bug in multiple mode
## 0.3.3

@@ -7,0 +11,0 @@

{
"name": "uxcore-select2",
"version": "0.3.3",
"version": "0.3.4",
"description": "select ui component for react",

@@ -9,2 +9,3 @@ "main": "build/index.js",

"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",

@@ -14,3 +15,8 @@ "test": "uxcore-tools run test",

"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep"
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update"
},

@@ -30,5 +36,6 @@ "repository": "https://github.com/uxcore/uxcore-select2.git",

"es5-shim": "^4.5.8",
"jquery": "~1.12.4",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x",

@@ -35,0 +42,0 @@ "uxcore-kuma": "2.x",

Sorry, the diff of this file is not supported yet

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