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

lucid-extension-sdk

Package Overview
Dependencies
Maintainers
0
Versions
344
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

to
0.0.375

3

core/data/fieldspecification.d.ts
import { FieldConstraintDefinition } from '../../data/schemadefinition';
import { CollectionEnumFieldType } from './fieldtypedefinition/collectionenumfieldtype';
import { DeserializedMapEnumFieldType } from './fieldtypedefinition/deserializedmapenumfieldtype';
import { FieldTypeArray } from './fieldtypedefinition/fieldtypearray';

@@ -12,3 +13,3 @@ import { FieldTypeDefinition } from './fieldtypedefinition/fieldtypedefinition';

isDateOnly: true;
} : X extends CollectionEnumFieldType ? string : X extends readonly [infer Inner, ...infer Others] ? TsTypeOf<Inner> | TsTypeOf<Others> : never;
} : X extends CollectionEnumFieldType ? string : X extends DeserializedMapEnumFieldType ? string : X extends readonly [infer Inner, ...infer Others] ? TsTypeOf<Inner> | TsTypeOf<Others> : never;
/**

@@ -15,0 +16,0 @@ * Specifies all the fields that this itegration will be sending to the data-sync service.

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

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