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

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 9.0.4 to 9.0.5

4

element/swiper-element-bundle.js
/**
* Swiper Custom Element 9.0.4
* Swiper Custom Element 9.0.5
* Most modern mobile touch slider and framework with hardware accelerated transitions

@@ -10,3 +10,3 @@ * https://swiperjs.com

*
* Released on: February 10, 2023
* Released on: February 13, 2023
*/

@@ -13,0 +13,0 @@

/**
* Swiper Custom Element 9.0.4
* Swiper Custom Element 9.0.5
* Most modern mobile touch slider and framework with hardware accelerated transitions

@@ -10,3 +10,3 @@ * https://swiperjs.com

*
* Released on: February 10, 2023
* Released on: February 13, 2023
*/

@@ -13,0 +13,0 @@

@@ -269,3 +269,3 @@ import { getDocument } from 'ssr-window';

if (el) {
el.querySelector(`.${swiper.params.scrollbar.dragClass}`);
dragEl = el.querySelector(`.${swiper.params.scrollbar.dragClass}`);
if (!dragEl) {

@@ -272,0 +272,0 @@ dragEl = createElement('div', swiper.params.scrollbar.dragClass);

{
"name": "swiper",
"version": "9.0.4",
"version": "9.0.5",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",

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

},
"releaseDate": "February 10, 2023"
"releaseDate": "February 13, 2023"
}

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

onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on navigation hide
*/
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 after pagination rendered

@@ -94,17 +109,2 @@ */

onScrollbarDragEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;/**
* Event will be fired on navigation hide
*/
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 zoom change

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

/**
* Swiper React 9.0.4
* Swiper React 9.0.5
* Most modern mobile touch slider and framework with hardware accelerated transitions

@@ -10,3 +10,3 @@ * https://swiperjs.com

*
* Released on: February 10, 2023
* Released on: February 13, 2023
*/

@@ -13,0 +13,0 @@

/**
* Swiper 9.0.4
* Swiper 9.0.5
* Most modern mobile touch slider and framework with hardware accelerated transitions

@@ -10,3 +10,3 @@ * https://swiperjs.com

*
* Released on: February 10, 2023
* Released on: February 13, 2023
*/

@@ -13,0 +13,0 @@

/**
* Swiper 9.0.4
* Swiper 9.0.5
* Most modern mobile touch slider and framework with hardware accelerated transitions

@@ -10,3 +10,3 @@ * https://swiperjs.com

*
* Released on: February 10, 2023
* Released on: February 13, 2023
*/

@@ -13,0 +13,0 @@

@@ -465,2 +465,17 @@ import {

scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on navigation hide
*/
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 after pagination rendered

@@ -497,17 +512,2 @@ */

scrollbarDragEnd: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;/**
* Event will be fired on navigation hide
*/
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 zoom change

@@ -514,0 +514,0 @@ */

/**
* Swiper Vue 9.0.4
* Swiper Vue 9.0.5
* Most modern mobile touch slider and framework with hardware accelerated transitions

@@ -10,3 +10,3 @@ * https://swiperjs.com

*
* Released on: February 10, 2023
* Released on: February 13, 2023
*/

@@ -13,0 +13,0 @@

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 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 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 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

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