Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@radix-ui/react-dialog

Package Overview
Dependencies
36
Maintainers
6
Versions
222
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5-rc.1 to 1.0.5-rc.2

6

dist/index.d.ts

@@ -21,5 +21,9 @@ import * as React from "react";

type PortalProps = React.ComponentPropsWithoutRef<typeof _Portal1>;
export interface DialogPortalProps extends Omit<PortalProps, 'asChild'> {
export interface DialogPortalProps {
children?: React.ReactNode;
/**
* Specify a container element to portal the content into.
*/
container?: PortalProps['container'];
/**
* Used to force mounting when more control is needed. Useful when

@@ -26,0 +30,0 @@ * controlling animation with React animation libraries.

6

package.json
{
"name": "@radix-ui/react-dialog",
"version": "1.0.5-rc.1",
"version": "1.0.5-rc.2",
"license": "MIT",

@@ -35,7 +35,7 @@ "exports": {

"@radix-ui/react-context": "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",
"@radix-ui/react-focus-scope": "1.0.3",
"@radix-ui/react-id": "1.0.1",
"@radix-ui/react-portal": "1.0.3",
"@radix-ui/react-portal": "1.0.4-rc.1",
"@radix-ui/react-presence": "1.0.1",

@@ -42,0 +42,0 @@ "@radix-ui/react-primitive": "1.0.3",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc