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.6.0 to 0.6.1

4

dist/src/core/flex.js

@@ -35,3 +35,3 @@ /*

start +=
c[dimension] || 0 + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
(c[dimension] || 0) + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
});

@@ -46,3 +46,3 @@ }

start -=
c[dimension] || 0 + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
(c[dimension] || 0) + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
}

@@ -49,0 +49,0 @@ }

{
"name": "@lightningjs/solid",
"version": "0.6.0",
"version": "0.6.1",
"description": "Lightning renderer for solid universal",

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

@@ -38,3 +38,3 @@ /*

start +=
c[dimension] || 0 + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
(c[dimension] || 0) + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
});

@@ -49,3 +49,3 @@ }

start -=
c[dimension] || 0 + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
(c[dimension] || 0) + gap + (c[marginOne] || 0) + (c[marginTwo] || 0);
}

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