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

@longlost/app-carousel

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@longlost/app-carousel - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

6

app-carousel.js

@@ -480,3 +480,3 @@

node.tagName !== undefined &&
node.tagName !== 'DOM-REPEAT');
node.tagName !== 'DOM-REPEAT');
}

@@ -529,3 +529,5 @@ catch (error) {

}
else {
// Ignore circumstances where the carousel
// itself is not on screen (ie. no intersecting items).
else if (items.length > 0) {
this._maxIntersecting = items.length;

@@ -532,0 +534,0 @@ }

{
"name": "@longlost/app-carousel",
"version": "2.2.2",
"version": "2.2.3",
"description": "configurable carousel with autoplay, swipe, optional nav and av buttons",

@@ -21,3 +21,3 @@ "main": "app-carousel.js",

"@longlost/app-element": "^1.0.4",
"@longlost/app-icons": "^1.0.10",
"@longlost/app-icons": "^1.0.11",
"@longlost/app-shared-styles": "^2.0.2",

@@ -24,0 +24,0 @@ "@longlost/lambda": "^2.0.1",

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