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

@lightningjs/ui

Package Overview
Dependencies
Maintainers
7
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 1.3.15 to 1.3.16

6

CHANGELOG.md
# Changelog
*25 sep 2023*
## v1.3.16
- fix immediate transition finish when transition is active but immediate is true.
- fix reposition exception (issue #69)
*11 aug 2023*

@@ -4,0 +10,0 @@

2

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

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

@@ -205,3 +205,3 @@ /*

this._lines[lineIndex].push(index);
cl.push(newItem);
cl.push(item);
});

@@ -208,0 +208,0 @@

@@ -396,4 +396,3 @@ /*

if (immediate) {
this._scrollTransition.updateTargetValue(scroll);
this._scrollTransition.finish();
this._scrollTransition.reset(scroll, 1);
} else {

@@ -400,0 +399,0 @@ if (this._scrollTransition.isRunning()) {

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