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
6
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.5.8-beta2 to 0.5.8

3

build/Select2.js

@@ -74,3 +74,4 @@ 'use strict';

ref: function ref(c) {
_this2.rcSelect = c;_this2.props.rcRef(c);
_this2.rcSelect = c;
_this2.props.rcRef(c);
},

@@ -77,0 +78,0 @@ className: className,

{
"name": "uxcore-select2",
"version": "0.5.8-beta2",
"version": "0.5.8",
"description": "select ui component for react",

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

@@ -31,3 +31,6 @@ import RcSelect from 'rc-select';

{...this.props}
ref={(c) => {this.rcSelect = c; this.props.rcRef(c)}}
ref={(c) => {
this.rcSelect = c;
this.props.rcRef(c)
}}
className={className}

@@ -34,0 +37,0 @@ dropdownClassName={dropdownClassName}

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