Socket
Socket
Sign inDemoInstall

@react-stately/selection

Package Overview
Dependencies
Maintainers
1
Versions
758
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.2 to 3.1.0

10

package.json
{
"name": "@react-stately/selection",
"version": "3.0.2",
"version": "3.1.0",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-stately/collections": "^3.0.2",
"@react-stately/utils": "^3.0.2",
"@react-types/shared": "^3.0.2"
"@react-stately/collections": "^3.1.0",
"@react-stately/utils": "^3.1.0",
"@react-types/shared": "^3.1.0"
},

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

},
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7"
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69"
}

@@ -24,3 +24,3 @@ /*

/** Sets the focused key. */
setFocusedKey(key: Key): void,
setFocusedKey(key: Key): void
}

@@ -60,3 +60,3 @@

/** Returns whether a key is selected. */
isSelected(key: Key): boolean
isSelected(key: Key): boolean,
/** Extends the selection to the given key. */

@@ -63,0 +63,0 @@ extendSelection(toKey: Key): void,

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