Socket
Socket
Sign inDemoInstall

@radix-ui/react-direction

Package Overview
Dependencies
0
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

2

dist/index.d.ts
import * as React from 'react';
declare type Direction = 'ltr' | 'rtl';
type Direction = 'ltr' | 'rtl';
interface DirectionProviderProps {

@@ -5,0 +5,0 @@ children?: React.ReactNode;

{
"name": "@radix-ui/react-direction",
"version": "1.1.0-rc.3",
"version": "1.1.0-rc.4",
"license": "MIT",

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

"@types/react": "*",
"react": "^16.8 || ^17.0 || ^18.0"
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
},

@@ -35,0 +35,0 @@ "peerDependenciesMeta": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc