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 10.0.0-beta.6 to 10.0.0

4

package.json
{
"name": "swiper",
"version": "10.0.0-beta.6",
"version": "10.0.0",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",

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

},
"releaseDate": "June 29, 2023"
"releaseDate": "July 3, 2023"
}

@@ -44,2 +44,17 @@ import { SwiperOptions, Swiper } from './types/index.d.ts';

scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/**
* Event will be fired on navigation hide
*/
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 after pagination rendered

@@ -63,17 +78,2 @@ */

paginationshow: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on navigation hide
*/
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

@@ -80,0 +80,0 @@ */

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

@@ -81,17 +96,2 @@ */

onPaginationShow?: (swiper: SwiperClass) => 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 draggable scrollbar drag start

@@ -98,0 +98,0 @@ */

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

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

@@ -488,17 +503,2 @@ */

paginationShow: (swiper: SwiperClass) => 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 draggable scrollbar drag start

@@ -505,0 +505,0 @@ */

/**
* Swiper 10.0.0-beta.6
* Swiper 10.0.0
* Most modern mobile touch slider and framework with hardware accelerated transitions

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

*
* Released on: June 29, 2023
* Released on: July 3, 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 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 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 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