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

@lightningjs/ui

Package Overview
Dependencies
Maintainers
4
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.11 to 1.3.12

7

CHANGELOG.md
# Changelog
*3 juli 2023*
## v1.3.12
- Focus fix when removing last element
*june 2023*
## v1.3.11

@@ -4,0 +11,0 @@ - Fix remove function CollectionWrapper

2

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

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

@@ -51,2 +51,5 @@ /*

if(this._items.length === 0) {
this._mainIndex = 0;
this._crossIndex = 0;
this._index = 0;
return false;

@@ -53,0 +56,0 @@ }

@@ -166,2 +166,3 @@ /*

if(this._items.length === 0) {
this._index = 0;
return false;

@@ -244,2 +245,3 @@ }

}
this.setIndex(this.index);
return item;

@@ -246,0 +248,0 @@ }

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