You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@radix-ui/react-direction

Package Overview
Dependencies
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1

dist/index.d.ts
import * as React from "react";
type Direction = 'ltr' | 'rtl';
interface DirectionProviderProps {
children?: React.ReactNode;
dir: Direction;

@@ -5,0 +6,0 @@ }

4

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

@@ -19,3 +19,3 @@ "source": "src/index.ts",

"peerDependencies": {
"react": "^16.8 || ^17.0"
"react": "^16.8 || ^17.0 || ^18.0"
},

@@ -22,0 +22,0 @@ "homepage": "https://radix-ui.com/primitives",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc