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

@react-stately/virtualizer

Package Overview
Dependencies
Maintainers
2
Versions
874
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/virtualizer - npm Package Compare versions

Comparing version 3.1.3-nightly.2595 to 3.1.3-nightly.2600

2

dist/main.js

@@ -1340,3 +1340,3 @@ var {

let finalAnchor = ((_context$transaction = context.transaction) == null ? void 0 : _context$transaction.animated) ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key);
let finalAnchor = (_context$transaction = context.transaction) != null && _context$transaction.animated ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key);

@@ -1343,0 +1343,0 @@ if (finalAnchor) {

@@ -1318,3 +1318,3 @@ import { useLayoutEffect } from "@react-aria/utils";

let finalAnchor = ((_context$transaction = context.transaction) == null ? void 0 : _context$transaction.animated) ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key);
let finalAnchor = (_context$transaction = context.transaction) != null && _context$transaction.animated ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key);

@@ -1321,0 +1321,0 @@ if (finalAnchor) {

{
"name": "@react-stately/virtualizer",
"version": "3.1.3-nightly.2595+0707851b",
"version": "3.1.3-nightly.2600+3f4563ab",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-aria/utils": "3.0.0-nightly.917+0707851b",
"@react-types/shared": "3.0.0-nightly.917+0707851b"
"@react-aria/utils": "3.0.0-nightly.922+3f4563ab",
"@react-types/shared": "3.0.0-nightly.922+3f4563ab"
},

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

},
"gitHead": "0707851bbff541c10e21c5b1c5fe10afb08f3301"
"gitHead": "3f4563ab05cde3d73dc222da1b9af2fc707358c8"
}

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