Socket
Socket
Sign inDemoInstall

react-pivottable-secondary

Package Overview
Dependencies
24
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

2

package.json
{
"name": "react-pivottable-secondary",
"version": "0.0.11",
"version": "0.0.12",
"description": "A React-based pivot table secondary",

@@ -5,0 +5,0 @@ "main": "PivotTableUI.js",

@@ -230,3 +230,4 @@ 'use strict';

{ key: '' + c + j },
j === 0 && rowAttrs.length !== 0 && _react2.default.createElement('th', { colSpan: rowAttrs.length, rowSpan: colAttrs.length - 1 }) || rowAttrs.length !== 0 && rowAttrs.map(function (r, i) {
rowAttrs.length === 0 && colKeys.length === 0 && _react2.default.createElement('th', { colSpan: rowAttrs.length, rowSpan: colAttrs.length - 1 }) || null,
j === 0 && rowAttrs.length !== 0 && _react2.default.createElement('th', { colSpan: rowAttrs.length, rowSpan: colAttrs.length - 1 }) || rowAttrs.length !== 0 && j === colAttrs.length - 1 && rowAttrs.map(function (r, i) {
return _react2.default.createElement(

@@ -233,0 +234,0 @@ 'th',

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc