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.268 to 0.0.269

4

dataconnector/datasourceclient.js

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

const upstreamconfig_1 = require("../core/data/datasource/upstreamconfig");
const upstreampatchtype_1 = require("../core/data/datasource/upstreampatchtype");
const upstreamupdatetype_1 = require("../core/data/datasource/upstreamupdatetype");

@@ -30,3 +29,2 @@ const result_1 = require("../core/result");

formatBody({ dataSourceName, collections, updateFilterType, dataSourceConfiguration }) {
var _a;
const updateData = {};

@@ -40,3 +38,3 @@ for (const collectionId in collections) {

updateType: upstreamupdatetype_1.UpstreamUpdateType.EVENTPULL,
patchType: (_a = dataSourceConfiguration === null || dataSourceConfiguration === void 0 ? void 0 : dataSourceConfiguration.patchType) !== null && _a !== void 0 ? _a : upstreampatchtype_1.UpstreamPatchType.AUTO,
patchType: dataSourceConfiguration === null || dataSourceConfiguration === void 0 ? void 0 : dataSourceConfiguration.patchType,
sourceConfig: Object.assign({}, updateFilterTypeObj),

@@ -43,0 +41,0 @@ };

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