New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@luigi-project/client

Package Overview
Dependencies
Maintainers
2
Versions
1473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luigi-project/client - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1-dev.202103252158

12

luigi-element.js

@@ -39,7 +39,3 @@ /**

};
if (
this.luigiConfig &&
this.luigiConfig.styleSources &&
this.luigiConfig.styleSources.length > 0
) {
if (this.luigiConfig && this.luigiConfig.styleSources && this.luigiConfig.styleSources.length > 0) {
let nr_styles = this.luigiConfig.styleSources.length;

@@ -154,7 +150,3 @@ const loadStylesSync = this.luigiConfig.loadStylesSync;

html += el;
if (
index < keys.length &&
keys[index] !== undefined &&
keys[index] !== null
) {
if (index < keys.length && keys[index] !== undefined && keys[index] !== null) {
html += keys[index];

@@ -161,0 +153,0 @@ }

2

package.json
{
"name": "@luigi-project/client",
"version": "1.12.0",
"version": "1.12.1-dev.202103252158",
"description": "Javascript library supporting consumers of the Luigi framework",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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