Socket
Socket
Sign inDemoInstall

@react-stately/table

Package Overview
Dependencies
Maintainers
2
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/table - npm Package Compare versions

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

4

dist/main.js

@@ -183,3 +183,3 @@ var _react2 = require("react");

if (opts == null ? void 0 : opts.showSelectionCheckboxes) {
if (opts != null && opts.showSelectionCheckboxes) {
let rowHeaderColumn = {

@@ -259,3 +259,3 @@ type: 'column',

if (this.rowHeaderColumnKeys.size === 0) {
this.rowHeaderColumnKeys.add(this.columns[(opts == null ? void 0 : opts.showSelectionCheckboxes) ? 1 : 0].key);
this.rowHeaderColumnKeys.add(this.columns[opts != null && opts.showSelectionCheckboxes ? 1 : 0].key);
}

@@ -262,0 +262,0 @@ }

@@ -162,3 +162,3 @@ import _react, { useMemo } from "react";

if (opts == null ? void 0 : opts.showSelectionCheckboxes) {
if (opts != null && opts.showSelectionCheckboxes) {
let rowHeaderColumn = {

@@ -238,3 +238,3 @@ type: 'column',

if (this.rowHeaderColumnKeys.size === 0) {
this.rowHeaderColumnKeys.add(this.columns[(opts == null ? void 0 : opts.showSelectionCheckboxes) ? 1 : 0].key);
this.rowHeaderColumnKeys.add(this.columns[opts != null && opts.showSelectionCheckboxes ? 1 : 0].key);
}

@@ -241,0 +241,0 @@ }

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

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

"@babel/runtime": "^7.6.2",
"@react-stately/collections": "3.0.0-nightly.917+0707851b",
"@react-stately/grid": "3.0.0-nightly.2595+0707851b",
"@react-types/grid": "3.0.0-nightly.2595+0707851b",
"@react-types/shared": "3.0.0-nightly.917+0707851b",
"@react-types/table": "3.0.0-nightly.2595+0707851b"
"@react-stately/collections": "3.0.0-nightly.922+3f4563ab",
"@react-stately/grid": "3.0.0-nightly.2600+3f4563ab",
"@react-types/grid": "3.0.0-nightly.2600+3f4563ab",
"@react-types/shared": "3.0.0-nightly.922+3f4563ab",
"@react-types/table": "3.0.0-nightly.2600+3f4563ab"
},

@@ -34,3 +34,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