Socket
Socket
Sign inDemoInstall

swiper

Package Overview
Dependencies
Maintainers
1
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.10 to 11.1.11

4

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

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

},
"releaseDate": "August 21, 2024"
"releaseDate": "August 28, 2024"
}

@@ -32,5 +32,2 @@ // @ts-ignore

autoplay: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on key press
*/
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/**
* Event will be fired on window hash change

@@ -43,5 +40,5 @@ */

hashset: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on mousewheel scroll
* Event will be fired on key press
*/
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/**
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/**
* Event will be fired on navigation hide

@@ -80,5 +77,5 @@ */

paginationshow: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on zoom change
* Event will be fired on mousewheel scroll
*/
zoomchange: CustomEvent<[swiper: Swiper, scale: number, imageEl: HTMLElement, slideEl: HTMLElement]>;/**
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/**
* Event will be fired on draggable scrollbar drag start

@@ -96,3 +93,6 @@ */

*/
scrollbardragend: CustomEvent<[swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent]>;
scrollbardragend: CustomEvent<[swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent]>;/**
* Event will be fired on zoom change
*/
zoomchange: CustomEvent<[swiper: Swiper, scale: number, imageEl: HTMLElement, slideEl: HTMLElement]>;

@@ -99,0 +99,0 @@

@@ -62,5 +62,2 @@ import * as React from 'react';

onAutoplay?: (swiper: SwiperClass) => void;/**
* Event will be fired on key press
*/
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on window hash change

@@ -73,5 +70,5 @@ */

onHashSet?: (swiper: SwiperClass) => void;/**
* Event will be fired on mousewheel scroll
* Event will be fired on key press
*/
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on navigation hide

@@ -110,5 +107,5 @@ */

onPaginationShow?: (swiper: SwiperClass) => void;/**
* Event will be fired on zoom change
* Event will be fired on mousewheel scroll
*/
onZoomChange?: (swiper: SwiperClass, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;/**
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on draggable scrollbar drag start

@@ -126,3 +123,6 @@ */

*/
onScrollbarDragEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;
onScrollbarDragEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;/**
* Event will be fired on zoom change
*/
onZoomChange?: (swiper: SwiperClass, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;

@@ -129,0 +129,0 @@ /**

@@ -469,5 +469,2 @@ import type {

autoplay: (swiper: SwiperClass) => void;/**
* Event will be fired on key press
*/
keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on window hash change

@@ -480,5 +477,5 @@ */

hashSet: (swiper: SwiperClass) => void;/**
* Event will be fired on mousewheel scroll
* Event will be fired on key press
*/
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on navigation hide

@@ -517,5 +514,5 @@ */

paginationShow: (swiper: SwiperClass) => void;/**
* Event will be fired on zoom change
* Event will be fired on mousewheel scroll
*/
zoomChange: (swiper: SwiperClass, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;/**
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on draggable scrollbar drag start

@@ -533,3 +530,6 @@ */

*/
scrollbarDragEnd: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;
scrollbarDragEnd: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;/**
* Event will be fired on zoom change
*/
zoomChange: (swiper: SwiperClass, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;

@@ -536,0 +536,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 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 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 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

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