New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@rc-component/select

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rc-component/select - npm Package Compare versions

Comparing version
1.6.13
to
1.6.14
+2
-1
es/SelectInput/index.js

@@ -103,3 +103,4 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

},
nativeElement: rootRef.current
// Use getDOM to handle nested nativeElement structure (e.g., when RootComponent is antd Input)
nativeElement: getDOM(rootRef.current)
};

@@ -106,0 +107,0 @@ });

@@ -112,3 +112,4 @@ "use strict";

},
nativeElement: rootRef.current
// Use getDOM to handle nested nativeElement structure (e.g., when RootComponent is antd Input)
nativeElement: (0, _findDOMNode.getDOM)(rootRef.current)
};

@@ -115,0 +116,0 @@ });

{
"name": "@rc-component/select",
"version": "1.6.13",
"version": "1.6.14",
"description": "React Select",

@@ -5,0 +5,0 @@ "engines": {