New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ka-table

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ka-table - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

4

package.json
{
"name": "ka-table",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"repository": "github:komarovalexander/ka-table",
"homepage": "http://ka-table.com",
"homepage": "https://komarovalexander.github.io/ka-table/#/overview",
"scripts": {

@@ -8,0 +8,0 @@ "start": "react-scripts start",

@@ -23,3 +23,3 @@ export var getVirtualized = function (virtualScrolling, data) {

else {
beginHeight = acc - itemHeight;
beginHeight = acc + itemHeight;
}

@@ -26,0 +26,0 @@ return acc + itemHeight;

@@ -25,3 +25,3 @@ import { VirtualScrolling } from '../Models/VirtualScrolling';

} else {
beginHeight = acc - itemHeight;
beginHeight = acc + itemHeight;
}

@@ -28,0 +28,0 @@ return acc + itemHeight;

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