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.4.0 to 2.4.1

12

app-carousel.js

@@ -836,2 +836,13 @@

});
// iOS Safari Hack.
// Without this, the carousel items do not render properly,
// wich leads to issues with IntersectionObserver measurements.
window.requestAnimationFrame(() => {
this.scrollContainer.scrollBy({
top: 0,
left: 0,
behavior
});
});
}

@@ -843,2 +854,3 @@

try {
await this.debounce('app-carousel-resize-debounce', 10);

@@ -845,0 +857,0 @@

6

package.json
{
"name": "@longlost/app-carousel",
"version": "2.4.0",
"version": "2.4.1",
"description": "configurable carousel with autoplay, swipe, optional nav and av buttons",

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

"@longlost/app-element": "^1.1.1",
"@longlost/app-icons": "^1.0.11",
"@longlost/app-icons": "^1.0.12",
"@longlost/app-shared-styles": "^2.0.13",
"@longlost/lambda": "^2.2.0",
"@longlost/utils": "^1.3.5",
"@longlost/utils": "^1.4.0",
"@polymer/iron-icon": "^3.0.1",

@@ -27,0 +27,0 @@ "@polymer/paper-icon-button": "^3.0.2",

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