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

@react-aria/collections

Package Overview
Dependencies
Maintainers
0
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/collections - npm Package Compare versions

Comparing version 3.0.0-nightly-9b3385ac6-250228 to 3.0.0-nightly-9bd8a5f19-250304

2

dist/BaseCollection.main.js

@@ -156,3 +156,3 @@

// to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection
filter(filterFn) {
UNSTABLE_filter(filterFn) {
let newCollection = new $499e2959ba1abacc$export$408d25a4e12db025();

@@ -159,0 +159,0 @@ // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and

@@ -149,3 +149,3 @@ /*

// to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection
filter(filterFn) {
UNSTABLE_filter(filterFn) {
let newCollection = new $23b9f4fcf0fe224b$export$408d25a4e12db025();

@@ -152,0 +152,0 @@ // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and

@@ -47,3 +47,3 @@ import { Collection as _Collection1, Key, Node } from "@react-types/shared";

commit(firstKey: Key | null, lastKey: Key | null, isSSR?: boolean): void;
filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T>;
UNSTABLE_filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T>;
}

@@ -50,0 +50,0 @@ export interface CachedChildrenOptions<T> {

{
"name": "@react-aria/collections",
"version": "3.0.0-nightly-9b3385ac6-250228",
"version": "3.0.0-nightly-9bd8a5f19-250304",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-aria/interactions": "3.0.0-nightly-9b3385ac6-250228",
"@react-aria/ssr": "3.0.0-nightly-9b3385ac6-250228",
"@react-aria/utils": "3.0.0-nightly-9b3385ac6-250228",
"@react-types/shared": "3.0.0-nightly-9b3385ac6-250228",
"@react-aria/interactions": "3.0.0-nightly-9bd8a5f19-250304",
"@react-aria/ssr": "3.0.0-nightly-9bd8a5f19-250304",
"@react-aria/utils": "3.0.0-nightly-9bd8a5f19-250304",
"@react-types/shared": "3.0.0-nightly-9bd8a5f19-250304",
"@swc/helpers": "^0.5.0",

@@ -31,0 +31,0 @@ "use-sync-external-store": "^1.4.0"

@@ -220,3 +220,3 @@ /*

// to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection
filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T> {
UNSTABLE_filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T> {
let newCollection = new BaseCollection<T>();

@@ -223,0 +223,0 @@ // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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