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
862
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.4 to 3.1.5-nightly.2715

2

dist/main.js

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

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);

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

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

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);

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

{
"name": "@react-stately/virtualizer",
"version": "3.1.4",
"version": "3.1.5-nightly.2715+513469950",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-aria/utils": "^3.8.0",
"@react-types/shared": "^3.6.0"
"@react-aria/utils": "3.0.0-nightly.1030+513469950",
"@react-types/shared": "3.0.0-nightly.1030+513469950"
},

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

},
"gitHead": "3aae08e7d8a75382bedcddac7c86107e40db9296"
"gitHead": "5134699501b1c1495e26477b7869d12b4d5f589b"
}

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