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.52 to 0.0.53

2

package.json
{
"name": "lucid-extension-sdk",
"version": "0.0.52",
"version": "0.0.53",
"description": "Utility classes for writing Lucid Software editor extensions",

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

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

export * from './core/cardintegration/cardintegration';
export * from './core/data/serializedfield/serializedfields';

@@ -26,2 +27,3 @@ export * from './core/dataerrortype';

export * from './document/shapedataproxy';
export * from './document/taskmanagementcardintegration';
export * from './editorclient';

@@ -28,0 +30,0 @@ export * from './math';

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./core/cardintegration/cardintegration"), exports);
__exportStar(require("./core/data/serializedfield/serializedfields"), exports);

@@ -43,2 +44,3 @@ __exportStar(require("./core/dataerrortype"), exports);

__exportStar(require("./document/shapedataproxy"), exports);
__exportStar(require("./document/taskmanagementcardintegration"), exports);
__exportStar(require("./editorclient"), exports);

@@ -45,0 +47,0 @@ __exportStar(require("./math"), exports);

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