Socket
Socket
Sign inDemoInstall

ipppm-pivot

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipppm-pivot - npm Package Compare versions

Comparing version 6.9.12 to 6.9.13

2

package.json
{
"name": "ipppm-pivot",
"version": "6.9.12",
"version": "6.9.13",
"description": "A fast, lightweight, opinionated table and datagrid built on React",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -109,2 +109,3 @@ import React, { Component } from 'react'

fixedColumnCount,
isCenterTable,
onCountPerPage,

@@ -1609,2 +1610,3 @@ headerRowCount,

const tableHeight = height - (height - tHeaderHeight - tFootHeight - scrollBarWidth - tBodyHeight);
const marginTop = isCenterTable && (height / 2 - tableHeight / 2);

@@ -1627,3 +1629,4 @@ return (<ScrollSync>

height: tableHeight,
width
width,
marginTop
}}

@@ -1630,0 +1633,0 @@ {...tableProps.rest}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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