🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@adaptabletools/adaptable-plugin-nocode-aggrid

Package Overview
Dependencies
Maintainers
5
Versions
527
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adaptabletools/adaptable-plugin-nocode-aggrid - npm Package Compare versions

Comparing version
22.0.1
to
22.0.2
+1
-1
package.json
{
"name": "@adaptabletools/adaptable-plugin-nocode-aggrid",
"version": "22.0.1",
"version": "22.0.2",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "http://www.adaptabletools.com/",

@@ -1,2 +0,2 @@

import { AdaptableOptions, AdaptablePlugin, AgGridConfig } from '@adaptabletools/adaptable';
import { AdaptableOptions, AdaptablePlugin, AgGridConfig } from '@adaptabletools/adaptable/types';
export declare const readJSONFile: (file: File, toJSON?: (str: string) => Promise<any> | any) => Promise<unknown>;

@@ -3,0 +3,0 @@ export declare const readExcelFile: (file: File) => Promise<any>;

import { read as XLSXRead, utils as XLSXUtils } from 'xlsx';
import { AdaptablePlugin, AdaptableNoCodeWizard, } from '@adaptabletools/adaptable';
import { AdaptablePlugin } from '@adaptabletools/adaptable/types';
import { AdaptableNoCodeWizard } from '@adaptabletools/adaptable/agGrid';
import packageJson from '../package.json';

@@ -71,3 +72,3 @@ import adaptableCorePackageJson from '@adaptabletools/adaptable/package.json';

if (theme) {
document.documentElement.classList.add(`ab--theme-${theme}`);
document.documentElement.classList.add(`ab--theme-${theme}`, `infinite-theme-mode--${theme}`);
}

@@ -74,0 +75,0 @@ let isJSON;