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

@react-stately/tree

Package Overview
Dependencies
Maintainers
2
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/tree - npm Package Compare versions

Comparing version 3.0.0-nightly.981 to 3.0.0-nightly.985

2

dist/main.js

@@ -132,3 +132,3 @@ var {

expandedKeys
})); // Reset focused key if that item is deleted from the collection.
}), null, [expandedKeys]); // Reset focused key if that item is deleted from the collection.

@@ -135,0 +135,0 @@ useEffect(() => {

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

expandedKeys
})); // Reset focused key if that item is deleted from the collection.
}), null, [expandedKeys]); // Reset focused key if that item is deleted from the collection.

@@ -121,0 +121,0 @@ useEffect(() => {

{
"name": "@react-stately/tree",
"version": "3.0.0-nightly.981+e066b675",
"version": "3.0.0-nightly.985+887fff79",
"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.981+e066b675",
"@react-stately/selection": "3.0.0-nightly.981+e066b675",
"@react-stately/utils": "3.0.0-nightly.981+e066b675",
"@react-types/shared": "3.0.0-nightly.981+e066b675"
"@react-stately/collections": "3.0.0-nightly.985+887fff79",
"@react-stately/selection": "3.0.0-nightly.985+887fff79",
"@react-stately/utils": "3.0.0-nightly.985+887fff79",
"@react-types/shared": "3.0.0-nightly.985+887fff79"
},

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

},
"gitHead": "e066b675c123776d4cac96595143b6d3a96f8fc6"
"gitHead": "887fff79e8f33c0f8953dc38955419feddd56b6a"
}

@@ -54,3 +54,3 @@ /*

let tree = useCollection(props, nodes => new TreeCollection(nodes, {expandedKeys}));
let tree = useCollection(props, nodes => new TreeCollection(nodes, {expandedKeys}), null, [expandedKeys]);

@@ -57,0 +57,0 @@ // Reset focused key if that item is deleted from the collection.

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