Socket
Socket
Sign inDemoInstall

@fluid-topics/ft-wc-utils

Package Overview
Dependencies
Maintainers
2
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-wc-utils - npm Package Compare versions

Comparing version 1.1.35 to 1.1.36

21

build/FtLitElement.js

@@ -45,11 +45,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

scheduleExportpartsUpdate() {
this[exportpartsDebouncer].run(() => {
var _b;
if ((_b = this.exportpartsPrefix) === null || _b === void 0 ? void 0 : _b.trim()) {
this.setExportpartsAttribute([this.exportpartsPrefix]);
}
else if (this.exportpartsPrefixes != null && this.exportpartsPrefixes.length > 0) {
this.setExportpartsAttribute(this.exportpartsPrefixes);
}
});
var _b, _c, _d;
if (((_b = this.exportpartsPrefix) === null || _b === void 0 ? void 0 : _b.trim()) || ((_d = (_c = this.exportpartsPrefixes) === null || _c === void 0 ? void 0 : _c.length) !== null && _d !== void 0 ? _d : 0 > 0)) {
this[exportpartsDebouncer].run(() => {
var _b, _c;
if ((_b = this.exportpartsPrefix) === null || _b === void 0 ? void 0 : _b.trim()) {
this.setExportpartsAttribute([this.exportpartsPrefix]);
}
else if (this.exportpartsPrefixes != null && ((_c = this.exportpartsPrefixes) === null || _c === void 0 ? void 0 : _c.length) > 0) {
this.setExportpartsAttribute(this.exportpartsPrefixes);
}
});
}
}

@@ -56,0 +59,0 @@ setExportpartsAttribute(prefixes) {

{
"name": "@fluid-topics/ft-wc-utils",
"version": "1.1.35",
"version": "1.1.36",
"description": "Internal web components tools",

@@ -26,3 +26,3 @@ "author": "Fluid Topics <devtopics@antidot.net>",

},
"gitHead": "f44f1bd5f035f2c52dd91ceed0b9c6bf06580b81"
"gitHead": "18df3483145165af9ce51db3f11be8aeb918ea40"
}

Sorry, the diff of this file is too big to display

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