Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lucid-extension-sdk

Package Overview
Dependencies
Maintainers
0
Versions
327
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.357 to 0.0.358

6

core/validators/validators.js

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

return (subject, invalidElements, level = 0) => {
var _a;
if (!(0, checks_1.isArray)(subject)) {

@@ -85,3 +86,6 @@ return false;

});
invalidElements === null || invalidElements === void 0 ? void 0 : invalidElements.set(level, invalidList);
if ((0, checks_1.isMap)(invalidElements)) {
const prevInvalidList = (_a = invalidElements.get(level)) !== null && _a !== void 0 ? _a : [];
invalidElements.set(level, prevInvalidList.concat(invalidList));
}
return valid;

@@ -88,0 +92,0 @@ };

2

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