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

@lightningjs/solid

Package Overview
Dependencies
Maintainers
7
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

3

dist/esm/index.js

@@ -601,3 +601,4 @@ import { createSignal, createEffect, mergeProps as mergeProps$1, createRoot, createRenderEffect, createMemo, createComponent as createComponent$1, untrack } from 'solid-js';

if (this.rendered) {
setActiveElement(this);
// Delay setting focus so children can render (useful for Row + Column)
queueMicrotask(() => setActiveElement(this));
} else {

@@ -604,0 +605,0 @@ this.autofocus = true;

@@ -252,3 +252,4 @@ /*

if (this.rendered) {
setActiveElement(this);
// Delay setting focus so children can render (useful for Row + Column)
queueMicrotask(() => setActiveElement(this));
}

@@ -255,0 +256,0 @@ else {

{
"name": "@lightningjs/solid",
"version": "0.10.3",
"version": "0.10.4",
"description": "Lightning renderer for solid universal",

@@ -5,0 +5,0 @@ "type": "module",

@@ -9,2 +9,5 @@ <p>

## Hello World
For a Hello World type guide go to this [Page](HelloWorld.md)
## Quick Start

@@ -11,0 +14,0 @@

@@ -338,3 +338,4 @@ /*

if (this.rendered) {
setActiveElement<ElementNode>(this);
// Delay setting focus so children can render (useful for Row + Column)
queueMicrotask(() => setActiveElement<ElementNode>(this));
} else {

@@ -341,0 +342,0 @@ this.autofocus = true;

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