Socket
Socket
Sign inDemoInstall

@react-aria/utils

Package Overview
Dependencies
Maintainers
2
Versions
793
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/utils - npm Package Compare versions

Comparing version 3.0.0-nightly-9421c1409-240923 to 3.0.0-nightly-987f174ba-241015

3

dist/useLoadMore.main.js

@@ -63,3 +63,4 @@ var $2a8c0bb1629926c8$exports = require("./useEvent.main.js");

props,
ref
ref,
items
]);

@@ -66,0 +67,0 @@ // TODO: maybe this should still just return scroll props?

@@ -57,3 +57,4 @@ import {useEvent as $e9faafb641e167db$export$90fc3a17d93f704c} from "./useEvent.module.js";

props,
ref
ref,
items
]);

@@ -60,0 +61,0 @@ // TODO: maybe this should still just return scroll props?

{
"name": "@react-aria/utils",
"version": "3.0.0-nightly-9421c1409-240923",
"version": "3.0.0-nightly-987f174ba-241015",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-aria/ssr": "^3.0.0-nightly-9421c1409-240923",
"@react-stately/utils": "^3.0.0-nightly-9421c1409-240923",
"@react-types/shared": "^3.0.0-nightly-9421c1409-240923",
"@react-aria/ssr": "^3.0.0-nightly-987f174ba-241015",
"@react-stately/utils": "^3.0.0-nightly-987f174ba-241015",
"@react-types/shared": "^3.0.0-nightly-987f174ba-241015",
"@swc/helpers": "^0.5.0",

@@ -38,3 +38,3 @@ "clsx": "^2.0.0"

},
"stableVersion": "3.25.2"
"stableVersion": "3.25.3"
}

@@ -76,3 +76,3 @@ /*

lastItems.current = items;
}, [isLoading, onLoadMore, props, ref]);
}, [isLoading, onLoadMore, props, ref, items]);

@@ -79,0 +79,0 @@ // TODO: maybe this should still just return scroll props?

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