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

@react-types/shared

Package Overview
Dependencies
Maintainers
2
Versions
822
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/shared - npm Package Compare versions

Comparing version 3.0.0-nightly-25f304dea-241008 to 3.0.0-nightly-3f67667d5-241110

2

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly-25f304dea-241008",
"version": "3.0.0-nightly-3f67667d5-241110",
"description": "Spectrum UI components in React",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -90,5 +90,5 @@ /*

/** The key of the column to sort by. */
column?: Key,
column: Key,
/** The direction to sort by. */
direction?: SortDirection
direction: SortDirection
}

@@ -95,0 +95,0 @@

@@ -271,3 +271,3 @@ /*

export type DragPreviewRenderer = (items: DragItem[], callback: (node: HTMLElement) => void) => void;
export type DragPreviewRenderer = (items: DragItem[], callback: (node: HTMLElement | null) => void) => void;

@@ -274,0 +274,0 @@ export interface DraggableCollectionProps {

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