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
318
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.288 to 0.0.291

6

dataconnector/datasourceupdatetypes.d.ts

@@ -75,6 +75,6 @@ import { SemanticCollection } from '../core/data/datasource/semanticcollection';

rekeyingMap?: Map<string, string | null> | undefined;
fieldNamesChanged?: Map<string, string> | undefined;
fieldNamesChanged?: Map<string, string | null> | undefined;
errors?: Map<string, SerializedLucidDictionary> | undefined;
private readonly _brand;
constructor(items: Map<string, SerializedFields>, rekeyingMap?: Map<string, string | null> | undefined, fieldNamesChanged?: Map<string, string> | undefined, errors?: Map<string, SerializedLucidDictionary> | undefined);
constructor(items: Map<string, SerializedFields>, rekeyingMap?: Map<string, string | null> | undefined, fieldNamesChanged?: Map<string, string | null> | undefined, errors?: Map<string, SerializedLucidDictionary> | undefined);
}

@@ -99,3 +99,3 @@ export type ItemsPatch = {

'rekeyingMap'?: Record<string, string | null>;
'fieldNamesChanged'?: Record<string, string>;
'fieldNamesChanged'?: Record<string, string | null>;
'errors'?: Record<string, SerializedLucidDictionary>;

@@ -102,0 +102,0 @@ };

{
"name": "lucid-extension-sdk",
"version": "0.0.288",
"version": "0.0.291",
"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