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.12.6 to 0.12.7

1

dist/esm/index.js

@@ -626,2 +626,3 @@ import { createSignal, mergeProps as mergeProps$1, createRoot, createRenderEffect, createMemo, createComponent as createComponent$1, untrack, onMount } from 'solid-js';

child instanceof ElementNode && child.setFocus();
return;
}

@@ -628,0 +629,0 @@ }

@@ -291,2 +291,3 @@ /*

child instanceof ElementNode && child.setFocus();
return;
}

@@ -293,0 +294,0 @@ }

2

package.json
{
"name": "@lightningjs/solid",
"version": "0.12.6",
"version": "0.12.7",
"description": "Lightning renderer for solid universal",

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

@@ -381,2 +381,3 @@ /*

child instanceof ElementNode && child.setFocus();
return;
}

@@ -383,0 +384,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