New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/layout

Package Overview
Dependencies
Maintainers
2
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/layout - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-nightly-016590a4a-250131

13

package.json
{
"name": "@react-types/layout",
"version": "3.0.0-alpha.1",
"version": "3.0.0-nightly-016590a4a-250131",
"description": "Spectrum UI components in React",

@@ -9,14 +9,13 @@ "license": "Apache-2.0",

"type": "git",
"url": "https://github.com/adobe-private/react-spectrum-v3"
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-types/shared": "^3.0.0-rc.2"
"@react-types/shared": "3.0.0-nightly-016590a4a-250131"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "207e6ee9076905c96638a7f81a367758872e1410"
}
}
}
# @react-types/layout
This package is part of [react-spectrum](https://github.com/adobe-private/react-spectrum-v3). See the repo for more details.
This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details.

@@ -14,3 +14,3 @@ /*

import {DOMProps, FlexStyleProps} from '@react-types/shared';
import {ReactElement} from 'react';
import {ReactNode} from 'react';

@@ -20,3 +20,4 @@ export type Slots = {[key: string]: any};

export interface FlexProps extends DOMProps, FlexStyleProps {
children: ReactElement | ReactElement[]
/** Children of the flex container. */
children: ReactNode
}

@@ -17,3 +17,4 @@ /*

export interface GridProps extends DOMProps, GridStyleProps {
/** Children of the grid container. */
children: ReactNode
}
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