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 10.0.3 to 10.0.4

4

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

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

},
"releaseDate": "July 3, 2023"
"releaseDate": "July 8, 2023"
}

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

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

@@ -61,2 +58,5 @@ */

navigationnext: CustomEvent<[swiper: Swiper]>;/**
* Event will be fired on key press
*/
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/**
* Event will be fired after pagination rendered

@@ -63,0 +63,0 @@ */

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

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

@@ -78,2 +75,5 @@ */

onNavigationNext?: (swiper: SwiperClass) => void;/**
* Event will be fired on key press
*/
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired after pagination rendered

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

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

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

@@ -485,2 +482,5 @@ */

navigationNext: (swiper: SwiperClass) => void;/**
* Event will be fired on key press
*/
keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired after pagination rendered

@@ -487,0 +487,0 @@ */

/**
* Swiper 10.0.3
* Swiper 10.0.4
* Most modern mobile touch slider and framework with hardware accelerated transitions

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

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