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

@lightningtv/solid

Package Overview
Dependencies
Maintainers
0
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/solid - npm Package Compare versions

Comparing version

to
2.7.3

2

dist/src/primitives/Grid.jsx

@@ -60,3 +60,3 @@ import { For, createSignal, createMemo } from "solid-js";

{(item, index) => {
return (<Dynamic component={props.item} item={item} x={(index() % columns()) * totalWidth()} y={Math.floor(index() / columns()) * totalHeight()} width={props.itemWidth} height={props.itemHeight}/>);
return (<Dynamic {...item} component={props.item} width={props.itemWidth} height={props.itemHeight} x={(index() % columns()) * totalWidth()} y={Math.floor(index() / columns()) * totalHeight()}/>);
}}

@@ -63,0 +63,0 @@ </For>

{
"name": "@lightningtv/solid",
"version": "2.7.2",
"version": "2.7.3",
"description": "Lightning Renderer for Solid Universal",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet