Socket
Socket
Sign inDemoInstall

swiper

Package Overview
Dependencies
Maintainers
0
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swiper - npm Package Compare versions

Comparing version 11.1.11 to 11.1.12

4

package.json
{
"name": "swiper",
"version": "11.1.11",
"version": "11.1.12",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",

@@ -211,3 +211,3 @@ "typings": "swiper.d.ts",

},
"releaseDate": "August 28, 2024"
"releaseDate": "September 1, 2024"
}

@@ -42,17 +42,5 @@ // @ts-ignore

keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/**
* Event will be fired on navigation hide
* Event will be fired on mousewheel scroll
*/
navigationhide: CustomEvent<[swiper: Swiper]>;
/**
* Event will be fired on navigation show
*/
navigationshow: CustomEvent<[swiper: Swiper]>;
/**
* Event will be fired on navigation prev button click
*/
navigationprev: CustomEvent<[swiper: Swiper]>;
/**
* Event will be fired on navigation next button click
*/
navigationnext: CustomEvent<[swiper: Swiper]>;/**
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/**
* Event will be fired after pagination rendered

@@ -76,5 +64,17 @@ */

paginationshow: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on mousewheel scroll
* Event will be fired on navigation hide
*/
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/**
navigationhide: CustomEvent<[swiper: Swiper]>;
/**
* Event will be fired on navigation show
*/
navigationshow: CustomEvent<[swiper: Swiper]>;
/**
* Event will be fired on navigation prev button click
*/
navigationprev: CustomEvent<[swiper: Swiper]>;
/**
* Event will be fired on navigation next button click
*/
navigationnext: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on draggable scrollbar drag start

@@ -81,0 +81,0 @@ */

@@ -72,17 +72,5 @@ import * as React from 'react';

onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on navigation hide
* Event will be fired on mousewheel scroll
*/
onNavigationHide?: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation show
*/
onNavigationShow?: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation prev button click
*/
onNavigationPrev?: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation next button click
*/
onNavigationNext?: (swiper: SwiperClass) => void;/**
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired after pagination rendered

@@ -106,5 +94,17 @@ */

onPaginationShow?: (swiper: SwiperClass) => void;/**
* Event will be fired on mousewheel scroll
* Event will be fired on navigation hide
*/
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
onNavigationHide?: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation show
*/
onNavigationShow?: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation prev button click
*/
onNavigationPrev?: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation next button click
*/
onNavigationNext?: (swiper: SwiperClass) => void;/**
* Event will be fired on draggable scrollbar drag start

@@ -111,0 +111,0 @@ */

@@ -479,17 +479,5 @@ import type {

keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on navigation hide
* Event will be fired on mousewheel scroll
*/
navigationHide: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation show
*/
navigationShow: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation prev button click
*/
navigationPrev: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation next button click
*/
navigationNext: (swiper: SwiperClass) => void;/**
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired after pagination rendered

@@ -513,5 +501,17 @@ */

paginationShow: (swiper: SwiperClass) => void;/**
* Event will be fired on mousewheel scroll
* Event will be fired on navigation hide
*/
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
navigationHide: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation show
*/
navigationShow: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation prev button click
*/
navigationPrev: (swiper: SwiperClass) => void;
/**
* Event will be fired on navigation next button click
*/
navigationNext: (swiper: SwiperClass) => void;/**
* Event will be fired on draggable scrollbar drag start

@@ -518,0 +518,0 @@ */

@@ -70,2 +70,9 @@ export interface A11yMethods {}

/**
* Value of the "role" attribute to be set on the swiper container
*
* @default null
*/
containerRole?: string | null;
/**
* Message for screen readers describing the role of slide element

@@ -72,0 +79,0 @@ *

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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