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
2
Versions
338
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.203 to 0.0.204

10

commandtypes.d.ts

@@ -59,2 +59,3 @@ import { SerializedFieldTypeDefinition } from './core/data/fieldtypedefinition/fieldtypedefinition';

FindAvailableSpace = "fas",
FireBeaconEvent = "fbe",
GetOAuthClientId = "goci",

@@ -287,2 +288,6 @@ GetConnectedLines = "gcl",

};
[CommandName.FireBeaconEvent]: {
query: FireBeaconEventQuery;
result: FireBeaconEventResult;
};
[CommandName.GetOAuthClientId]: {

@@ -962,2 +967,7 @@ query: GetOAuthClientIdQuery;

};
export type FireBeaconEventQuery = {
/** the beacon event to be sent */
'e': string;
};
export type FireBeaconEventResult = void;
export type AnimateViewportQuery = {

@@ -964,0 +974,0 @@ /** ID of the page to view */

1

commandtypes.js

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

["fas" /* CommandName.FindAvailableSpace */, 'FindAvailableSpace'],
["fbe" /* CommandName.FireBeaconEvent */, 'FireBeaconEvent'],
["goci" /* CommandName.GetOAuthClientId */, 'GetOAuthClientId'],

@@ -39,0 +40,0 @@ ["gcl" /* CommandName.GetConnectedLines */, 'GetConnectedLines'],

2

package.json
{
"name": "lucid-extension-sdk",
"version": "0.0.203",
"version": "0.0.204",
"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