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

active-table-dev

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

active-table-dev - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

@@ -82,2 +82,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

this.rowDropdown = { displaySettings: { isAvailable: true, openMethod: { cellClick: true } } };
this.files = { buttons: [{ export: { type: 'xls' } }] };
// setting header to true if above is undefined and vertical overflow is present

@@ -84,0 +85,0 @@ // (using object to be able to set values without re-rendering the component)

@@ -11,3 +11,4 @@ export class SheetJSInternalUtils {

try {
xlsxModule = await import('xlsx');
await import('https://cdn.sheetjs.com/xlsx-0.19.3/package/dist/xlsx.full.min.js');
xlsxModule = window.XLSX;
}

@@ -14,0 +15,0 @@ catch (err) {

{
"name": "active-table-dev",
"version": "0.1.11",
"version": "0.1.12",
"description": "Framework agnostic table component for editable data experience",

@@ -5,0 +5,0 @@ "main": "./dist/activeTable.js",

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet