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
869
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.5-nightly.2784 to 3.1.5-nightly.2785

3

dist/main.js

@@ -1643,3 +1643,4 @@ var _babelRuntimeHelpersExtends = $parcel$interopDefault(require("@babel/runtime/helpers/extends"));

if (!cur.rect.pointEquals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) {
if ( // Uses equals rather than pointEquals so that width/height changes are taken into account
!cur.rect.equals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) {
return true;

@@ -1646,0 +1647,0 @@ }

@@ -1616,3 +1616,4 @@ import _babelRuntimeHelpersEsmExtends from "@babel/runtime/helpers/esm/extends";

if (!cur.rect.pointEquals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) {
if ( // Uses equals rather than pointEquals so that width/height changes are taken into account
!cur.rect.equals(layoutInfo.rect) || cur.opacity !== layoutInfo.opacity || cur.transform !== layoutInfo.transform) {
return true;

@@ -1619,0 +1620,0 @@ }

{
"name": "@react-stately/virtualizer",
"version": "3.1.5-nightly.2784+6924b49d7",
"version": "3.1.5-nightly.2785+4ffc6447a",
"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.1099+6924b49d7",
"@react-types/shared": "3.0.0-nightly.1099+6924b49d7"
"@react-aria/utils": "3.0.0-nightly.1100+4ffc6447a",
"@react-types/shared": "3.0.0-nightly.1100+4ffc6447a"
},

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

},
"gitHead": "6924b49d773d8d276ded1bf21dcb0af37e700cfb"
"gitHead": "4ffc6447a8f8b22e316383997e1d0b31d8602a56"
}

@@ -870,3 +870,4 @@ /*

if (
!cur.rect.pointEquals(layoutInfo.rect) ||
// Uses equals rather than pointEquals so that width/height changes are taken into account
!cur.rect.equals(layoutInfo.rect) ||
cur.opacity !== layoutInfo.opacity ||

@@ -873,0 +874,0 @@ cur.transform !== layoutInfo.transform

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