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

@react-stately/selection

Package Overview
Dependencies
Maintainers
2
Versions
925
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/selection - npm Package Compare versions

Comparing version 3.0.0-nightly-835f0aa1b-250107 to 3.0.0-nightly-873f6fe9a-250125

1

dist/types.d.ts

@@ -94,2 +94,3 @@ import { Collection, DisabledBehavior, FocusStrategy, Key, LongPressEvent, Node, PressEvent, Selection, SelectionBehavior, SelectionMode, MultipleSelection, LayoutDelegate } from "@react-types/shared";

getItemProps(key: Key): any;
/** The collection of nodes that the selection manager handles. */
collection: Collection<Node<unknown>>;

@@ -96,0 +97,0 @@ }

8

package.json
{
"name": "@react-stately/selection",
"version": "3.0.0-nightly-835f0aa1b-250107",
"version": "3.0.0-nightly-873f6fe9a-250125",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-stately/collections": "3.0.0-nightly-835f0aa1b-250107",
"@react-stately/utils": "3.0.0-nightly-835f0aa1b-250107",
"@react-types/shared": "3.0.0-nightly-835f0aa1b-250107",
"@react-stately/collections": "3.0.0-nightly-873f6fe9a-250125",
"@react-stately/utils": "3.0.0-nightly-873f6fe9a-250125",
"@react-types/shared": "3.0.0-nightly-873f6fe9a-250125",
"@swc/helpers": "^0.5.0"

@@ -30,0 +30,0 @@ },

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

getItemProps(key: Key): any,
/** The collection of nodes that the selection manager handles. */
collection: Collection<Node<unknown>>
}

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