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.270 to 0.0.271

1

dataconnector/actions/action.d.ts

@@ -103,2 +103,3 @@ import { DataUpdateFilterType } from '../../data/dataupdatefiltertype';

getChange(collections?: PatchChangeCollection[]): PatchChange;
toJSON(): object;
}

@@ -105,0 +106,0 @@ /**

@@ -93,2 +93,13 @@ "use strict";

}
toJSON() {
return {
'Id': this.id,
'ItemsAdded': this.itemsAdded,
'ItemsChanged': this.itemsChanged,
'ItemsDeleted': this.itemsDeleted,
'ItemOrderChanged': this.itemOrderChanged,
'SyncSourceId': this.syncSourceId,
'SyncCollectionId': this.syncCollectionId,
};
}
}

@@ -95,0 +106,0 @@ exports.Patch = Patch;

2

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