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

@lightningjs/solid-primitives

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid-primitives - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

dist/packages/withPadding.js

@@ -56,3 +56,3 @@ /*

el.children.forEach((c) => {
c.y = (c.y || 0) + top;
c.y = top;
c.marginTop = top;

@@ -59,0 +59,0 @@ maxHeight = Math.max(maxHeight, c.height || 0);

{
"name": "@lightningjs/solid-primitives",
"version": "0.6.0",
"version": "0.6.1",
"description": "Lightning Primitives for Solid Lightning",

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

@@ -72,3 +72,3 @@ /*

el.children.forEach((c) => {
c.y = (c.y || 0) + top;
c.y = top;
c.marginTop = top;

@@ -75,0 +75,0 @@ maxHeight = Math.max(maxHeight, c.height || 0);

Sorry, the diff of this file is not supported yet

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