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

@react-stately/list

Package Overview
Dependencies
Maintainers
1
Versions
795
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/list - npm Package Compare versions

Comparing version 3.2.1-nightly.2367 to 3.2.1-nightly.2371

2

dist/main.js

@@ -179,3 +179,3 @@ var {

}));
let selectedItem = selectedKey ? collection.getItem(selectedKey) : null;
let selectedItem = selectedKey != null ? collection.getItem(selectedKey) : null;
return {

@@ -182,0 +182,0 @@ collection,

@@ -158,3 +158,3 @@ import { useControlledState } from "@react-stately/utils";

}));
let selectedItem = selectedKey ? collection.getItem(selectedKey) : null;
let selectedItem = selectedKey != null ? collection.getItem(selectedKey) : null;
return {

@@ -161,0 +161,0 @@ collection,

{
"name": "@react-stately/list",
"version": "3.2.1-nightly.2367+49ce1408",
"version": "3.2.1-nightly.2371+9d3b925e",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-stately/collections": "3.0.0-nightly.689+49ce1408",
"@react-stately/selection": "3.0.0-nightly.689+49ce1408",
"@react-stately/utils": "3.0.0-nightly.689+49ce1408",
"@react-types/shared": "3.0.0-nightly.689+49ce1408"
"@react-stately/collections": "3.0.0-nightly.693+9d3b925e",
"@react-stately/selection": "3.0.0-nightly.693+9d3b925e",
"@react-stately/utils": "3.0.0-nightly.693+9d3b925e",
"@react-types/shared": "3.0.0-nightly.693+9d3b925e"
},

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

},
"gitHead": "49ce1408c9ebdc554886d22d5544718d22e61516"
"gitHead": "9d3b925ee5bbea9d63db95a53a32d03e9a1a686e"
}

@@ -59,3 +59,3 @@ /*

let selectedItem = selectedKey
let selectedItem = selectedKey != null
? collection.getItem(selectedKey)

@@ -62,0 +62,0 @@ : null;

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