Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/layout

Package Overview
Dependencies
Maintainers
1
Versions
835
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-rc.0

6

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

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "^3.0.0-rc.2"
"@react-types/shared": "3.0.0-rc.3"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "207e6ee9076905c96638a7f81a367758872e1410"
"gitHead": "461d6321126ae9b4f1508aa912f7b36bf8a603f8"
}

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

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

@@ -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