Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-select

Package Overview
Dependencies
Maintainers
9
Versions
469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-select - npm Package Compare versions

Comparing version 14.13.4 to 14.14.0

1

es/BaseSelect/index.d.ts

@@ -23,2 +23,3 @@ import type { AlignType, BuildInPlacements } from '@rc-component/trigger/lib/interface';

scrollTo: ScrollTo;
nativeElement: HTMLElement;
}

@@ -25,0 +26,0 @@ export interface BaseSelectPrivateProps {

3

es/BaseSelect/index.js

@@ -129,3 +129,4 @@ import _extends from "@babel/runtime/helpers/esm/extends";

return (_listRef$current = listRef.current) === null || _listRef$current === void 0 ? void 0 : _listRef$current.scrollTo(arg);
}
},
nativeElement: containerRef.current || selectorDomRef.current
};

@@ -132,0 +133,0 @@ });

@@ -23,2 +23,3 @@ import type { AlignType, BuildInPlacements } from '@rc-component/trigger/lib/interface';

scrollTo: ScrollTo;
nativeElement: HTMLElement;
}

@@ -25,0 +26,0 @@ export interface BaseSelectPrivateProps {

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

return (_listRef$current = listRef.current) === null || _listRef$current === void 0 ? void 0 : _listRef$current.scrollTo(arg);
}
},
nativeElement: containerRef.current || selectorDomRef.current
};

@@ -142,0 +143,0 @@ });

{
"name": "rc-select",
"version": "14.13.4",
"version": "14.14.0",
"description": "React Select",

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

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