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

@lightningjs/ui

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"name": "@lightningjs/ui",
"version": "1.0.3",
"version": "1.0.4",
"description": "Standard UI components for Lightning",

@@ -5,0 +5,0 @@ "scripts": {

@@ -259,3 +259,3 @@

}
else if(target > 0 && (target < previous && offset + cw[main] < back)) {
else if(target > 0 && (target < previous && offset + cw[main] < backwardBound)) {
scroll = backwardBound - cw[main];

@@ -262,0 +262,0 @@ }