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

@react-aria/grid

Package Overview
Dependencies
Maintainers
2
Versions
801
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/grid - npm Package Compare versions

Comparing version 3.2.1-nightly.3100 to 3.2.1-nightly.3103

2

dist/types.d.ts

@@ -78,3 +78,3 @@ import { Direction, KeyboardDelegate, Node, AriaLabelingProps, DOMProps } from "@react-types/shared";

export function useGrid<T>(props: GridProps, state: GridState<T, GridCollection<T>>, ref: RefObject<HTMLElement>): GridAria;
interface GridRowGroupAria {
export interface GridRowGroupAria {
/** Props for the row group element. */

@@ -81,0 +81,0 @@ rowGroupProps: HTMLAttributes<HTMLElement>;

{
"name": "@react-aria/grid",
"version": "3.2.1-nightly.3100+da2aa7467",
"version": "3.2.1-nightly.3103+08e1121ec",
"description": "Spectrum UI components in React",

@@ -21,14 +21,14 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.1409+da2aa7467",
"@react-aria/i18n": "3.0.0-nightly.1409+da2aa7467",
"@react-aria/interactions": "3.0.0-nightly.1409+da2aa7467",
"@react-aria/live-announcer": "3.0.0-nightly.1409+da2aa7467",
"@react-aria/selection": "3.0.0-nightly.1409+da2aa7467",
"@react-aria/utils": "3.0.0-nightly.1409+da2aa7467",
"@react-stately/grid": "3.1.1-nightly.3100+da2aa7467",
"@react-stately/selection": "3.0.0-nightly.1409+da2aa7467",
"@react-stately/virtualizer": "3.1.7-nightly.3100+da2aa7467",
"@react-types/checkbox": "3.0.0-nightly.1409+da2aa7467",
"@react-types/grid": "3.0.1-nightly.3100+da2aa7467",
"@react-types/shared": "3.0.0-nightly.1409+da2aa7467"
"@react-aria/focus": "3.0.0-nightly.1412+08e1121ec",
"@react-aria/i18n": "3.0.0-nightly.1412+08e1121ec",
"@react-aria/interactions": "3.0.0-nightly.1412+08e1121ec",
"@react-aria/live-announcer": "3.0.0-nightly.1412+08e1121ec",
"@react-aria/selection": "3.0.0-nightly.1412+08e1121ec",
"@react-aria/utils": "3.0.0-nightly.1412+08e1121ec",
"@react-stately/grid": "3.1.1-nightly.3103+08e1121ec",
"@react-stately/selection": "3.0.0-nightly.1412+08e1121ec",
"@react-stately/virtualizer": "3.1.7-nightly.3103+08e1121ec",
"@react-types/checkbox": "3.0.0-nightly.1412+08e1121ec",
"@react-types/grid": "3.0.1-nightly.3103+08e1121ec",
"@react-types/shared": "3.0.0-nightly.1412+08e1121ec"
},

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

},
"gitHead": "da2aa74670fbd93335ff01401ca53826b3602777"
"gitHead": "08e1121ec5be4c5fc2777a98b22a5fdee507f816"
}

@@ -15,3 +15,3 @@ /*

interface GridRowGroupAria {
export interface GridRowGroupAria {
/** Props for the row group element. */

@@ -18,0 +18,0 @@ rowGroupProps: HTMLAttributes<HTMLElement>

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc