Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@acrool/react-carousel

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/react-carousel - npm Package Compare versions

Comparing version
5.3.1
to
5.3.2-alpha.0
+1
-0
dist/config.d.ts

@@ -18,2 +18,3 @@ export declare const logEnable: {

onSlideResetToMatchIndex: boolean;
onResetHeight: boolean;
};

@@ -20,0 +21,0 @@ autoPlayer: {

@@ -25,2 +25,6 @@ import { default as Configurator } from '../Configurator';

/**
* 僅用於 autoHeight 設定時,初始重設高度
*/
resetHeight: () => void;
/**
* 包含 Clone 的 Index

@@ -27,0 +31,0 @@ * @param slideIndex

+4
-1

@@ -49,3 +49,6 @@ import { default as Configurator } from '../Configurator';

setTouching: (isEnable: boolean) => void;
transform(translateX: number, height?: number, isUseAnimation?: boolean): this;
transform(args: {
translateX?: number;
height?: number;
}, isUseAnimation?: boolean): this;
/**

@@ -52,0 +55,0 @@ * 移動效果

{
"name": "@acrool/react-carousel",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"description": "Most modern mobile touch slider with hardware accelerated transitions for ReactJS",

@@ -75,2 +75,3 @@ "keywords": [

"cz-customizable": "6.6.0",
"cz-git": "^1.11.1",
"eslint": "^9.19.0",

@@ -77,0 +78,0 @@ "eslint-plugin-react": "^7.37.5",

Sorry, the diff of this file is too big to display