Socket
Socket
Sign inDemoInstall

@radix-ui/react-select

Package Overview
Dependencies
Maintainers
6
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-select - npm Package Compare versions

Comparing version 2.0.0-rc.3 to 2.0.0-rc.4

6

dist/index.d.ts

@@ -38,4 +38,8 @@ import * as React from "react";

type PortalProps = React.ComponentPropsWithoutRef<typeof _Portal1>;
export interface SelectPortalProps extends Omit<PortalProps, 'asChild'> {
export interface SelectPortalProps {
children?: React.ReactNode;
/**
* Specify a container element to portal the content into.
*/
container?: PortalProps['container'];
}

@@ -42,0 +46,0 @@ export const SelectPortal: React.FC<SelectPortalProps>;

6

package.json
{
"name": "@radix-ui/react-select",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"license": "MIT",

@@ -38,3 +38,3 @@ "exports": {

"@radix-ui/react-direction": "1.0.1",
"@radix-ui/react-dismissable-layer": "1.0.5-rc.1",
"@radix-ui/react-dismissable-layer": "1.0.5-rc.2",
"@radix-ui/react-focus-guards": "1.0.1",

@@ -44,3 +44,3 @@ "@radix-ui/react-focus-scope": "1.0.3",

"@radix-ui/react-popper": "1.1.2",
"@radix-ui/react-portal": "1.0.3",
"@radix-ui/react-portal": "1.0.4-rc.1",
"@radix-ui/react-primitive": "1.0.3",

@@ -47,0 +47,0 @@ "@radix-ui/react-slot": "1.0.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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