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

@lightningjs/ui-components

Package Overview
Dependencies
Maintainers
10
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui-components - npm Package Compare versions

Comparing version 2.20.5 to 2.20.6

2

package.json
{
"name": "@lightningjs/ui-components",
"version": "2.20.5",
"version": "2.20.6",
"description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.",

@@ -5,0 +5,0 @@ "repository": {

@@ -1,2 +0,3 @@

type ThemeObject = object;
/* eslint-disable @typescript-eslint/no-explicit-any */
type ThemeObject = any;

@@ -8,4 +9,4 @@ type CallbackFunction = (...args: unknown[]) => void;

set theme(value: ThemeObject);
get keyMetricsCallback(): object;
set keyMetricsCallback(value: object);
get keyMetricsCallback(): any;
set keyMetricsCallback(value: any);
get debug(): boolean;

@@ -12,0 +13,0 @@ set debug(value: boolean);

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