Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lucid-extension-sdk

Package Overview
Dependencies
Maintainers
2
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucid-extension-sdk - npm Package Compare versions

Comparing version 0.0.262 to 0.0.263

6

core/data/datasource/datasourcetype.d.ts
/** @ignore until spreadsheet integration is ready for launch (CHART-51946) */
export declare enum DataSourceType {
GoogleSheets = 0,
CSV = 1,
Excel = 2,
DeprecatedGoogleSheets = 0,
DeprecatedCSV = 1,
DeprecatedExcel = 2,
Salesforce = 3,

@@ -7,0 +7,0 @@ Generator = 4,

@@ -7,5 +7,5 @@ "use strict";

(function (DataSourceType) {
DataSourceType[DataSourceType["GoogleSheets"] = 0] = "GoogleSheets";
DataSourceType[DataSourceType["CSV"] = 1] = "CSV";
DataSourceType[DataSourceType["Excel"] = 2] = "Excel";
DataSourceType[DataSourceType["DeprecatedGoogleSheets"] = 0] = "DeprecatedGoogleSheets";
DataSourceType[DataSourceType["DeprecatedCSV"] = 1] = "DeprecatedCSV";
DataSourceType[DataSourceType["DeprecatedExcel"] = 2] = "DeprecatedExcel";
DataSourceType[DataSourceType["Salesforce"] = 3] = "Salesforce";

@@ -12,0 +12,0 @@ DataSourceType[DataSourceType["Generator"] = 4] = "Generator";

{
"name": "lucid-extension-sdk",
"version": "0.0.262",
"version": "0.0.263",
"description": "Utility classes for writing Lucid Software editor extensions",

@@ -5,0 +5,0 @@ "main": "index.js",

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