Huge News!Announcing our $40M Series B led by Abstract Ventures.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 8.7.0 to 8.7.1

2

package.json
{
"name": "ka-table",
"version": "8.7.0",
"version": "8.7.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "github:komarovalexander/ka-table",

@@ -5,2 +5,3 @@ import * as kaColumnUtils from './Utils/ColumnUtils';

import * as kaTypeUtils from './Utils/TypeUtils';
export { kaColumnUtils, kaDateUtils, kaPropsUtils, kaTypeUtils, };
import * as kaPagingUtils from './Utils/PagingUtils';
export { kaColumnUtils, kaDateUtils, kaPropsUtils, kaTypeUtils, kaPagingUtils };

@@ -26,3 +26,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.kaTypeUtils = exports.kaPropsUtils = exports.kaDateUtils = exports.kaColumnUtils = void 0;
exports.kaPagingUtils = exports.kaTypeUtils = exports.kaPropsUtils = exports.kaDateUtils = exports.kaColumnUtils = void 0;
var kaColumnUtils = __importStar(require("./Utils/ColumnUtils"));

@@ -36,1 +36,3 @@ exports.kaColumnUtils = kaColumnUtils;

exports.kaTypeUtils = kaTypeUtils;
var kaPagingUtils = __importStar(require("./Utils/PagingUtils"));
exports.kaPagingUtils = kaPagingUtils;
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