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

react-aria-carousel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-aria-carousel - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "react-aria-carousel",
"version": "0.0.2",
"version": "0.0.3",
"exports": {

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

"use client";
import "./utils/scrollend-polyfill";
import {

@@ -6,0 +4,0 @@ Dispatch,

@@ -311,3 +311,7 @@ "use client";

);
scrollToItem(actualItem!, "instant");
requestAnimationFrame(() => {
requestAnimationFrame(() => {
scrollToItem(actualItem!, "instant");
});
});
} else {

@@ -314,0 +318,0 @@ const indexString = (firstIntersecting.target as HTMLElement)

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